summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-09net: add sysfs attribute to control napi threaded modeWei Wang4-2/+103
2021-02-09net: implement threaded-able napi poll loop supportWei Wang2-14/+119
2021-02-09net: extract napi poll functionality to __napi_poll()Felix Fietkau1-12/+24
2021-02-09net: broadcom: bcm4908enet: add BCM4908 controller driverRafał Miłecki5-0/+790
2021-02-09dt-bindings: net: document BCM4908 Ethernet controllerRafał Miłecki1-0/+45
2021-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-4/+12
2021-02-09Documentation: networking: ip-sysctl: Document src_valid_mark sysctlJay Vosburgh1-0/+19
2021-02-09net: phy: broadcom: remove BCM5482 1000Base-BX supportMichael Walle1-92/+1
2021-02-09net: phy: drop explicit genphy_read_status() opMichael Walle2-2/+0
2021-02-08Merge branch 'route-offload-failure'David S. Miller15-40/+372
2021-02-08selftests: netdevsim: Test route offload failure notificationsAmit Cohen1-2/+132
2021-02-08mlxsw: spectrum_router: Set offload_failed flagAmit Cohen1-0/+52
2021-02-08netdevsim: fib: Add debugfs to debug route offload failureAmit Cohen1-2/+112
2021-02-08netdevsim: dev: Initialize FIB module after debugfsIdo Schimmel1-19/+21
2021-02-08netdevsim: fib: Do not warn if route was not found for several eventsAmit Cohen1-3/+3
2021-02-08IPv6: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen3-2/+9
2021-02-08IPv6: Add "offload failed" indication to routesAmit Cohen4-7/+12
2021-02-08IPv4: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen3-2/+9
2021-02-08IPv4: Add "offload failed" indication to routesAmit Cohen7-3/+17
2021-02-08rtnetlink: Add RTM_F_OFFLOAD_FAILED flagAmit Cohen1-0/+5
2021-02-08Merge tag 'mlx5-updates-2021-02-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller25-1057/+3812
2021-02-08cxgb4: remove unused vpd_cap_addrHeiner Kallweit2-3/+0
2021-02-08net: bridge: use switchdev for port flags set through sysfs tooVladimir Oltean1-3/+6
2021-02-08selftests: tc-testing: u32: Add tests covering sample optionPhil Sutter1-0/+46
2021-02-08rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socketXin Long1-45/+24
2021-02-08net-sysfs: Add rtnl locking for getting Tx queue traffic classAlexander Duyck1-3/+10
2021-02-08nfc: st-nci: Remove unnecessary variablewengjianfeng1-2/+1
2021-02-08selftests/net: so_txtime: remove unneeded semicolonYang Li1-1/+1
2021-02-08seg6: fool-proof the processing of SRv6 behavior attributesAndrea Mayer1-28/+39
2021-02-08Merge tag 'batadv-next-pullrequest-20210208' of git://git.open-mesh.org/linux...Jakub Kicinski57-65/+66
2021-02-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski12-242/+906
2021-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski44-247/+406
2021-02-06r8169: don't try to disable interrupts if NAPI is scheduled alreadyHeiner Kallweit1-2/+4
2021-02-06net/packet: Improve the comment about LL header visibility criteriaXie He1-2/+2
2021-02-06Merge branch 'net-ipa-a-mix-of-small-improvements'Jakub Kicinski5-67/+73
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-06Merge branch 'lag-offload-for-ocelot-dsa-switches'Jakub Kicinski7-143/+262
2021-02-06net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean3-6/+38
2021-02-06net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfacesVladimir Oltean2-0/+21
2021-02-06net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean4-9/+64
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 Oltean2-58/+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