summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-01-19netfilter: flowtable: teardown flow if cached mtu is stalePablo Neira Ayuso1-2/+6
2025-01-19netfilter: conntrack: rework offload nf_conn timeout extension logicFlorian Westphal2-8/+103
2025-01-19netfilter: conntrack: remove skb argument from nf_ct_refreshFlorian Westphal6-11/+10
2025-01-19netfilter: nft_flow_offload: update tcp state flags under lockFlorian Westphal1-5/+11
2025-01-19netfilter: nft_flow_offload: clear tcp MAXACK flag before moving to slowpathFlorian Westphal1-2/+12
2025-01-19netfilter: nf_tables: Simplify chain netdev notifierPhil Sutter1-14/+7
2025-01-19netfilter: nf_tables: Tolerate chains with no remaining hooksPhil Sutter2-63/+7
2025-01-19netfilter: nf_tables: Compare netdev hooks based on stored namePhil Sutter1-1/+1
2025-01-19netfilter: nf_tables: Use stored ifname in netdev hook dumpsPhil Sutter1-4/+6
2025-01-19netfilter: nf_tables: Store user-defined hook ifnamePhil Sutter1-3/+7
2025-01-19netfilter: nf_tables: Flowtable hook's pf value never variesPhil Sutter1-7/+4
2025-01-19netfilter: br_netfilter: remove unused conditional and dead codeAntoine Tenart1-29/+1
2025-01-19netfilter: nf_tables: fix set size with rbtree backendPablo Neira Ayuso2-2/+90
2025-01-19Merge tag 'batadv-next-pullrequest-20250117' of git://git.open-mesh.org/linux...Jakub Kicinski12-249/+229
2025-01-19Merge tag 'for-net-next-2025-01-15' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski6-202/+101
2025-01-19Merge tag 'wireless-next-2025-01-17' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski33-630/+2451
2025-01-19net: introduce netdev_napi_exit()Eric Dumazet1-6/+17
2025-01-19net: sched: Disallow replacing of child qdisc from one parent to anotherJamal Hadi Salim1-0/+4
2025-01-19net: avoid race between device unregistration and ethnl opsAntoine Tenart1-1/+1
2025-01-19net: destroy dev->lock later in free_netdev()Eric Dumazet1-2/+2
2025-01-19mptcp: sysctl: add syn_retrans_before_tcp_fallbackMatthieu Baerts (NGI0)1-4/+17
2025-01-18net: dsa: implement get_ts_stats ethtool operation for user portsVladimir Oltean1-0/+11
2025-01-18net: ethtool: ts: add separate counter for unconfirmed one-step TX timestampsVladimir Oltean1-0/+2
2025-01-18net: tc: improve qdisc error messagesJohn Ousterhout1-3/+3
2025-01-18dccp: Prepare dccp_v4_route_skb() to .flowi4_tos conversion.Guillaume Nault1-1/+2
2025-01-18net: let net.core.dev_weight always be non-zeroLiu Jian1-1/+4
2025-01-17batman-adv: netlink: reduce duplicate code by returning interfacesLinus Lüssing8-209/+174
2025-01-17bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-writeDaniel Xu1-1/+1
2025-01-17dev: Hold rtnl_net_lock() for dev_ifsioc().Kuniyuki Iwashima3-26/+22
2025-01-17dev: Remove devnet_rename_sem.Kuniyuki Iwashima1-14/+2
2025-01-17dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().Kuniyuki Iwashima1-0/+2
2025-01-17selftests: drv-net-hw: inject pp_alloc_fail errors in the right placeJohn Daley1-1/+1
2025-01-17ipv4: Prepare inet_rtm_getroute() to .flowi4_tos conversion.Guillaume Nault1-4/+5
2025-01-17gre: Prepare ipgre_open() to .flowi4_tos conversion.Guillaume Nault1-1/+1
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-77/+164
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski1-2/+12
2025-01-16Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'Jakub Kicinski2-22/+80
2025-01-16net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)Eric Dumazet1-2/+1
2025-01-16net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)Eric Dumazet1-0/+3
2025-01-16net: no longer hold RTNL while calling flush_all_backlogs()Eric Dumazet1-3/+28
2025-01-16net: no longer assume RTNL is held in flush_all_backlogs()Eric Dumazet1-18/+35
2025-01-16net: expedite synchronize_net() for cleanup_net()Eric Dumazet2-1/+15
2025-01-16netdev-genl: remove rtnl_lock protection from NAPI opsJakub Kicinski1-10/+0
2025-01-16net: protect NAPI config fields with netdev_lock()Jakub Kicinski1-2/+3
2025-01-16net: protect napi->irq with netdev_lock()Jakub Kicinski1-1/+1
2025-01-16net: protect threaded status of NAPI with netdev_lock()Jakub Kicinski2-2/+34
2025-01-16net: make netdev netlink ops hold netdev_lock()Jakub Kicinski3-23/+27
2025-01-16net: protect NAPI enablement with netdev_lock()Jakub Kicinski1-7/+34
2025-01-16net: protect netdev->napi_list with netdev_lock()Jakub Kicinski1-5/+10
2025-01-16net: add netdev->up protected by netdev_lock()Jakub Kicinski2-2/+14