| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'main' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev... | Mark Brown | 17 | -814/+444 |
| 2 days | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/klas... | Mark Brown | 2 | -3/+3 |
| 3 days | Revert "esp: fix page frag reference leak on skb_to_sgvec failure" | Steffen Klassert | 1 | -7/+5 |
| 3 days | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -9/+15 |
| 5 days | tunnels: do not assume transport header in iptunnel_pmtud_check_icmp() | Eric Dumazet | 1 | -3/+10 |
| 5 days | tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]() | Eric Dumazet | 1 | -5/+4 |
| 5 days | Merge tag 'nf-next-26-05-25' of https://git.kernel.org/pub/scm/linux/kernel/g... | Jakub Kicinski | 4 | -0/+16 |
| 6 days | ipv4: igmp: annotate data-races around im->users | Yuyang Huang | 1 | -4/+7 |
| 7 days | netfilter: add option for GCOV profiling | Florian Westphal | 2 | -0/+8 |
| 7 days | netfilter: x_tables: disable 32bit compat interface in user namespaces | Florian Westphal | 2 | -0/+8 |
| 9 days | ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_... | Eric Dumazet | 1 | -1/+1 |
| 10 days | xfrm: esp: restore combined single-frag length gate | Jingguo Tan | 1 | -2/+2 |
| 10 days | esp: fix page frag reference leak on skb_to_sgvec failure | e521588 | 1 | -5/+7 |
| 10 days | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 8 | -29/+22 |
| 11 days | net: skbuff: propagate shared-frag marker through frag-transfer helpers | Hyunwoo Kim | 1 | -0/+1 |
| 11 days | tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN prediction | Eric Dumazet | 3 | -13/+8 |
| 11 days | ipv4: use WARN_ON_ONCE() in ip_rt_bug() | Eric Dumazet | 1 | -1/+1 |
| 11 days | ipv4: icmp: reject broadcast/multicast routes | Eric Dumazet | 1 | -0/+3 |
| 11 days | udp: Fix UDP length on last GSO_PARTIAL segment | Gal Pressman | 1 | -3/+6 |
| 11 days | udp: gso: Fix handling checksum in __udp_gso_segment | Alice Mikityanska | 1 | -11/+2 |
| 12 days | ipmr: Replace use of system_unbound_wq with system_dfl_wq | Marco Crivellari | 1 | -1/+1 |
| 13 days | net: pppoe: implement GRO/GSO support | Felix Fietkau | 1 | -0/+2 |
| 2026-05-16 | xfrm: ah: use skb_to_full_sk in async output callbacks | Michael Bommarito | 1 | -1/+1 |
| 2026-05-15 | ipv4: raw: reject IP_HDRINCL packets with ihl < 5 | Michael Bommarito | 1 | -1/+1 |
| 2026-05-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 11 | -167/+96 |
| 2026-05-14 | Merge tag 'net-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 10 | -166/+95 |
| 2026-05-13 | net: make is_skb_wmem() available to modules | Eric Dumazet | 2 | -2/+1 |
| 2026-05-11 | tcp: Fix out-of-bounds access for twsk in tcp_ao_established_key(). | Kuniyuki Iwashima | 1 | -1/+2 |
| 2026-05-10 | ipv4: Add __must_check to nexthop removal functions | Cosmin Ratiu | 1 | -12/+14 |
| 2026-05-10 | ipv4: Flush the FIB once on multiple nexthop removal | Cosmin Ratiu | 1 | -7/+19 |
| 2026-05-10 | ipv4: Provide a FIB flushing signal from nexthop removal functions | Cosmin Ratiu | 1 | -20/+30 |
| 2026-05-09 | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Linus Torvalds | 1 | -1/+1 |
| 2026-05-08 | Merge tag 'nf-26-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Jakub Kicinski | 8 | -163/+91 |
| 2026-05-08 | tcp: Fix imbalanced icsk_accept_queue count. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2026-05-08 | tcp: Fix potential UAF in reqsk_timer_handler(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2026-05-08 | netfilter: x_tables: close dangling table module init race | Florian Westphal | 5 | -56/+60 |
| 2026-05-08 | netfilter: x_tables: add and use xtables_unregister_table_exit | Florian Westphal | 3 | -11/+12 |
| 2026-05-08 | netfilter: x_tables: unregister the templates first | Florian Westphal | 5 | -5/+5 |
| 2026-05-08 | netfilter: x_tables: add and use xt_unregister_table_pre_exit | Florian Westphal | 8 | -23/+6 |
| 2026-05-08 | netfilter: x_tables: allocate hook ops while under mutex | Florian Westphal | 2 | -68/+8 |
| 2026-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 9 | -39/+70 |
| 2026-05-07 | ipmr: Call ipmr_fib_lookup() under RCU. | Kuniyuki Iwashima | 1 | -1/+2 |
| 2026-05-06 | tcp: tcp_child_process() related UAF | Eric Dumazet | 2 | -9/+7 |
| 2026-05-06 | inetpeer: add a missing read_seqretry() in inet_getpeer() | Eric Dumazet | 1 | -1/+2 |
| 2026-05-06 | Merge tag 'ipsec-2026-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 3 | -3/+16 |
| 2026-05-05 | udp_tunnel: Remove synchronize_rcu() in udp_tunnel_sock_release(). | Kuniyuki Iwashima | 1 | -1/+0 |
| 2026-05-05 | fou: Store struct sock in struct fou. | Kuniyuki Iwashima | 1 | -7/+7 |
| 2026-05-05 | udp_tunnel: Pass struct sock to udp_tunnel_notify_{add,del}_rx_port(). | Kuniyuki Iwashima | 1 | -4/+2 |
| 2026-05-05 | udp_tunnel: Pass struct sock to udp_tunnel_{push,drop}_rx_port(). | Kuniyuki Iwashima | 1 | -4/+2 |
| 2026-05-05 | udp_tunnel: Pass struct sock to setup_udp_tunnel_sock(). | Kuniyuki Iwashima | 2 | -4/+2 |
| 2026-05-05 | udp_tunnel: Pass struct sock to udp_tunnel_sock_release(). | Kuniyuki Iwashima | 2 | -7/+6 |
| 2026-05-05 | xfrm: esp: avoid in-place decrypt on shared skb frags | Kuan-Ting Chen | 2 | -1/+4 |
| 2026-05-04 | ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculation | Ujjal Roy | 1 | -3/+3 |
| 2026-05-01 | tcp: move max_packets_out, cwnd_usage_seq, rate_delivered and rate_interval_u... | Eric Dumazet | 1 | -4/+4 |
| 2026-05-01 | tcp: move tp->bytes_acked to tcp_sock_write_tx group | Eric Dumazet | 1 | -1/+1 |
| 2026-05-01 | tcp: move tp->first_tx_mstamp and tp->delivered_mstamp to tcp_sock_write_tx | Eric Dumazet | 1 | -2/+2 |
| 2026-05-01 | tcp: move tp->segs_in and tp->segs_out to tcp_sock_write_txrx group | Eric Dumazet | 1 | -2/+2 |
| 2026-05-01 | tcp: move tp->delivered and tp->delivered_ce to tcp_sock_write_tx group | Eric Dumazet | 1 | -2/+2 |
| 2026-05-01 | ipv4: igmp: annotate data-races in igmp_heard_query() | Eric Dumazet | 1 | -22/+36 |
| 2026-05-01 | ipmr: prevent info-leak in pmr_cache_report() | Eric Dumazet | 1 | -3/+4 |
| 2026-04-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -55/+100 |
| 2026-04-30 | netfilter: nf_socket: skip socket lookup for non-first fragments | Fernando Fernandez Mancera | 1 | -0/+3 |
| 2026-04-30 | net/tcp: Remove tcp_sigpool | Eric Biggers | 3 | -370/+0 |
| 2026-04-30 | net/tcp-ao: Return void from functions that can no longer fail | Eric Biggers | 2 | -70/+68 |
| 2026-04-30 | net/tcp-ao: Use stack-allocated MAC and traffic_key buffers | Eric Biggers | 1 | -33/+11 |
| 2026-04-30 | net/tcp-ao: Use crypto library API instead of crypto_ahash | Eric Biggers | 2 | -265/+255 |
| 2026-04-30 | net/tcp-ao: Drop support for most non-RFC-specified algorithms | Eric Biggers | 1 | -0/+4 |
| 2026-04-29 | tcp: add tcp_mstamp_refresh_inline() | Eric Dumazet | 2 | -10/+4 |
| 2026-04-28 | Merge tag 'nf-26-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Jakub Kicinski | 2 | -3/+23 |
| 2026-04-27 | tcp: make probe0 timer handle expired user timeout | Altan Hacigumus | 1 | -2/+3 |
| 2026-04-27 | ipmr: Free mr_table after RCU grace period. | Kuniyuki Iwashima | 2 | -50/+74 |
| 2026-04-24 | Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -1/+0 |
| 2026-04-23 | Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 19 | -85/+114 |
| 2026-04-23 | tcp: call sk_data_ready() after listener migration | Zhenzhong Wu | 1 | -0/+3 |
| 2026-04-23 | ipv4: icmp: validate reply type before using icmp_pointers | Ruide Cao | 1 | -1/+4 |
| 2026-04-23 | tcp: send a challenge ACK on SEG.ACK > SND.NXT | Jiayuan Chen | 1 | -3/+7 |
| 2026-04-23 | net: remove ax25 and amateur radio (hamradio) subsystem | Jakub Kicinski | 1 | -1/+0 |
| 2026-04-22 | bpf: Reject TCP_NODELAY in bpf-tcp-cc | KaFai Wan | 1 | -1/+1 |
| 2026-04-21 | netfilter: arp_tables: fix IEEE1394 ARP payload parsing | Pablo Neira Ayuso | 2 | -3/+23 |
| 2026-04-20 | netfilter: nat: use kfree_rcu to release ops | Pablo Neira Ayuso | 1 | -2/+2 |
| 2026-04-20 | xfrm: ah: account for ESN high bits in async callbacks | Michael Bommarito | 1 | -2/+12 |
| 2026-04-18 | tcp: annotate data-races around tp->plb_rehash | Eric Dumazet | 2 | -2/+3 |
| 2026-04-18 | tcp: annotate data-races around (tp->write_seq - tp->snd_nxt) | Eric Dumazet | 1 | -1/+2 |
| 2026-04-18 | tcp: annotate data-races around tp->timeout_rehash | Eric Dumazet | 2 | -2/+3 |
| 2026-04-18 | tcp: annotate data-races around tp->srtt_us | Eric Dumazet | 2 | -3/+4 |
| 2026-04-18 | tcp: annotate data-races around tp->reord_seen | Eric Dumazet | 2 | -3/+3 |
| 2026-04-18 | tcp: annotate data-races around tp->dsack_dups | Eric Dumazet | 2 | -2/+2 |
| 2026-04-18 | tcp: annotate data-races around tp->bytes_retrans | Eric Dumazet | 2 | -3/+3 |
| 2026-04-18 | tcp: annotate data-races around tp->bytes_sent | Eric Dumazet | 2 | -2/+3 |
| 2026-04-18 | tcp: add data-race annotations for TCP_NLA_SNDQ_SIZE | Eric Dumazet | 3 | -4/+6 |
| 2026-04-18 | tcp: annotate data-races around tp->delivered and tp->delivered_ce | Eric Dumazet | 2 | -6/+6 |
| 2026-04-18 | tcp: annotate data-races around tp->snd_ssthresh | Eric Dumazet | 13 | -29/+31 |
| 2026-04-18 | tcp: add data-races annotations around tp->reordering, tp->snd_cwnd | Eric Dumazet | 3 | -11/+13 |
| 2026-04-18 | tcp: add data-race annotations around tp->data_segs_out and tp->total_retrans | Eric Dumazet | 2 | -5/+7 |
| 2026-04-18 | tcp: annotate data-races in tcp_get_info_chrono_stats() | Eric Dumazet | 1 | -4/+10 |
| 2026-04-16 | nexthop: fix IPv6 route referencing IPv4 nexthop | Jiayuan Chen | 1 | -2/+2 |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+3 |
| 2026-04-14 | Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 55 | -1235/+793 |
| 2026-04-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2026-04-13 | tcp: Don't set treq->req_usec_ts in cookie_tcp_reqsk_init(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2026-04-13 | udp: Force compute_score to always inline | Gabriel Krisman Bertazi | 1 | -6/+6 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -4/+4 |
| 2026-04-13 | tcp: update window_clamp when SO_RCVBUF is set | Jakub Kicinski | 2 | -0/+6 |
| 2026-04-12 | Merge branch 'net-reduce-sk_filter-and-friends-bloat' | Jakub Kicinski | 4 | -5/+10 |
| 2026-04-12 | net: change sk_filter_trim_cap() to return a drop_reason by value | Eric Dumazet | 1 | -1/+2 |
| 2026-04-12 | tcp: change tcp_filter() to return the reason by value | Eric Dumazet | 1 | -2/+4 |
| 2026-04-12 | net: change sock_queue_rcv_skb_reason() to return a drop_reason | Eric Dumazet | 2 | -2/+4 |
| 2026-04-12 | gre: Count GRE packet drops | Gal Pressman | 2 | -2/+7 |
| 2026-04-12 | tcp: add indirect call wrapper in tcp_conn_request() | Eric Dumazet | 2 | -2/+5 |
| 2026-04-12 | tcp: return a drop_reason from tcp_add_backlog() | Eric Dumazet | 1 | -12/+9 |
| 2026-04-12 | net: Add net_cookie to Dead loop messages | Chris J Arges | 1 | -2/+2 |
| 2026-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -14/+32 |
| 2026-04-08 | Merge tag 'ipsec-2026-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 1 | -1/+4 |
| 2026-04-07 | xfrm: hold dev ref until after transport_finish NF_HOOK | Qi Tang | 1 | -1/+4 |
| 2026-04-06 | tcp: add recv_should_stop helper | Geliang Tang | 1 | -7/+2 |
| 2026-04-05 | mm: rename zap_page_range_single() to zap_vma_range() | David Hildenbrand (Arm) | 1 | -3/+3 |
| 2026-04-05 | mm/memory: remove "zap_details" parameter from zap_page_range_single() | David Hildenbrand (Arm) | 1 | -3/+2 |
| 2026-04-03 | ipv4: icmp: fix null-ptr-deref in icmp_build_probe() | Yiqi Sun | 1 | -0/+7 |
| 2026-04-03 | ipv4: nexthop: allocate skb dynamically in rtm_get_nexthop() | Fernando Fernandez Mancera | 1 | -11/+27 |
| 2026-04-03 | ipv4: nexthop: avoid duplicate NHA_HW_STATS_ENABLE on nexthop group dump | Fernando Fernandez Mancera | 1 | -2/+1 |
| 2026-04-03 | inet: remove leftover EXPORT_SYMBOL() | Eric Dumazet | 3 | -21/+0 |
| 2026-03-29 | ipv4: drop ipv6_stub usage and use direct function calls | Fernando Fernandez Mancera | 5 | -29/+28 |
| 2026-03-29 | net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros | Fernando Fernandez Mancera | 14 | -124/+0 |
| 2026-03-29 | ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs | Fernando Fernandez Mancera | 1 | -5/+4 |
| 2026-03-26 | tcp: tcp_vegas: use tcp_vegas_cwnd_event_tx_start() | Eric Dumazet | 1 | -0/+1 |
| 2026-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -21/+10 |
| 2026-03-24 | tcp: add cwnd_event_tx_start to tcp_congestion_ops | Eric Dumazet | 8 | -27/+48 |
| 2026-03-24 | Merge tag 'ipsec-2026-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Abeni | 1 | -3/+6 |
| 2026-03-23 | udp: Fix wildcard bind conflict check when using hash2 | Martin KaFai Lau | 2 | -18/+4 |
| 2026-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+5 |
| 2026-03-19 | icmp: fix NULL pointer dereference in icmp_tag_validation() | Weiming Shi | 1 | -1/+3 |
| 2026-03-17 | fou: Remove IPPROTO_UDPLITE check in gue_err() and gue6_err(). | Kuniyuki Iwashima | 1 | -2/+1 |
| 2026-03-16 | bonding: prevent potential infinite loop in bond_header_parse() | Eric Dumazet | 1 | -1/+2 |
| 2026-03-14 | ipv4: validate IPV4_DEVCONF attributes properly | Fernando Fernandez Mancera | 1 | -10/+45 |
| 2026-03-14 | net: dropreason: add SKB_DROP_REASON_RECURSION_LIMIT | Eric Dumazet | 1 | -1/+1 |
| 2026-03-14 | tcp: increase LINUX_MIB_BEYOND_WINDOW for SKB_DROP_REASON_TCP_OVERWINDOW | Simon Baatz | 1 | -0/+1 |
| 2026-03-14 | tcp: implement RFC 7323 window retraction receiver requirements | Simon Baatz | 5 | -5/+12 |
| 2026-03-13 | udp: Don't pass proto to __udp4_lib_rcv() and __udp6_lib_rcv(). | Kuniyuki Iwashima | 1 | -13/+5 |
| 2026-03-13 | udp: Don't pass udptable to IPv4 socket lookup functions. | Kuniyuki Iwashima | 3 | -83/+56 |
| 2026-03-13 | udp: Don't pass udptable to IPv6 socket lookup functions. | Kuniyuki Iwashima | 1 | -10/+10 |
| 2026-03-13 | udp: Remove dead check in __udp[46]_lib_lookup() for BPF. | Kuniyuki Iwashima | 1 | -2/+1 |
| 2026-03-13 | udp: Remove udp_table in struct udp_seq_afinfo. | Kuniyuki Iwashima | 1 | -18/+4 |
| 2026-03-13 | udp: Remove struct proto.h.udp_table. | Kuniyuki Iwashima | 1 | -14/+12 |
| 2026-03-13 | udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV. | Kuniyuki Iwashima | 1 | -44/+2 |
| 2026-03-13 | udp: Remove partial csum code in TX. | Kuniyuki Iwashima | 1 | -36/+22 |
| 2026-03-13 | udp: Remove partial csum code in RX. | Kuniyuki Iwashima | 1 | -69/+16 |
| 2026-03-13 | udp: Remove UDP-Lite SNMP stats. | Kuniyuki Iwashima | 3 | -62/+32 |
| 2026-03-13 | ipv4: Retire UDP-Lite. | Kuniyuki Iwashima | 8 | -235/+20 |
| 2026-03-13 | udp: Make udp[46]_seq_show() static. | Kuniyuki Iwashima | 2 | -3/+2 |
| 2026-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -3/+32 |
| 2026-03-12 | net: prevent NULL deref in ip[6]tunnel_xmit() | Eric Dumazet | 1 | -4/+6 |
| 2026-03-12 | tcp: add tcp_release_cb_cond() helper | Eric Dumazet | 1 | -5/+0 |
| 2026-03-11 | ipv6: move the disable_ipv6_mod knob to core code | Jakub Kicinski | 1 | -0/+6 |
| 2026-03-10 | inet: add ip_local_port_step_width sysctl to improve port usage distribution | Fernando Fernandez Mancera | 2 | -3/+32 |
| 2026-03-10 | net: add xmit recursion limit to tunnel xmit functions | Weiming Shi | 1 | -0/+13 |
| 2026-03-09 | tcp: inline tcp_chrono_start() | Eric Dumazet | 1 | -24/+0 |
| 2026-03-09 | tcp: avoid dst->ops->check() call in tcp_v{4,6}_do_rcv() | Eric Dumazet | 1 | -1/+1 |
| 2026-03-09 | tcp: move tcp_v4_early_demux() to net/ipv4/ip_input.c | Eric Dumazet | 2 | -38/+39 |
| 2026-03-09 | tcp: remove unused hash_size from struct tcp_out_options | Keita Morisaki | 1 | -1/+0 |
| 2026-03-09 | net: nexthop: fix percpu use-after-free in remove_nh_grp_entry | Mehul Rao | 1 | -3/+11 |
| 2026-03-09 | net: Add SPDX ids to some source files | Tim Bird | 6 | -3/+7 |
| 2026-03-06 | net: annotate data races around sk->sk_prot | Jiayuan Chen | 1 | -2/+6 |
| 2026-03-06 | inet_diag: report delayed ack timer information | Eric Dumazet | 2 | -6/+11 |
| 2026-03-06 | net: change sock.sk_ino and sock_i_ino() to u64 | Jeff Layton | 4 | -4/+4 |
| 2026-03-05 | tcp: Initialise ehash secrets during connect() and listen(). | Kuniyuki Iwashima | 1 | -2/+15 |
| 2026-03-05 | tcp: shrink per-packet memset in __tcp_transmit_skb() | Keita Morisaki | 1 | -4/+11 |
| 2026-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 13 | -71/+76 |
| 2026-03-04 | net: use ktime_t in struct scm_timestamping_internal | Eric Dumazet | 1 | -39/+22 |
| 2026-03-04 | tcp: move tcp_do_parse_auth_options() to net/ipv4/tcp.c | Eric Dumazet | 2 | -54/+54 |
| 2026-03-04 | tcp: secure_seq: add back ports to TS offset | Eric Dumazet | 3 | -25/+31 |
| 2026-03-03 | net/tcp-md5: Fix MAC comparison to be constant-time | Eric Biggers | 3 | -2/+5 |
| 2026-03-03 | net: ipv4: fix ARM64 alignment fault in multipath hash seed | Yung Chih Su | 1 | -2/+3 |
| 2026-03-03 | net/tcp-ao: Fix MAC comparison to be constant-time | Eric Biggers | 2 | -1/+3 |
| 2026-03-02 | dccp Remove inet_hashinfo2_init_mod(). | Kuniyuki Iwashima | 1 | -26/+8 |
| 2026-03-02 | ipmr: Don't hold RTNL for ipmr_rtm_route(). | Kuniyuki Iwashima | 1 | -13/+21 |
| 2026-03-02 | ipmr: Add dedicated mutex for mrt->{mfc_hash,mfc_cache_list}. | Kuniyuki Iwashima | 1 | -6/+22 |
| 2026-03-02 | ipmr/ip6mr: Convert net->ipv[46].ipmr_seq to atomic_t. | Kuniyuki Iwashima | 1 | -2/+2 |
| 2026-03-02 | ipmr: Call fib_rules_unregister() without RTNL. | Kuniyuki Iwashima | 1 | -2/+11 |
| 2026-03-02 | ipmr: Remove RTNL in ipmr_rules_init() and ipmr_net_init(). | Kuniyuki Iwashima | 1 | -10/+5 |
| 2026-03-02 | ipmr: Convert ipmr_net_exit_batch() to ->exit_rtnl(). | Kuniyuki Iwashima | 1 | -18/+13 |
| 2026-03-02 | ipmr: Move unregister_netdevice_many() out of ipmr_free_table(). | Kuniyuki Iwashima | 1 | -8/+17 |
| 2026-03-02 | ipmr: Move unregister_netdevice_many() out of mroute_clean_tables(). | Kuniyuki Iwashima | 1 | -10/+24 |
| 2026-03-02 | ipmr: Convert ipmr_rtm_dumproute() to RCU. | Kuniyuki Iwashima | 1 | -9/+20 |
| 2026-03-02 | ipmr: Convert ipmr_rtm_getroute() to RCU. | Kuniyuki Iwashima | 2 | -18/+20 |
| 2026-03-02 | ipmr: Use MAXVIFS in mroute_msgsize(). | Kuniyuki Iwashima | 1 | -5/+4 |
| 2026-03-02 | ipmr: Convert ipmr_rtm_dumplink() to RCU. | Kuniyuki Iwashima | 1 | -12/+17 |
| 2026-03-02 | ipmr: Annotate access to mrt->mroute_do_{pim,assert,wrvifwhole}. | Kuniyuki Iwashima | 1 | -10/+10 |
| 2026-03-02 | net: remove addr_len argument of recvmsg() handlers | Eric Dumazet | 9 | -48/+38 |
| 2026-02-28 | icmp: fix ICMP error source address when xfrm policy matches | Antony Antony | 1 | -1/+0 |
| 2026-02-28 | tcp: give up on stronger sk_rcvbuf checks (for now) | Jakub Kicinski | 1 | -15/+1 |
| 2026-02-28 | udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected. | Kuniyuki Iwashima | 1 | -9/+14 |
| 2026-02-27 | inet: annotate data-races around isk->inet_num | Eric Dumazet | 2 | -5/+5 |
| 2026-02-26 | net: annotate data-races around sk->sk_{data_ready,write_space} | Eric Dumazet | 6 | -12/+14 |
| 2026-02-26 | inet: remove three EXPORT_SYMBOL() | Eric Dumazet | 1 | -3/+1 |
| 2026-02-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 29 | -74/+81 |
| 2026-02-26 | Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 6 | -10/+25 |
| 2026-02-25 | netfilter: nf_tables: remove register tracking infrastructure | Florian Westphal | 3 | -4/+0 |
| 2026-02-25 | tcp: re-enable acceptance of FIN packets when RWIN is 0 | Simon Baatz | 1 | -4/+14 |
| 2026-02-25 | esp: fix skb leak with espintcp and async crypto | Sabrina Dubroca | 1 | -3/+6 |
| 2026-02-24 | icmp: increase net.ipv4.icmp_msgs_{per_sec,burst} | Eric Dumazet | 1 | -2/+2 |