summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2017-06-08rocker: Add support for querying supported bridge flagsArkadi Sharshevsky3-0/+33
2017-06-08rocker: Remove support for bridge FDB learning syncArkadi Sharshevsky1-5/+1
2017-06-08mlxsw: spectrum: Remove support for bridge bypass FDB add/delArkadi Sharshevsky2-203/+0
2017-06-08mlxsw: spectrum_switchdev: Add support for learning FDB through notificationArkadi Sharshevsky3-1/+139
2017-06-08mlxsw: spectrum_switchdev: Change switchdev notifier APIArkadi Sharshevsky1-8/+11
2017-06-08mlxsw: spectrum: Remove support for bypass bridge port attributes/vlan setArkadi Sharshevsky2-44/+0
2017-06-08mlxsw: spectrum_switchdev: Add support for querying supported bridge flagsArkadi Sharshevsky1-0/+3
2017-06-08mlxsw: spectrum: Remove support for bridge FDB learning syncArkadi Sharshevsky1-11/+9
2017-06-08net: bridge: Add support for notifying devices about FDB add/delArkadi Sharshevsky2-3/+3
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko19-32/+57
2017-06-07net/mlx4_en: Bump driver versionTariq Toukan3-5/+4
2017-06-07net/mlx4_core: Bump driver versionTariq Toukan2-3/+2
2017-06-07cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar3-20/+54
2017-06-07nfp: advertise support for NFD ABI 0.5Jakub Kicinski2-2/+2
2017-06-07nfp: create control vNICs and wire up rx/txJakub Kicinski5-15/+177
2017-06-07nfp: allow non-equal distribution of IRQsJakub Kicinski1-1/+2
2017-06-07nfp: slice the netdev spawning functionJakub Kicinski1-25/+37
2017-06-07nfp: don't clutter init code passing fw_ver aroundJakub Kicinski1-10/+7
2017-06-07nfp: map all queue controllers at onceJakub Kicinski3-101/+28
2017-06-07nfp: make vNIC ctrl memory mapping function reusableJakub Kicinski1-27/+28
2017-06-07nfp: add control vNIC datapathJakub Kicinski4-9/+345
2017-06-07nfp: prepare config and enable for working without netdevsJakub Kicinski1-2/+3
2017-06-07nfp: allow allocation and initialization of netdev-less vNICsJakub Kicinski4-76/+105
2017-06-07nfp: make sure debug accesses don't depend on netdevsJakub Kicinski2-3/+17
2017-06-07nfp: prepare print macros for use without netdevJakub Kicinski1-8/+25
2017-06-07nfp: move nfp_net_vecs_init()Jakub Kicinski1-27/+27
2017-06-07nfp: reuse ring free code on closeJakub Kicinski1-11/+3
2017-06-07nfp: split out the allocation part of openJakub Kicinski1-22/+35
2017-06-07nfp: reorder open and close functionsJakub Kicinski1-70/+70
2017-06-07net: fec: Clear and enable MIB counters on imx51Andrew Lunn2-3/+28
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller29-172/+171
2017-06-06net: stmmac: fix a broken u32 less than zero checkColin Ian King1-1/+1
2017-06-06net: stmmac: fix completely hung TX when using TSONiklas Cassel1-1/+1
2017-06-06net: ethoc: enable NAPI before poll may be scheduledMax Filippov1-1/+2
2017-06-06ravb: Fix use-after-free on `ifconfig eth0 down`Eugeniu Rosca1-12/+12
2017-06-06cxgb4: implement ndo_set_vf_rate()Ganesh Goudar2-0/+107
2017-06-06net: stmmac: ensure jumbo_frm error return is correctly checked for -ve valueColin Ian King1-1/+2
2017-06-06spectrum_flower: Implement gact trap TC action offloadJiri Pirko1-0/+4
2017-06-06acl: Introduce ACL trap actionJiri Pirko4-2/+45
2017-06-06mlxsw: spectrum: Introduce ACL trapJiri Pirko2-1/+4
2017-06-06mlxsw: pci: Fix size of trap_id field in CQEJiri Pirko1-1/+1
2017-06-06net/mlxfw: remove redundant goto on error checkColin Ian King1-2/+0
2017-06-06i40e/i40evf: proper update of the page_offset fieldBjörn Töpel2-2/+4
2017-06-06i40e: Fix state flags for bit set and clean operations of PFMauro S. M. Rodrigues1-18/+18
2017-06-06e1000e: use disable_hardirq() also for MSIX vectors in e1000_netpoll()Konstantin Khlebnikov1-6/+6
2017-06-06e1000e: Don't return uninitialized statsBenjamin Poirier1-1/+1
2017-06-06igb: Remove useless argumentBenjamin Poirier3-7/+7
2017-06-06igb: check for Tx timestamp timeouts during watchdogJacob Keller3-0/+31
2017-06-06igb: add statistic indicating number of skipped Tx timestampsJacob Keller3-0/+4
2017-06-06e1000e: add statistic indicating number of skipped Tx timestampsJacob Keller3-7/+12