aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-08ice: implement new LLDP filter commandDave Ertman6-8/+82
2021-02-08ice: log message when trusted VF goes in/out of promisc modeBrett Creeley1-13/+19
2021-02-08Merge tag 'mlx5-updates-2021-02-04' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller24-1057/+3783
2021-02-08cxgb4: remove unused vpd_cap_addrHeiner Kallweit2-3/+0
2021-02-08nfc: st-nci: Remove unnecessary variablewengjianfeng1-2/+1
2021-02-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski12-242/+906
2021-02-06r8169: don't try to disable interrupts if NAPI is scheduled alreadyHeiner Kallweit1-2/+4
2021-02-06net: ipa: avoid field overflowAlex Elder1-8/+14
2021-02-06net: ipa: get rid of status size constraintAlex Elder1-3/+0
2021-02-06net: ipa: use a Boolean rather than count when replenishingAlex Elder1-16/+19
2021-02-06net: ipa: remove two unused register definitionsAlex Elder1-10/+0
2021-02-06net: ipa: do not cache event ring stateAlex Elder2-19/+21
2021-02-06net: ipa: synchronize NAPI only for suspendAlex Elder1-8/+10
2021-02-06net: ipa: move mutex calls into __gsi_channel_stop()Alex Elder1-11/+17
2021-02-06net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean2-6/+32
2021-02-06net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean3-9/+63
2021-02-06net: mscc: ocelot: rename aggr_count to num_ports_in_lagVladimir Oltean1-4/+3
2021-02-06net: mscc: ocelot: drop the use of the "lags" arrayVladimir Oltean1-56/+39
2021-02-06net: mscc: ocelot: set up logical port IDs centrallyVladimir Oltean1-19/+28
2021-02-06net: mscc: ocelot: avoid unneeded "lp" variable in LAG joinVladimir Oltean1-10/+6
2021-02-06net: mscc: ocelot: set up the bonding mask in a way that avoids a net_deviceVladimir Oltean1-7/+22
2021-02-06net: mscc: ocelot: use ipv6 in the aggregation codeVladimir Oltean1-1/+4
2021-02-06net: mscc: ocelot: don't refuse bonding interfaces we can't offloadVladimir Oltean3-28/+17
2021-02-06net: mscc: ocelot: use a switch-case statement in ocelot_netdevice_eventVladimir Oltean1-23/+45
2021-02-06net: mscc: ocelot: rename ocelot_netdevice_port_event to ocelot_netdevice_changeupperVladimir Oltean1-32/+27
2021-02-06net: hns3: replace macro of max qset number with specificationGuangbin Huang6-6/+12
2021-02-06net: hns3: debugfs add max tm rate specification printGuangbin Huang1-0/+1
2021-02-06net: hns3: add support for obtaining the maximum frame sizeYufeng Mo9-8/+20
2021-02-06net: hns3: optimize the code when update the tc infoGuoJia Liao3-7/+12
2021-02-06net: hns3: RSS indirection table use device specificationGuangbin Huang6-41/+66
2021-02-06net: hns3: add api capability bits for firmwareJian Shen4-2/+30
2021-02-06net: dpaa2-mac: add backplane link mode supportRussell King2-3/+6
2021-02-06net: dpaa2-mac: add 1000BASE-X supportRussell King1-3/+17
2021-02-06net: pcs: add pcs-lynx 1000BASE-X supportRussell King1-0/+36
2021-02-06net: wan: farsync: use new tasklet APIEmil Renner Berthing1-6/+6
2021-02-06net: dpaa2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao1-2/+1
2021-02-06net: octeontx2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao1-2/+1
2021-02-06net: dwc-xlgmac: Fix spelling mistake in function nameColin Ian King3-3/+3
2021-02-06net: mhi-net: Add re-aggregation of fragmented packetsLoic Poulain1-10/+64
2021-02-06net: qualcomm: rmnet: Fix rx_handler for non-linear skbsLoic Poulain1-0/+5
2021-02-06net: ethernet: ti: fix netdevice stats for XDPLorenzo Bianconi4-9/+13
2021-02-06dpaa2-eth: Simplify the calculation of variablesJiapeng Chong1-1/+1
2021-02-06Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextJakub Kicinski41-170/+283
2021-02-05net/mlx5e: Handle FIB events to update tunnel endpoint deviceVlad Buslov7-67/+773
2021-02-05net/mlx5e: Rename some encap-specific API to generic namesVlad Buslov5-9/+9
2021-02-05net/mlx5e: TC preparation refactoring for routing update eventVlad Buslov5-9/+288
2021-02-05net/mlx5e: Refactor neigh update infrastructureVlad Buslov9-31/+35
2021-02-05net/mlx5e: Create route entry infrastructureVlad Buslov7-11/+290
2021-02-05net/mlx5e: Extract tc tunnel encap/decap code to dedicated fileVlad Buslov7-885/+947
2021-02-05net/mlx5e: Match recirculated packet miss in slow table using reg_c1Vlad Buslov4-7/+134