aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-18Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller18-0/+8341
2018-10-18Merge tag 'mlx5-updates-2018-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller18-409/+1066
2018-10-17net: ena: enable Low Latency QueuesArthur Kiyanovski1-14/+4
2018-10-17net: ena: Fix Kconfig dependency on X86Netanel Belgazal1-1/+1
2018-10-17octeontx2-af: Support for disabling NIX RQ/SQ/CQ contextsGeetha sowjanya3-3/+129
2018-10-17octeontx2-af: NIX AQ instruction enqueue supportSunil Goutham4-9/+680
2018-10-17octeontx2-af: Alloc bitmaps for NIX Tx scheduler queuesSunil Goutham3-1/+114
2018-10-17octeontx2-af: NIX LSO config for TSOv4/v6 offloadSunil Goutham4-0/+138
2018-10-17octeontx2-af: NIX block LF initializationSunil Goutham4-0/+308
2018-10-17octeontx2-af: NIX block admin queue initSunil Goutham5-1/+220
2018-10-17octeontx2-af: Support for disabling NPA Aura/Pool contextsGeetha sowjanya3-0/+110
2018-10-17octeontx2-af: NPA AQ instruction enqueue supportSunil Goutham5-0/+427
2018-10-17octeontx2-af: NPA block LF initializationSunil Goutham5-3/+214
2018-10-17octeontx2-af: NPA block admin queue initSunil Goutham6-2/+309
2018-10-17octeontx2-af: Enable or disable CGX internal loopbackGeetha sowjanya5-0/+72
2018-10-17octeontx2-af: Forward CGX link notifications to PFsLinu Cherian6-12/+368
2018-10-17octeontx2-af: Support for MAC address filters in CGXVidhya Raman5-0/+183
2018-10-17octeontx2-af: Support to retrieve CGX LMAC statsChristina Jacob5-0/+76
2018-10-17octeontx2-af: CGX Rx/Tx enable/disable mbox handlersSunil Goutham5-0/+73
2018-10-17octeontx2-af: Improve register polling loopSunil Goutham1-3/+3
2018-10-17mlxsw: spectrum_switchdev: Add support for VxLAN encapsulationIdo Schimmel1-1/+405
2018-10-17mlxsw: spectrum: Enable VxLAN enslavement to bridgesIdo Schimmel3-1/+267
2018-10-17bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel2-4/+6
2018-10-17net: Add netif_is_vxlan()Ido Schimmel1-1/+2
2018-10-17mlxsw: spectrum_router: Configure matching local routes for NVE decapIdo Schimmel1-0/+10
2018-10-17mlxsw: spectrum_fid: Clear NVE configuration when destroying 802.1D FIDsIdo Schimmel1-0/+2
2018-10-17mlxsw: spectrum_nve: Implement VxLAN operationsIdo Schimmel1-2/+188
2018-10-17mlxsw: spectrum_nve: Implement common NVE coreIdo Schimmel6-1/+1158
2018-10-17mlxsw: spectrum_router: Allow querying VR ID based on table IDIdo Schimmel2-0/+15
2018-10-17mlxsw: spectrum_router: Enable local routes promotion to perform NVE decapIdo Schimmel2-1/+121
2018-10-17mlxsw: spectrum_fid: Add APIs to lookup FID without creating itIdo Schimmel2-5/+44
2018-10-17mlxsw: spectrum_fid: Allow setting and clearing NVE properties on FIDIdo Schimmel2-0/+186
2018-10-17net/mlx5e: Support offloading tc priorities and chains for eswitch flowsPaul Blakey4-12/+50
2018-10-17net/mlx5e: Use a slow path rule instead if vxlan neighbour isn't availablePaul Blakey1-22/+82
2018-10-17net/mlx5: E-Switch, Enable setting goto slow path chain actionPaul Blakey2-0/+8
2018-10-17net/mlx5e: Avoid duplicated code for tc offloads add/del fdb ruleOr Gerlitz1-41/+50
2018-10-17net/mlx5e: For TC offloads, always add new flow instead of appending the actionsPaul Blakey2-3/+3
2018-10-17net/mlx5: Add a no-append flow insertion modePaul Blakey3-3/+10
2018-10-17net/mlx5: E-Switch, Add chains and prioritiesPaul Blakey3-86/+339
2018-10-17net/mlx5: E-Switch, Have explicit API to delete fwd rulesOr Gerlitz3-2/+14
2018-10-17net/mlx5: Split FDB fast path prio to multiple namespacesPaul Blakey4-11/+99
2018-10-17net/mlx5e: Split TC add rule path for nic vs e-switchRoi Dayan1-47/+138
2018-10-17net/mlx5e: Change return type of tc add flow functionsRabie Loulou1-47/+39
2018-10-17net/mlx5: Use flow counter IDs and not the wrapping cache objectMark Bloch7-16/+16
2018-10-17net/mlx5: E-Switch, Get counters for offloaded flows from callersMark Bloch4-35/+33
2018-10-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into net-nextSaeed Mahameed12-132/+233
2018-10-17igc: Add watchdogSasha Neftin4-0/+256
2018-10-17igc: Add setup link functionalitySasha Neftin8-0/+717
2018-10-17igc: Add code for PHY supportSasha Neftin12-1/+820
2018-10-17igc: Add NVM supportSasha Neftin13-3/+949