summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* qede: Fix possible misconfiguration of advertised autoneg value.sudarsana.kalluru@cavium.com2017-05-041-0/+5
* qed: Fix overriding of supported autoneg value.sudarsana.kalluru@cavium.com2017-05-043-1/+9
* qed*: Fix possible overflow for status block id field.sudarsana.kalluru@cavium.com2017-05-044-10/+9
* netvsc: make sure napi enabled before vmbus_openstephen hemminger2017-05-042-4/+6
* aquantia: Fix driver name reported by ethtoolPavel Belous2017-05-041-1/+1
* forcedeth: remove unnecessary carrier status checkZhu Yanjun2017-05-041-4/+2
* ibmvnic: Move queue restarting in ibmvnic_tx_completeNathan Fontenot2017-05-031-12/+10
* ibmvnic: Record SKB RX queue during pollThomas Falcon2017-05-031-0/+1
* ibmvnic: Continue skb processing after skb completion errorNathan Fontenot2017-05-031-1/+1
* ibmvnic: Check for driver reset first in ibmvnic_xmitNathan Fontenot2017-05-031-6/+6
* ibmvnic: Wait for any pending scrqs entries at driver closeNathan Fontenot2017-05-031-20/+27
* ibmvnic: Clean up tx pools when closingNathan Fontenot2017-05-031-0/+30
* ibmvnic: Whitespace correction in release_rx_poolsNathan Fontenot2017-05-031-1/+1
* ibmvnic: Delete napi's when releasing driver resourcesNathan Fontenot2017-05-031-0/+9
* ibmvnic: Updated reset handlingNathan Fontenot2017-05-032-157/+275
* ibmvnic: Replace is_closed with state fieldNathan Fontenot2017-05-032-9/+23
* ibmvnic: Move resource initialization to its own routineNathan Fontenot2017-05-031-32/+39
* net: usb: qmi_wwan: add Telit ME910 supportDaniele Palmas2017-05-031-0/+1
* tg3: don't clear stats while tg3_closeYueHaibing2017-05-031-4/+0
* xdp: use common helper for netlink extended ack reportingDaniel Borkmann2017-05-032-6/+6
* smsc911x: Adding support for Micochip LAN9250 Ethernet controllerDavid Cai2017-05-032-19/+49
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-023-4/+4
|\
| * net: phy: dp83848: Fix TypoAndrew F. Davis2017-03-241-1/+1
| * net: fec: Fix typo in error msg and commentPeter Meerwald-Stadler2017-03-241-2/+2
| * treewide: Fix typos in printkMasanari Iida2017-03-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-02827-31533/+79566
|\ \
| * | net: thunderx: Optimize page recycling for XDPSunil Goutham2017-05-022-7/+51
| * | net: thunderx: Support for XDP header adjustmentSunil Goutham2017-05-022-17/+55
| * | net: thunderx: Add support for XDP_TXSunil Goutham2017-05-023-27/+160
| * | net: thunderx: Add support for XDP_DROPSunil Goutham2017-05-023-25/+79
| * | net: thunderx: Add basic XDP supportSunil Goutham2017-05-025-19/+199
| * | net: thunderx: Cleanup receive buffer allocationSunil Goutham2017-05-021-9/+9
| * | net: thunderx: Optimize CQE_TX handlingSunil Goutham2017-05-022-28/+21
| * | net: thunderx: Optimize RBDR descriptor handlingSunil Goutham2017-05-022-13/+5
| * | net: thunderx: Support for page recyclingSunil Goutham2017-05-024-20/+119
| * | qed*: Fix issues in the ptp filter config implementation.sudarsana.kalluru@cavium.com2017-05-022-37/+81
| * | qede: Fix concurrency issue in PTP Tx path processing.sudarsana.kalluru@cavium.com2017-05-022-2/+7
| * | stmmac: Add support for SIMATIC IOT2000 platformJan Kiszka2017-05-021-1/+25
| * | net: hns: fix ethtool_get_strings overflow in hns driverTimmy Li2017-05-024-4/+4
| * | net: dsa: mv88e6xxx: add VTU support for 88E6390Vivien Didelot2017-05-013-0/+146
| * | net: dsa: mv88e6xxx: support the VTU Page bitVivien Didelot2017-05-012-0/+8
| * | net: dsa: mv88e6xxx: simplify VTU entry getterVivien Didelot2017-05-011-38/+24
| * | net: dsa: mv88e6xxx: make VTU helpers staticVivien Didelot2017-05-012-48/+24
| * | net: dsa: mv88e6xxx: add VTU Load/Purge operationVivien Didelot2017-05-014-57/+103
| * | net: dsa: mv88e6xxx: add VTU GetNext operationVivien Didelot2017-05-014-48/+99
| * | net: dsa: mv88e6xxx: load STU entry with VTU entryVivien Didelot2017-05-011-104/+4
| * | net: dsa: mv88e6xxx: get STU entry on VTU GetNextVivien Didelot2017-05-013-1/+25
| * | net: dsa: mv88e6xxx: move STU GetNext operationVivien Didelot2017-05-013-13/+23
| * | net: dsa: mv88e6xxx: move VTU Data accessorsVivien Didelot2017-05-013-81/+72
| * | net: dsa: mv88e6xxx: move generic VTU GetNextVivien Didelot2017-05-013-29/+33