summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-02-09mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag controlMatt Johnston-56/+329
2022-02-09mctp: Allow keys matching any local addressJeremy Kerr-2/+10
2022-02-09mctp: Add helper for address match checkingJeremy Kerr-5/+8
2022-02-09mctp: tests: Add key state testsJeremy Kerr-0/+137
2022-02-09mctp: tests: Rename FL_T macro to FL_TOJeremy Kerr-6/+6
2022-02-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller-8/+42
2022-02-09ip6_tunnel: fix possible NULL deref in ip6_tnl_xmitEric Dumazet-1/+4
2022-02-09Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()Tianyu Lan-8/+16
2022-02-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller-10/+16
2022-02-09dt-bindings: net: renesas,etheravb: Document RZ/G2UL SoCBiju Das-1/+2
2022-02-09dt-bindings: net: renesas,etheravb: Document RZ/V2L SoCBiju Das-1/+2
2022-02-08net: dsa: typo in commentLuiz Angelo Daros de Luca-1/+1
2022-02-08ptp_pch: Remove unused pch_pm_opsAndy Shevchenko-6/+0
2022-02-08ptp_pch: Convert to use managed functions pcim_* and devm_*Andy Shevchenko-63/+10
2022-02-08ptp_pch: Switch to use module_pci_driver() macroAndy Shevchenko-19/+1
2022-02-08ptp_pch: Use ioread64_hi_lo() / iowrite64_hi_lo()Andy Shevchenko-9/+4
2022-02-08ptp_pch: Use ioread64_lo_hi() / iowrite64_lo_hi()Andy Shevchenko-36/+10
2022-02-08ptp_pch: use mac_pton()Andy Shevchenko-31/+10
2022-02-08Merge branch 'net-speedup-netns-dismantles'Jakub Kicinski-113/+172
2022-02-08net: remove default_device_exit()Eric Dumazet-8/+14
2022-02-08bonding: switch bond_net_exit() to batch modeEric Dumazet-9/+19
2022-02-08can: gw: switch cangw_pernet_exit() to batch modeEric Dumazet-3/+6
2022-02-08ipmr: introduce ipmr_net_exit_batch()Eric Dumazet-5/+15
2022-02-08ip6mr: introduce ip6mr_net_exit_batch()Eric Dumazet-5/+15
2022-02-08ipv6: change fib6_rules_net_exit() to batch modeEric Dumazet-3/+8
2022-02-08ipv4: add fib_net_exit_batch()Eric Dumazet-3/+16
2022-02-08nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet-4/+8
2022-02-08ipv6/addrconf: switch to per netns inet6_addr_lst hash tableEric Dumazet-54/+23
2022-02-08ipv6/addrconf: use one delayed work per netnsEric Dumazet-20/+25
2022-02-08ipv6/addrconf: allocate a per netns hash tableEric Dumazet-0/+24
2022-02-08net: add dev->dev_registered_trackerEric Dumazet-2/+7
2022-02-08et131x: support arbitrary MAX_SKB_FRAGSEric Dumazet-4/+10
2022-02-08Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski-0/+9
2022-02-08i40e: Add a stat for tracking busy rx pagesJoe Damato-5/+15
2022-02-08i40e: Add a stat for tracking pages waivedJoe Damato-4/+17
2022-02-08i40e: Add a stat tracking new RX page allocationsJoe Damato-1/+9
2022-02-08i40e: Aggregate and export RX page reuse statJoe Damato-1/+6
2022-02-08i40e: Remove rx page reuse double countJoe Damato-2/+0
2022-02-07Merge branch 'inet-separate-dscp-from-ecn-bits-using-new-dscp_t-type'Jakub Kicinski-50/+278
2022-02-07ipv4: Use dscp_t in struct fib_aliasGuillaume Nault-34/+45
2022-02-07ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault-4/+93
2022-02-07ipv4: Stop taking ECN bits into account in fib4-rulesGuillaume Nault-9/+39
2022-02-07ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault-7/+105
2022-02-07net: stmmac: optimize locking around PTP clock readsYannick Vignon-20/+20
2022-02-07net: typhoon: include <net/vxlan.h>Eric Dumazet-0/+3
2022-02-07igb: refactor XDP registrationCorinna Vinschen-10/+13
2022-02-07igc: avoid kernel warning when changing RX ring parametersCorinna Vinschen-0/+3
2022-02-07net: dsa: mv88e6xxx: Unlock on error in mv88e6xxx_port_bridge_join()Dan Carpenter-1/+1
2022-02-07net: dsa: mv88e6xxx: Fix off by in one in mv88e6185_phylink_get_caps()Dan Carpenter-1/+1
2022-02-07net: hns3: add support for TX push modeYufeng Mo-8/+118