Age | Commit message (Expand) | Author |
2024-12-04 | ipmr: tune the ipmr_can_free_table() checks. | Paolo Abeni |
2024-12-02 | net/ipv6: release expired exception dst cached in socket | Jiri Wiesner |
2024-12-01 | ipv6: avoid possible NULL deref in modify_prefix_route() | Eric Dumazet |
2024-11-28 | ipmr: fix build with clang and DEBUG_NET disabled. | Paolo Abeni |
2024-11-28 | ip6mr: fix tables suspicious RCU usage | Paolo Abeni |
2024-11-28 | ipmr: add debug check for mr table cleanup | Paolo Abeni |
2024-11-26 | net/ipv6: delete temporary address if mngtmpaddr is removed or unmanaged | Hangbin Liu |
2024-11-18 | ipv6/udp: Add 4-tuple hash for connected socket | Philo Lu |
2024-11-18 | ipv4/udp: Add 4-tuple hash for connected socket | Philo Lu |
2024-11-18 | net/udp: Add a new struct for hash2 slot | Philo Lu |
2024-11-18 | Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller |
2024-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-11-12 | net: ip: make ip_route_input() return drop reasons | Menglong Dong |
2024-11-11 | net: fix data-races around sk->sk_forward_alloc | Wang Liang |
2024-11-11 | ipv6: Fix soft lockups in fib6_select_path under high next hop churn | Omid Ehtemam-Haghighi |
2024-11-11 | net: convert to nla_get_*_default() | Johannes Berg |
2024-11-07 | Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Abeni |
2024-11-06 | ipv6: release nexthop on device removal | Paolo Abeni |
2024-11-03 | net/tcp: Add missing lockdep annotations for TCP-AO hlist traversals | Dmitry Safonov |
2024-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-10-30 | netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6() | Eric Dumazet |
2024-10-29 | xfrm: Add an inbound percpu state cache. | Steffen Klassert |
2024-10-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2024-10-24 | Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Abeni |
2024-10-23 | ip6mr: Add __init to ip6_mr_cleanup(). | Kuniyuki Iwashima |
2024-10-22 | rtnetlink: Return int from rtnl_af_register(). | Kuniyuki Iwashima |
2024-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2024-10-15 | ipmr: Use rtnl_register_many(). | Kuniyuki Iwashima |
2024-10-15 | ipv6: Use rtnl_register_many(). | Kuniyuki Iwashima |
2024-10-15 | net: inet6: do not leave a dangling sk pointer in inet6_create() | Ignat Korchagin |
2024-10-15 | udp: Compute L4 checksum as usual when not segmenting the skb | Jakub Sitnicki |
2024-10-15 | ipv6: replace call_rcu by kfree_rcu for simple kmem_cache_free callback | Julia Lawall |
2024-10-15 | netfilter: Make legacy configs user selectable | Breno Leitao |
2024-10-14 | ipv6: tcp: give socket pointer to control skbs | Eric Dumazet |
2024-10-11 | net: do not acquire rtnl in fib_seq_sum() | Eric Dumazet |
2024-10-11 | ipmr: use READ_ONCE() to read net->ipv[46].ipmr_seq | Eric Dumazet |
2024-10-11 | ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seq | Eric Dumazet |
2024-10-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-10-09 | ipv6: Remove redundant unlikely() | Tobias Klauser |
2024-10-09 | ipv6: switch inet6_acaddr_hash() to less predictable hash | Eric Dumazet |
2024-10-09 | ipv6: switch inet6_addr_hash() to less predictable hash | Eric Dumazet |
2024-10-09 | netfilter: fib: check correct rtable in vrf setups | Florian Westphal |
2024-10-04 | tcp: annotate data-races around icsk->icsk_pending | Eric Dumazet |
2024-10-04 | net_tstamp: add SCM_TS_OPT_ID for RAW sockets | Vadim Fedorenko |
2024-10-04 | net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message | Vadim Fedorenko |
2024-10-03 | ipv4: Convert ip_route_input() to dscp_t. | Guillaume Nault |
2024-10-03 | Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2024-10-03 | Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Paolo Abeni |
2024-10-02 | net: gso: fix tcp fraglist segmentation after pull from frag_list | Felix Fietkau |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro |