summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* nfp: add BPF to NFP code translatorJakub Kicinski2016-09-225-0/+2333
* mlxsw: spectrum: Implement max rif resourceNogah Frankel2016-09-213-12/+41
* mlxsw: pci: Add max router interface resourceNogah Frankel2016-09-212-1/+8
* mlxsw: pci: Add some miscellaneous resourcesNogah Frankel2016-09-213-8/+23
* mlxsw: spectrum: Implement max virtual routers resourceNogah Frankel2016-09-212-9/+38
* mlxsw: pci: Add max virtual routers resourceNogah Frankel2016-09-212-1/+8
* mlxsw: profile: Add KVD resources to profile configNogah Frankel2016-09-214-22/+76
* mlxsw: pci: Add KVD size relate resourcesNogah Frankel2016-09-212-1/+22
* mlxsw: spectrum: lag resources- use resources data instead of constsNogah Frankel2016-09-217-46/+50
* mlxsw: pci: Add lag related resources to resources queryNogah Frankel2016-09-212-1/+15
* mlxsw: spectrum: Make offloads stats functions staticOr Gerlitz2016-09-211-4/+4
* net: ethernet: mediatek: enhance with avoiding superfluous assignment inside ...Sean Wang2016-09-211-1/+2
* net: dsa: mv88e6xxx: handle multiple ports in ATUVivien Didelot2016-09-211-7/+49
* ipvlan: Fix dependency issueMahesh Bandewar2016-09-211-0/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-09-211-7/+7
|\
| * fakelb: fix schedule while atomicAlexander Aring2016-09-191-7/+7
* | 6pack: fix buffer length mishandlingAlan Cox2016-09-211-8/+4Star
* | mlx4: add missed recycle opportunity for XDP_TX on TX failureJesper Dangaard Brouer2016-09-201-1/+2
* | net-next: dsa: qca8k: remove empty set_addr() stubJohn Crispin2016-09-201-8/+0Star
* | net-next: dsa: b53: remove empty set_addr() stubJohn Crispin2016-09-201-6/+0Star
* | xen-netfront: avoid packet loss when ethernet header crosses page boundaryVitaly Kuznetsov2016-09-201-0/+15
* | net: phy: Add MAC-IF driver for Microsemi PHYs.Raju Lakkaraju2016-09-201-0/+51
* | mlxsw: spectrum: Fix sparse warningsIdo Schimmel2016-09-203-26/+42
* | mlxsw: Change the RX LAG hash function from XOR to CRCElad Raz2016-09-201-1/+1
* | bnxt_en: Fix build error for kernesl without RTC-LIBRob Swindell2016-09-201-0/+4
* | net/mlx5: clean function declarations in eswitch.c upBaoyou Xie2016-09-202-3/+3
* | be2net: mark symbols static where possibleBaoyou Xie2016-09-202-5/+6
* | phy: mark lan88xx_suspend() staticBaoyou Xie2016-09-201-1/+1
* | net: ethernet: broadcom: bcmgenet: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-201-8/+8
* | net: ethernet: broadcom: bcm63xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-201-24/+28
* | net: ethernet: broadcom: bcm63xx: use phydev from struct net_devicePhilippe Reynes2016-09-202-18/+14Star
* | net: ethernet: broadcom: b44: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-09-201-44/+54
* | net: ethernet: broadcom: b44: use phydev from struct net_devicePhilippe Reynes2016-09-202-12/+11Star
* | bnxt_en: Fixed the VF link status after a link state changeEddie Wai2016-09-201-42/+42
* | bnxt_en: Support for "ethtool -r" commandDeepak Khungar2016-09-201-0/+20
* | bnxt_en: Pad TX packets below 52 bytes.Michael Chan2016-09-201-1/+1
* | bnxt_en: Call firmware to approve the random VF MAC address.Michael Chan2016-09-201-2/+7
* | bnxt_en: Re-arrange bnxt_hwrm_func_qcaps().Michael Chan2016-09-201-11/+12
* | bnxt_en: Fix ethtool -l|-L inconsistent channel counts.Michael Chan2016-09-201-5/+7
* | bnxt_en: Added support for Secure Firmware UpdateRob Swindell2016-09-204-14/+182
* | bnxt_en: Update to firmware interface spec 1.5.1.Michael Chan2016-09-203-508/+760
* | bnxt_en: Simplify PCI device names and add additinal PCI IDs.Michael Chan2016-09-201-32/+36
* | bnxt_en: Use RSS flags defined in the bnxt_hsi.h file.Michael Chan2016-09-202-9/+4Star
|/
* cxgb4: Fix return value check in cfg_queues_uld()Wei Yongjun2016-09-191-1/+1
* net: ethernet: mediatek: add ethtool functions to configure RX flows of HW LRONelson Chang2016-09-191-0/+236
* net: ethernet: mediatek: add HW LRO functions of PDMA RX ringsNelson Chang2016-09-192-25/+265
* chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai2016-09-196-688/+371Star
* mlx4: fix XDP_TX is acting like XDP_PASS on TX ring fullJesper Dangaard Brouer2016-09-191-1/+1
* ipvlan: Introduce l3s modeMahesh Bandewar2016-09-194-7/+181
* mlxsw: spectrum: Implement offload stats ndo and expose HW stats by defaultNogah Frankel2016-09-192-7/+127