summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-13net: sched: Remove NET_ACT_IPT from KconfigHarshit Mogalapalli1-10/+0
2024-02-12ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault5-5/+5
2024-02-12netfilter: conntrack: expedite rcu in nf_conntrack_cleanup_net_listEric Dumazet1-1/+1
2024-02-12net: use synchronize_rcu_expedited in cleanup_net()Eric Dumazet1-1/+1
2024-02-12ipv4/fib: use synchronize_net() when holding RTNLEric Dumazet1-1/+1
2024-02-12bridge: vlan: use synchronize_net() when holding RTNLEric Dumazet1-2/+2
2024-02-12net: use synchronize_net() in dev_change_name()Eric Dumazet1-1/+1
2024-02-12ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet1-1/+0
2024-02-12net/ipv6: set expires in modify_prefix_route() if RTF_EXPIRES is set.Kui-Feng Lee1-1/+1
2024-02-12net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee4-15/+109
2024-02-12net/ipv6: Remove unnecessary clean.Kui-Feng Lee1-2/+0
2024-02-12net/ipv6: set expires in rt6_add_dflt_router().Kui-Feng Lee2-2/+5
2024-02-09Merge branch 'for-io_uring-add-napi-busy-polling-support'Jakub Kicinski1-14/+43
2024-02-09net: add napi_busy_loop_rcu()Stefan Roesch1-0/+15
2024-02-09net: split off __napi_busy_poll from napi_busy_pollStefan Roesch1-14/+28
2024-02-08ethtool: do not use rtnl in ethnl_default_dumpit()Eric Dumazet1-9/+5
2024-02-08net-procfs: use xarray iterator to implement /proc/net/devEric Dumazet1-41/+7
2024-02-08net: dsa: tag_sja1105: remove "inline" keywordVladimir Oltean1-2/+2
2024-02-08net: dsa: remove "inline" from dsa_user_netpoll_send_skb()Vladimir Oltean1-2/+2
2024-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski36-216/+497
2024-02-08Merge tag 'nf-24-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni12-99/+144
2024-02-08netfilter: nft_set_pipapo: remove scratch_aligned pointerFlorian Westphal3-39/+10
2024-02-08netfilter: nft_set_pipapo: add helper to release pcpu scratch areaFlorian Westphal1-5/+23
2024-02-08netfilter: nft_set_pipapo: store index in scratch mapsFlorian Westphal3-26/+44
2024-02-08netfilter: nft_set_rbtree: skip end interval element from gcPablo Neira Ayuso1-3/+3
2024-02-08netfilter: nfnetlink_queue: un-break NF_REPEATFlorian Westphal1-3/+10
2024-02-08netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso4-13/+28
2024-02-08netfilter: nft_ct: reject direction for ct idPablo Neira Ayuso1-0/+3
2024-02-08netfilter: ctnetlink: fix filtering for zone 0Felix Huettner1-4/+8
2024-02-08netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik2-2/+4
2024-02-08netfilter: nft_set_pipapo: remove static in nft_pipapo_get()Pablo Neira Ayuso1-1/+1
2024-02-07xfrm: interface: use exit_batch_rtnl() methodEric Dumazet1-8/+6
2024-02-07bridge: use exit_batch_rtnl() methodEric Dumazet1-10/+5
2024-02-07ip_tunnel: use exit_batch_rtnl() methodEric Dumazet4-21/+29
2024-02-07sit: use exit_batch_rtnl() methodEric Dumazet1-8/+5
2024-02-07ip6_vti: use exit_batch_rtnl() methodEric Dumazet1-7/+5
2024-02-07ip6_tunnel: use exit_batch_rtnl() methodEric Dumazet1-7/+5
2024-02-07ip6_gre: use exit_batch_rtnl() methodEric Dumazet1-7/+5
2024-02-07ipv4: add __unregister_nexthop_notifier()Eric Dumazet1-6/+13
2024-02-07nexthop: convert nexthop_net_exit_batch to exit_batch_rtnl methodEric Dumazet1-7/+12
2024-02-07net: add exit_batch_rtnl() methodEric Dumazet1-1/+30
2024-02-07Merge tag 'mlx5-updates-2024-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski3-3/+17
2024-02-07net/smc: change the term virtual ISM to Emulated-ISMWen Gu6-24/+24
2024-02-07netfilter: nft_compat: restrict match/target protocol to u16Pablo Neira Ayuso1-1/+7
2024-02-07netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso1-1/+2
2024-02-07netfilter: nft_compat: narrow down revision to unsigned 8-bitsPablo Neira Ayuso1-3/+3
2024-02-07Merge tag 'wireless-2024-02-06' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski10-67/+175
2024-02-07net: Do not return value from init_dummy_netdev()Amit Cohen1-3/+1
2024-02-07net: tipc: remove redundant 'bool' from CONFIG_TIPC_{MEDIA_UDP,CRYPTO}Masahiro Yamada1-4/+3
2024-02-07netlabel: cleanup struct netlbl_lsm_catmapGeorge Guo1-4/+4