Age | Commit message (Expand) | Author | Files | Lines |
41 hours | xfrm: Set transport header to fix UDP GRO handling | Tobias Brunner | 1 | -0/+3 |
2025-05-30 | net: Fix checksum update for ILA adj-transport | Paul Chaignon | 1 | -3/+3 |
2025-05-26 | Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Abeni | 3 | -11/+14 |
2025-05-23 | netfilter: nf_dup{4, 6}: Move duplication check to task_struct | Sebastian Andrzej Siewior | 2 | -4/+4 |
2025-05-23 | netfilter: nf_tables: nft_fib: consistent l3mdev handling | Florian Westphal | 1 | -3/+1 |
2025-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -65/+18 |
2025-05-22 | netfilter: nf_tables: nft_fib_ipv6: fix VRF ipv4/ipv6 result discrepancy | Florian Westphal | 1 | -4/+9 |
2025-05-22 | Merge tag 'ipsec-2025-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Abeni | 2 | -54/+17 |
2025-05-20 | ipv6: Revert two per-cpu var allocation for RTM_NEWROUTE. | Kuniyuki Iwashima | 1 | -31/+3 |
2025-05-20 | ipv6: Pass gfp_flags down to ip6_route_info_create_nh(). | Kuniyuki Iwashima | 1 | -4/+5 |
2025-05-20 | Revert "ipv6: Factorise ip6_route_multipath_add()." | Kuniyuki Iwashima | 1 | -123/+70 |
2025-05-20 | Revert "ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6loc... | Kuniyuki Iwashima | 1 | -3/+3 |
2025-05-20 | ipv6: Narrow down RCU critical section in inet6_rtm_newroute(). | Kuniyuki Iwashima | 2 | -15/+25 |
2025-05-20 | inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?(). | Kuniyuki Iwashima | 1 | -4/+2 |
2025-05-20 | ipv6: Remove rcu_read_lock() in fib6_get_table(). | Kuniyuki Iwashima | 1 | -12/+10 |
2025-05-16 | mr: consolidate the ipmr_can_free_table() checks. | Paolo Abeni | 1 | -11/+1 |
2025-05-15 | ipv6: sr: Use nested-BH locking for hmac_storage | Sebastian Andrzej Siewior | 1 | -2/+11 |
2025-05-13 | net: devmem: Implement TX path | Mina Almasry | 1 | -1/+2 |
2025-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+9 |
2025-05-05 | gre: Fix again IPv6 link-local address generation. | Guillaume Nault | 1 | -6/+9 |
2025-05-05 | netfilter: bridge: Move specific fragmented packet to slow_path instead of dr... | Huajian Yang | 1 | -6/+6 |
2025-05-02 | ipv6: Restore fib6_config validation for SIOCADDRT. | Kuniyuki Iwashima | 1 | -42/+55 |
2025-05-01 | ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6local LWT s... | Andrea Mayer | 1 | -3/+3 |
2025-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2025-05-01 | net: use sock_gen_put() when sk_state is TCP_TIME_WAIT | Jibin Zhang | 1 | -1/+1 |
2025-04-29 | ip: load balance tcp connections to single dst addr and port | Willem de Bruijn | 2 | -3/+12 |
2025-04-24 | ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE. | Kuniyuki Iwashima | 1 | -6/+12 |
2025-04-24 | ipv6: Protect nh->f6i_list with spinlock and flag. | Kuniyuki Iwashima | 1 | -5/+34 |
2025-04-24 | ipv6: Defer fib6_purge_rt() in fib6_add_rt2node() to fib6_add(). | Kuniyuki Iwashima | 1 | -7/+14 |
2025-04-24 | ipv6: Protect fib6_link_table() with spinlock. | Kuniyuki Iwashima | 1 | -5/+21 |
2025-04-24 | ipv6: Factorise ip6_route_multipath_add(). | Kuniyuki Iwashima | 1 | -75/+130 |
2025-04-24 | ipv6: Rename rt6_nh.next to rt6_nh.list. | Kuniyuki Iwashima | 1 | -7/+7 |
2025-04-24 | ipv6: Don't pass net to ip6_route_info_append(). | Kuniyuki Iwashima | 1 | -4/+2 |
2025-04-24 | ipv6: Preallocate nhc_pcpu_rth_output in ip6_route_info_create(). | Kuniyuki Iwashima | 1 | -0/+9 |
2025-04-24 | ipv6: Preallocate rt->fib6_nh->rt6i_pcpu in ip6_route_info_create(). | Kuniyuki Iwashima | 1 | -3/+22 |
2025-04-24 | ipv6: Split ip6_route_info_create(). | Kuniyuki Iwashima | 1 | -33/+62 |
2025-04-24 | ipv6: Move nexthop_find_by_id() after fib6_info_alloc(). | Kuniyuki Iwashima | 1 | -16/+18 |
2025-04-24 | ipv6: Check GATEWAY in rtm_to_fib6_multipath_config(). | Kuniyuki Iwashima | 1 | -7/+9 |
2025-04-24 | ipv6: Move some validation from ip6_route_info_create() to rtm_to_fib6_config(). | Kuniyuki Iwashima | 1 | -37/+42 |
2025-04-24 | ipv6: Get rid of RTNL for SIOCDELRT and RTM_DELROUTE. | Kuniyuki Iwashima | 1 | -20/+28 |
2025-04-24 | ipv6: Validate RTA_GATEWAY of RTA_MULTIPATH in rtm_to_fib6_config(). | Kuniyuki Iwashima | 1 | -39/+43 |
2025-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
2025-04-17 | net: ipv6: ioam6: fix double reallocation | Justin Iurman | 1 | -5/+36 |
2025-04-17 | net: ipv6: ioam6: use consistent dst names | Justin Iurman | 1 | -17/+18 |
2025-04-17 | ovpn: implement TCP transport | Antonio Quartulli | 1 | -0/+1 |
2025-04-17 | xfrm: Fix UDP GRO handling for some corner cases | Tobias Brunner | 1 | -8/+10 |
2025-04-16 | ipv6: Use nlmsg_payload in route file | Breno Leitao | 1 | -2/+2 |
2025-04-16 | ipv6: Use nlmsg_payload in addrconf file | Breno Leitao | 1 | -2/+2 |
2025-04-16 | ipv6: Use nlmsg_payload in addrlabel file | Breno Leitao | 1 | -4/+4 |
2025-04-15 | ipv6: Use nlmsg_payload in inet6_rtm_valid_getaddr_req | Breno Leitao | 1 | -2/+2 |
2025-04-15 | ipv6: Use nlmsg_payload in inet6_valid_dump_ifaddr_req | Breno Leitao | 1 | -2/+2 |
2025-04-14 | ipv6: Convert tunnel devices' ->exit_batch_rtnl() to ->exit_rtnl(). | Kuniyuki Iwashima | 4 | -69/+27 |
2025-04-14 | espintcp: remove encap socket caching to avoid reference leak | Sabrina Dubroca | 1 | -45/+4 |
2025-04-14 | espintcp: fix skb leaks | Sabrina Dubroca | 1 | -1/+3 |
2025-04-11 | net: Unexport shared functions for DCCP. | Kuniyuki Iwashima | 2 | -3/+0 |
2025-04-11 | net: Retire DCCP socket. | Kuniyuki Iwashima | 1 | -1/+1 |
2025-04-10 | ipv6: add exception routes to GC list in rt6_insert_exception | Xin Long | 1 | -0/+1 |
2025-04-10 | tcp: add TCP_RFC7323_TW_PAWS drop reason | Jiayuan Chen | 1 | -1/+2 |
2025-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -13/+14 |
2025-04-10 | Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2 | -8/+9 |
2025-04-09 | ipv6: Align behavior across nexthops during path selection | Ido Schimmel | 1 | -4/+4 |
2025-04-08 | udp_tunnel: create a fastpath GRO lookup. | Paolo Abeni | 2 | -0/+7 |
2025-04-07 | ipv6: Fix null-ptr-deref in addrconf_add_ifaddr(). | Kuniyuki Iwashima | 1 | -4/+5 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 4 | -5/+5 |
2025-04-04 | ipv6: Do not consider link down nexthops in path selection | Ido Schimmel | 1 | -2/+4 |
2025-04-04 | ipv6: Start path selection from the first nexthop | Ido Schimmel | 1 | -3/+35 |
2025-04-03 | net: use netif_disable_lro in ipv6_add_dev | Stanislav Fomichev | 1 | -2/+13 |
2025-04-03 | ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS | Fernando Fernandez Mancera | 1 | -12/+25 |
2025-04-02 | netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets | Debin Zhu | 1 | -3/+18 |
2025-03-25 | tcp/dccp: remove icsk->icsk_timeout | Eric Dumazet | 1 | -2/+2 |
2025-03-25 | Revert "udp_tunnel: GRO optimizations" | Jakub Kicinski | 2 | -7/+0 |
2025-03-25 | Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 2 | -9/+33 |
2025-03-24 | tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr(). | Kuniyuki Iwashima | 2 | -18/+0 |
2025-03-23 | netfilter: socket: Lookup orig tuple for IPv6 SNAT | Maxim Mikityanskiy | 1 | -0/+23 |
2025-03-21 | netfilter: fib: avoid lookup if socket is available | Florian Westphal | 1 | -9/+10 |
2025-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 4 | -20/+29 |
2025-03-20 | Revert "gre: Fix IPv6 link-local address generation." | Guillaume Nault | 1 | -9/+6 |
2025-03-20 | net: ipv6: ioam6: fix lwtunnel_output() loop | Justin Iurman | 1 | -4/+4 |
2025-03-18 | inet: frags: save a pair of atomic operations in reassembly | Eric Dumazet | 2 | -6/+8 |
2025-03-18 | inet: frags: change inet_frag_kill() to defer refcount updates | Eric Dumazet | 2 | -17/+22 |
2025-03-18 | inet: frags: add inet_frag_putn() helper | Eric Dumazet | 2 | -3/+4 |
2025-03-18 | ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create(). | Kuniyuki Iwashima | 1 | -0/+2 |
2025-03-18 | ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw(). | Kuniyuki Iwashima | 1 | -1/+2 |
2025-03-18 | net: ipv6: fix TCP GSO segmentation with NAT | Felix Fietkau | 1 | -6/+15 |
2025-03-18 | udp_tunnel: create a fastpath GRO lookup. | Paolo Abeni | 2 | -0/+7 |
2025-03-17 | tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOS | Ilpo Järvinen | 1 | -7/+17 |
2025-03-17 | tcp: extend TCP flags to allow AE bit/ACE field | Ilpo Järvinen | 1 | -1/+1 |
2025-03-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -6/+9 |
2025-03-13 | gre: Fix IPv6 link-local address generation. | Guillaume Nault | 1 | -6/+9 |
2025-03-10 | ipv6: save dontfrag in cork | Willem de Bruijn | 1 | -4/+5 |
2025-03-10 | ipv6: remove leftover ip6 cookie initializer | Willem de Bruijn | 1 | -2/+0 |
2025-03-08 | net: move misc netdev_lock flavors to a separate header | Jakub Kicinski | 4 | -0/+4 |
2025-03-08 | udp: expand SKB_DROP_REASON_UDP_CSUM use | Eric Dumazet | 1 | -1/+1 |
2025-03-06 | inet: call inet6_ehashfn() once from inet6_hash_connect() | Eric Dumazet | 1 | -4/+11 |
2025-03-06 | inet: change lport contribution to inet_ehashfn() and inet6_ehashfn() | Eric Dumazet | 1 | -2/+2 |
2025-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
2025-03-06 | net: ipv6: fix missing dst ref drop in ila lwtunnel | Justin Iurman | 1 | -0/+1 |
2025-03-06 | net: ipv6: fix dst ref loop in ila lwtunnel | Justin Iurman | 1 | -1/+2 |
2025-03-05 | inet: fix lwtunnel_valid_encap_type() lock imbalance | Eric Dumazet | 1 | -2/+4 |
2025-03-04 | tcp: use RCU lookup in __inet_hash_connect() | Eric Dumazet | 1 | -11/+13 |
2025-03-04 | tcp: use RCU in __inet{6}_check_established() | Eric Dumazet | 1 | -3/+16 |
2025-03-04 | net: rename netns_local to netns_immutable | Nicolas Dichtel | 4 | -4/+4 |
2025-03-03 | net: use sock_kmemdup for ip_options | Geliang Tang | 1 | -2/+1 |
2025-03-03 | tcp: remove READ_ONCE(req->ts_recent) | Eric Dumazet | 1 | -1/+1 |
2025-03-03 | net: gro: convert four dev_net() calls | Eric Dumazet | 2 | -2/+2 |
2025-03-03 | tcp: convert to dev_net_rcu() | Eric Dumazet | 1 | -11/+11 |
2025-03-03 | tcp: add a drop_reason pointer to tcp_check_req() | Eric Dumazet | 1 | -1/+2 |
2025-02-28 | inet: ping: avoid skb_clone() dance in ping_rcv() | Eric Dumazet | 1 | -5/+2 |
2025-02-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -4/+24 |
2025-02-27 | net: ipv6: fix dst ref loop on input in rpl lwt | Justin Iurman | 1 | -2/+12 |
2025-02-27 | net: ipv6: fix dst ref loop on input in seg6 lwt | Justin Iurman | 1 | -2/+12 |
2025-02-21 | ipv6: fib_rules: Add DSCP mask matching | Ido Schimmel | 1 | -2/+43 |
2025-02-21 | net: ipv6: Use link netns in newlink() of rtnl_link_ops | Xiao Liang | 4 | -18/+17 |
2025-02-21 | net: ipv6: Init tunnel link-netns before registering dev | Xiao Liang | 4 | -7/+9 |
2025-02-21 | rtnetlink: Pack newlink() params into struct | Xiao Liang | 4 | -10/+21 |
2025-02-19 | ipv6: fib_rules: Add port mask matching | Ido Schimmel | 1 | -4/+4 |
2025-02-18 | ipv6: initialize inet socket cookies with sockcm_init | Willem de Bruijn | 3 | -12/+3 |
2025-02-18 | ipv6: replace ipcm6_init calls with ipcm6_init_sk | Willem de Bruijn | 2 | -13/+2 |
2025-02-15 | ndisc: ndisc_send_redirect() cleanup | Eric Dumazet | 1 | -5/+3 |
2025-02-14 | inet: consolidate inet_csk_clone_lock() | Eric Dumazet | 1 | -6/+2 |
2025-02-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -56/+76 |
2025-02-13 | ipv6: mcast: add RCU protection to mld_newpack() | Eric Dumazet | 1 | -4/+10 |
2025-02-10 | ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure(). | Kuniyuki Iwashima | 1 | -2/+2 |
2025-02-10 | ipv6: mcast: extend RCU protection in igmp6_send() | Eric Dumazet | 1 | -16/+15 |
2025-02-10 | ndisc: extend RCU protection in ndisc_send_skb() | Eric Dumazet | 1 | -4/+8 |
2025-02-10 | ndisc: use RCU protection in ndisc_alloc_skb() | Eric Dumazet | 1 | -6/+4 |
2025-02-10 | ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu() | Eric Dumazet | 1 | -1/+1 |
2025-02-06 | ipv6: Use RCU in ip6_input() | Eric Dumazet | 1 | -5/+9 |
2025-02-06 | ipv6: icmp: convert to dev_net_rcu() | Eric Dumazet | 1 | -19/+23 |
2025-02-06 | ipv6: use RCU protection in ip6_default_advmss() | Eric Dumazet | 1 | -1/+6 |
2025-02-03 | udp: gso: do not drop small packets when PMTU reduces | Yan Zhai | 1 | -2/+2 |
2025-02-01 | net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels | Jakub Kicinski | 3 | -9/+18 |
2025-02-01 | net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels | Jakub Kicinski | 3 | -6/+11 |
2025-01-27 | Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 2 | -3/+3 |
2025-01-20 | ipv6: Convert inet6_rtm_deladdr() to per-netns RTNL. | Kuniyuki Iwashima | 1 | -4/+8 |
2025-01-20 | ipv6: Convert inet6_rtm_newaddr() to per-netns RTNL. | Kuniyuki Iwashima | 1 | -8/+17 |
2025-01-20 | ipv6: Move lifetime validation to inet6_rtm_newaddr(). | Kuniyuki Iwashima | 1 | -58/+35 |
2025-01-20 | ipv6: Set cfg.ifa_flags before device lookup in inet6_rtm_newaddr(). | Kuniyuki Iwashima | 1 | -7/+7 |
2025-01-20 | ipv6: Pass dev to inet6_addr_add(). | Kuniyuki Iwashima | 1 | -10/+10 |
2025-01-20 | ipv6: Convert inet6_ioctl() to per-netns RTNL. | Kuniyuki Iwashima | 1 | -6/+6 |
2025-01-20 | ipv6: Hold rtnl_net_lock() in addrconf_init() and addrconf_cleanup(). | Kuniyuki Iwashima | 1 | -5/+5 |
2025-01-20 | ipv6: Hold rtnl_net_lock() in addrconf_dad_work(). | Kuniyuki Iwashima | 1 | -3/+6 |
2025-01-20 | ipv6: Hold rtnl_net_lock() in addrconf_verify_work(). | Kuniyuki Iwashima | 1 | -2/+2 |
2025-01-20 | ipv6: Convert net.ipv6.conf.${DEV}.XXX sysctl to per-netns RTNL. | Kuniyuki Iwashima | 1 | -30/+30 |
2025-01-20 | xfrm: Fix the usage of skb->sk | Steffen Klassert | 2 | -3/+3 |
2025-01-15 | inet: ipmr: fix data-races | Eric Dumazet | 1 | -14/+14 |
2025-01-10 | Merge tag 'ipsec-next-2025-01-09' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 1 | -1/+2 |
2025-01-09 | netlink: add IPv6 anycast join/leave notifications | Yuyang Huang | 2 | -3/+38 |
2025-01-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+11 |
2025-01-02 | ila: serialize calls to nf_register_net_hooks() | Eric Dumazet | 1 | -5/+11 |
2024-12-23 | netlink: correct nlmsg size for multicast notifications | Yuyang Huang | 2 | -3/+4 |
2024-12-23 | udp: Deal with race between UDP socket address change and rehash | Stefano Brivio | 1 | -0/+50 |
2024-12-19 | ipv6: Add flow label to route get requests | Ido Schimmel | 1 | -1/+19 |
2024-12-19 | ipv6: fib_rules: Add flow label support | Ido Schimmel | 1 | -2/+55 |
2024-12-17 | inetpeer: do not get a refcount in inet_getpeer() | Eric Dumazet | 3 | -6/+8 |
2024-12-17 | inetpeer: remove create argument of inet_getpeer_v[46]() | Eric Dumazet | 3 | -3/+3 |
2024-12-16 | sock: support SO_PRIORITY cmsg | Anna Emese Nyiri | 4 | -2/+6 |
2024-12-15 | netlink: add IGMP/MLD join/leave notifications | Yuyang Huang | 2 | -20/+48 |
2024-12-11 | ipv6: mcast: annotate data-race around psf->sf_count[MCAST_XXX] | Eric Dumazet | 1 | -6/+6 |
2024-12-11 | ipv6: mcast: annotate data-races around mc->mca_sfcount[MCAST_EXCLUDE] | Eric Dumazet | 1 | -5/+8 |
2024-12-11 | ipv6: mcast: reduce ipv6_chk_mcast_addr() indentation | Eric Dumazet | 1 | -20/+22 |
2024-12-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -10/+11 |
2024-12-05 | net: ipv6: rpl_iptunnel: mitigate 2-realloc issue | Justin Iurman | 1 | -21/+25 |
2024-12-05 | net: ipv6: seg6_iptunnel: mitigate 2-realloc issue | Justin Iurman | 1 | -33/+52 |
2024-12-05 | net: ipv6: ioam6_iptunnel: mitigate 2-realloc issue | Justin Iurman | 1 | -36/+37 |
2024-12-05 | xfrm: add generic iptfs defines and functionality | Christian Hopps | 1 | -1/+2 |
2024-12-04 | inet: add indirect call wrapper for getfrag() calls | Eric Dumazet | 1 | -5/+8 |
2024-12-04 | ipmr: tune the ipmr_can_free_table() checks. | Paolo Abeni | 1 | -1/+1 |
2024-12-02 | net/ipv6: release expired exception dst cached in socket | Jiri Wiesner | 1 | -3/+3 |
2024-12-01 | ipv6: avoid possible NULL deref in modify_prefix_route() | Eric Dumazet | 1 | -6/+7 |
2024-11-28 | ipmr: fix build with clang and DEBUG_NET disabled. | Paolo Abeni | 1 | -1/+1 |
2024-11-28 | ip6mr: fix tables suspicious RCU usage | Paolo Abeni | 1 | -11/+27 |
2024-11-28 | ipmr: add debug check for mr table cleanup | Paolo Abeni | 1 | -0/+14 |
2024-11-26 | net/ipv6: delete temporary address if mngtmpaddr is removed or unmanaged | Hangbin Liu | 1 | -12/+29 |
2024-11-18 | ipv6/udp: Add 4-tuple hash for connected socket | Philo Lu | 1 | -2/+100 |
2024-11-18 | ipv4/udp: Add 4-tuple hash for connected socket | Philo Lu | 1 | -1/+1 |
2024-11-18 | net/udp: Add a new struct for hash2 slot | Philo Lu | 1 | -9/+6 |
2024-11-18 | Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 1 | -3/+3 |
2024-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+1 |
2024-11-12 | net: ip: make ip_route_input() return drop reasons | Menglong Dong | 1 | -7/+7 |
2024-11-11 | net: fix data-races around sk->sk_forward_alloc | Wang Liang | 1 | -3/+1 |
2024-11-11 | ipv6: Fix soft lockups in fib6_select_path under high next hop churn | Omid Ehtemam-Haghighi | 2 | -19/+34 |
2024-11-11 | net: convert to nla_get_*_default() | Johannes Berg | 5 | -29/+15 |
2024-11-07 | Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Abeni | 1 | -1/+8 |
2024-11-06 | ipv6: release nexthop on device removal | Paolo Abeni | 1 | -3/+3 |
2024-11-03 | net/tcp: Add missing lockdep annotations for TCP-AO hlist traversals | Dmitry Safonov | 1 | -2/+2 |
2024-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -8/+7 |
2024-10-30 | netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6() | Eric Dumazet | 1 | -8/+7 |
2024-10-29 | xfrm: Add an inbound percpu state cache. | Steffen Klassert | 1 | -3/+3 |
2024-10-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -15/+16 |
2024-10-24 | Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Abeni | 1 | -15/+16 |
2024-10-23 | ip6mr: Add __init to ip6_mr_cleanup(). | Kuniyuki Iwashima | 1 | -1/+1 |
2024-10-22 | rtnetlink: Return int from rtnl_af_register(). | Kuniyuki Iwashima | 1 | -1/+4 |
2024-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -1/+3 |
2024-10-15 | ipmr: Use rtnl_register_many(). | Kuniyuki Iwashima | 1 | -4/+9 |
2024-10-15 | ipv6: Use rtnl_register_many(). | Kuniyuki Iwashima | 4 | -67/+51 |
2024-10-15 | net: inet6: do not leave a dangling sk pointer in inet6_create() | Ignat Korchagin | 1 | -12/+10 |
2024-10-15 | udp: Compute L4 checksum as usual when not segmenting the skb | Jakub Sitnicki | 1 | -1/+3 |
2024-10-15 | ipv6: replace call_rcu by kfree_rcu for simple kmem_cache_free callback | Julia Lawall | 1 | -8/+1 |
2024-10-15 | netfilter: Make legacy configs user selectable | Breno Leitao | 1 | -1/+8 |