summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-09dpaa2-eth: extract the S/G table buffer cache interaction into functionsIoana Ciornei
2022-02-09dpaa2-eth: allocate a fragment already alignedIoana Ciornei
2022-02-09dpaa2-eth: rearrange variable declaration in __dpaa2_eth_txIoana Ciornei
2022-02-09Merge branch 'octeontx2-af-priority-flow-control'David S. Miller
2022-02-09octeontx2-pf: PFC config support with DCBxHariprasad Kelam
2022-02-09octeontx2-af: Flow control resource managementHariprasad Kelam
2022-02-09octeontx2-af: Priority flow control configuration supportSunil Kumar Kori
2022-02-09octeontx2-af: Don't enable Pause frames by defaultHariprasad Kelam
2022-02-09Merge branch 'MCTP-tag-control-interface'David S. Miller
2022-02-09mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag controlMatt Johnston
2022-02-09mctp: Allow keys matching any local addressJeremy Kerr
2022-02-09mctp: Add helper for address match checkingJeremy Kerr
2022-02-09mctp: tests: Add key state testsJeremy Kerr
2022-02-09mctp: tests: Rename FL_T macro to FL_TOJeremy Kerr
2022-02-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller
2022-02-09ip6_tunnel: fix possible NULL deref in ip6_tnl_xmitEric Dumazet
2022-02-09Netvsc: Call hv_unmap_memory() in the netvsc_device_remove()Tianyu Lan
2022-02-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2022-02-09dt-bindings: net: renesas,etheravb: Document RZ/G2UL SoCBiju Das
2022-02-09dt-bindings: net: renesas,etheravb: Document RZ/V2L SoCBiju Das
2022-02-08net: dsa: typo in commentLuiz Angelo Daros de Luca
2022-02-08ptp_pch: Remove unused pch_pm_opsAndy Shevchenko
2022-02-08ptp_pch: Convert to use managed functions pcim_* and devm_*Andy Shevchenko
2022-02-08ptp_pch: Switch to use module_pci_driver() macroAndy Shevchenko
2022-02-08ptp_pch: Use ioread64_hi_lo() / iowrite64_hi_lo()Andy Shevchenko
2022-02-08ptp_pch: Use ioread64_lo_hi() / iowrite64_lo_hi()Andy Shevchenko
2022-02-08ptp_pch: use mac_pton()Andy Shevchenko
2022-02-08Merge branch 'net-speedup-netns-dismantles'Jakub Kicinski
2022-02-08net: remove default_device_exit()Eric Dumazet
2022-02-08bonding: switch bond_net_exit() to batch modeEric Dumazet
2022-02-08can: gw: switch cangw_pernet_exit() to batch modeEric Dumazet
2022-02-08ipmr: introduce ipmr_net_exit_batch()Eric Dumazet
2022-02-08ip6mr: introduce ip6mr_net_exit_batch()Eric Dumazet
2022-02-08ipv6: change fib6_rules_net_exit() to batch modeEric Dumazet
2022-02-08ipv4: add fib_net_exit_batch()Eric Dumazet
2022-02-08nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()Eric Dumazet
2022-02-08ipv6/addrconf: switch to per netns inet6_addr_lst hash tableEric Dumazet
2022-02-08ipv6/addrconf: use one delayed work per netnsEric Dumazet
2022-02-08ipv6/addrconf: allocate a per netns hash tableEric Dumazet
2022-02-08net: add dev->dev_registered_trackerEric Dumazet
2022-02-08et131x: support arbitrary MAX_SKB_FRAGSEric Dumazet
2022-02-08Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski
2022-02-08i40e: Add a stat for tracking busy rx pagesJoe Damato
2022-02-08i40e: Add a stat for tracking pages waivedJoe Damato
2022-02-08i40e: Add a stat tracking new RX page allocationsJoe Damato
2022-02-08i40e: Aggregate and export RX page reuse statJoe Damato
2022-02-08i40e: Remove rx page reuse double countJoe Damato
2022-02-07Merge branch 'inet-separate-dscp-from-ecn-bits-using-new-dscp_t-type'Jakub Kicinski
2022-02-07ipv4: Use dscp_t in struct fib_aliasGuillaume Nault
2022-02-07ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault