aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-05-01net: dsa: mv88e6xxx: add VTU support for 88E6390Gravatar Vivien Didelot 3-0/+146
2017-05-01net: dsa: mv88e6xxx: support the VTU Page bitGravatar Vivien Didelot 2-0/+8
2017-05-01net: dsa: mv88e6xxx: simplify VTU entry getterGravatar Vivien Didelot 1-38/+24
2017-05-01net: dsa: mv88e6xxx: make VTU helpers staticGravatar Vivien Didelot 2-48/+24
2017-05-01net: dsa: mv88e6xxx: add VTU Load/Purge operationGravatar Vivien Didelot 4-57/+103
2017-05-01net: dsa: mv88e6xxx: add VTU GetNext operationGravatar Vivien Didelot 4-48/+99
2017-05-01net: dsa: mv88e6xxx: load STU entry with VTU entryGravatar Vivien Didelot 1-104/+4
2017-05-01net: dsa: mv88e6xxx: get STU entry on VTU GetNextGravatar Vivien Didelot 3-1/+25
2017-05-01net: dsa: mv88e6xxx: move STU GetNext operationGravatar Vivien Didelot 3-13/+23
2017-05-01net: dsa: mv88e6xxx: move VTU Data accessorsGravatar Vivien Didelot 3-81/+72
2017-05-01net: dsa: mv88e6xxx: move generic VTU GetNextGravatar Vivien Didelot 3-29/+33
2017-05-01net: dsa: mv88e6xxx: move VTU VID accessorsGravatar Vivien Didelot 3-34/+56
2017-05-01net: dsa: mv88e6xxx: move VTU SID accessorsGravatar Vivien Didelot 3-13/+37
2017-05-01net: dsa: mv88e6xxx: move VTU FID accessorsGravatar Vivien Didelot 3-5/+31
2017-05-01net: dsa: mv88e6xxx: move VTU flushGravatar Vivien Didelot 3-16/+26
2017-05-01net: dsa: mv88e6xxx: move VTU Operation accessorsGravatar Vivien Didelot 4-29/+47
2017-05-01net: dsa: mv88e6xxx: split VTU entry data memberGravatar Vivien Didelot 2-11/+13
2017-05-01net: dsa: mv88e6xxx: add max VID to infoGravatar Vivien Didelot 2-20/+31
2017-05-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 2-3/+18
2017-05-01mlxsw: spectrum_router: Simplify VRF enslavementGravatar Ido Schimmel 3-131/+63
2017-05-01Merge tag 'mlx5-updates-2017-04-30' of git://git.kernel.org/pub/scm/linux/ker...Gravatar David S. Miller 13-262/+1073
2017-05-01qed: Prevent warning without CONFIG_RFS_ACCELGravatar Mintz, Yuval 1-0/+2
2017-05-01qed: output the DPM status and WID countGravatar Ram Amrani 3-1/+8
2017-05-01qed: align DPI configuration to HW requirementsGravatar Ram Amrani 2-7/+6
2017-05-01qed: verify RoCE resource bitmaps are releasedGravatar Ram Amrani 2-27/+80
2017-05-01qed: add error handling flow to TID deregistratin posting failureGravatar Ram Amrani 1-0/+2
2017-05-01qed: remove unused SQ error stateGravatar Ram Amrani 1-2/+1
2017-05-01qed: configure the RoCE max message sizeGravatar Ram Amrani 1-0/+2
2017-05-01benet: Use time_before_eq for time comparisonGravatar Karim Eshapa 1-3/+3
2017-05-01virtio_net: make use of extended ack message reportingGravatar Jakub Kicinski 1-4/+7
2017-05-01nfp: make use of extended ack message reportingGravatar Jakub Kicinski 3-12/+17
2017-04-30net: phy: Allow BCM5481x PHYs to setup internal TX/RX clock delayGravatar Abhishek Shah 1-36/+33
2017-04-30net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"Gravatar Colin Ian King 1-1/+1
2017-04-30bnx2x: Align RX buffersGravatar Scott Wood 1-0/+1
2017-04-30liquidio: silence a locking static checker warningGravatar Dan Carpenter 1-0/+1
2017-04-30qed: Unlock on error in qed_vf_pf_acquire()Gravatar Dan Carpenter 1-1/+1
2017-04-30net: hns: support deferred probe when no mdioGravatar lipeng 1-6/+33
2017-04-30net: hns: support deferred probe when can not obtain irqGravatar lipeng 3-3/+11
2017-04-30nfp: provide 256 bytes of XDP headroom in all configurationsGravatar Jakub Kicinski 2-14/+3
2017-04-30nfp: don't completely refuse to work with old flashesGravatar Jakub Kicinski 1-3/+1
2017-04-30nfp: avoid reading TX queue indexes from the deviceGravatar Jakub Kicinski 1-0/+6
2017-04-30nfp: do simple XDP TX buffer recyclingGravatar Jakub Kicinski 2-57/+85
2017-04-30nfp: drop rx_ring param from buffer allocationGravatar Jakub Kicinski 1-6/+2
2017-04-30nfp: replace -ENOTSUPP with -EOPNOTSUPPGravatar Jakub Kicinski 4-21/+21
2017-04-30virtio-net: use netif_tx_napi_add for tx napiGravatar Willem de Bruijn 1-2/+2
2017-04-30geneve: fix incorrect setting of UDP checksum flagGravatar Girish Moodalbail 1-1/+1
2017-04-30vxlan: do not output confusing error messageGravatar Jiri Benc 1-2/+0
2017-04-30vxlan: correctly handle ipv6.disable module parameterGravatar Jiri Benc 1-3/+7
2017-04-30bnx2x: Get rid of useless temporary variableGravatar Andy Shevchenko 1-9/+5
2017-04-30bnx2x: Reuse bnx2x_null_format_ver()Gravatar Andy Shevchenko 1-11/+9