summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-09mctp: tests: Add key state testsJeremy Kerr1-0/+137
2022-02-09mctp: tests: Rename FL_T macro to FL_TOJeremy Kerr1-6/+6
2022-02-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller5-8/+42
2022-02-09ip6_tunnel: fix possible NULL deref in ip6_tnl_xmitEric Dumazet1-1/+4
2022-02-09Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()Tianyu Lan1-8/+16
2022-02-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller3-10/+16
2022-02-09dt-bindings: net: renesas,etheravb: Document RZ/G2UL SoCBiju Das1-1/+2
2022-02-09dt-bindings: net: renesas,etheravb: Document RZ/V2L SoCBiju Das1-1/+2
2022-02-09net: dsa: typo in commentLuiz Angelo Daros de Luca1-1/+1
2022-02-09ptp_pch: Remove unused pch_pm_opsAndy Shevchenko1-6/+0
2022-02-09ptp_pch: Convert to use managed functions pcim_* and devm_*Andy Shevchenko1-63/+10
2022-02-09ptp_pch: Switch to use module_pci_driver() macroAndy Shevchenko1-19/+1
2022-02-09ptp_pch: Use ioread64_hi_lo() / iowrite64_hi_lo()Andy Shevchenko1-9/+4
2022-02-09ptp_pch: Use ioread64_lo_hi() / iowrite64_lo_hi()Andy Shevchenko1-36/+10
2022-02-09ptp_pch: use mac_pton()Andy Shevchenko1-31/+10
2022-02-09Merge branch 'net-speedup-netns-dismantles'Jakub Kicinski11-113/+172
2022-02-09net: remove default_device_exit()Eric Dumazet1-8/+14
2022-02-09bonding: switch bond_net_exit() to batch modeEric Dumazet2-9/+19
2022-02-09can: gw: switch cangw_pernet_exit() to batch modeEric Dumazet1-3/+6
2022-02-09ipmr: introduce ipmr_net_exit_batch()Eric Dumazet1-5/+15
2022-02-09ip6mr: introduce ip6mr_net_exit_batch()Eric Dumazet1-5/+15
2022-02-09ipv6: change fib6_rules_net_exit() to batch modeEric Dumazet1-3/+8
2022-02-09ipv4: add fib_net_exit_batch()Eric Dumazet1-3/+16
2022-02-09nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet1-4/+8
2022-02-09ipv6/addrconf: switch to per netns inet6_addr_lst hash tableEric Dumazet1-54/+23
2022-02-09ipv6/addrconf: use one delayed work per netnsEric Dumazet2-20/+25
2022-02-09ipv6/addrconf: allocate a per netns hash tableEric Dumazet2-0/+24
2022-02-09net: add dev->dev_registered_trackerEric Dumazet2-2/+7
2022-02-09et131x: support arbitrary MAX_SKB_FRAGSEric Dumazet1-4/+10
2022-02-09Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski2-0/+9
2022-02-08i40e: Add a stat for tracking busy rx pagesJoe Damato5-5/+15
2022-02-08i40e: Add a stat for tracking pages waivedJoe Damato5-4/+17
2022-02-08i40e: Add a stat tracking new RX page allocationsJoe Damato5-1/+9
2022-02-08i40e: Aggregate and export RX page reuse statJoe Damato3-1/+6
2022-02-08i40e: Remove rx page reuse double countJoe Damato1-2/+0
2022-02-08Merge branch 'inet-separate-dscp-from-ecn-bits-using-new-dscp_t-type'Jakub Kicinski12-50/+278
2022-02-08ipv4: Use dscp_t in struct fib_aliasGuillaume Nault4-34/+45
2022-02-08ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault4-4/+93
2022-02-08ipv4: Stop taking ECN bits into account in fib4-rulesGuillaume Nault2-9/+39
2022-02-08ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault4-7/+105
2022-02-08net: stmmac: optimize locking around PTP clock readsYannick Vignon5-20/+20
2022-02-08net: typhoon: include <net/vxlan.h>Eric Dumazet1-0/+3
2022-02-08igb: refactor XDP registrationCorinna Vinschen2-10/+13
2022-02-08igc: avoid kernel warning when changing RX ring parametersCorinna Vinschen1-0/+3
2022-02-07net: dsa: mv88e6xxx: Unlock on error in mv88e6xxx_port_bridge_join()Dan Carpenter1-1/+1
2022-02-07net: dsa: mv88e6xxx: Fix off by in one in mv88e6185_phylink_get_caps()Dan Carpenter1-1/+1
2022-02-07net: hns3: add support for TX push modeYufeng Mo8-8/+118
2022-02-07net: asix: add proper error handling of usb read errorsPavel Skripkin3-11/+33
2022-02-07r8169: factor out redundant RTL8168d PHY config functionality to rtl8168d_1_c...Heiner Kallweit1-46/+25
2022-02-07ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet2-3/+7