Age | Commit message (Expand) | Author |
2024-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-05-08 | ipv6: prevent NULL dereference in ip6_output() | Eric Dumazet |
2024-05-08 | ipv6: Fix potential uninit-value access in __ip6_make_skb() | Shigeru Yoshida |
2024-04-29 | ipv6: introduce dst_rt6_info() helper | Eric Dumazet |
2024-03-18 | Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets" | Abhishek Chauhan |
2024-03-05 | net: Re-use and set mono_delivery_time bit for userspace tstamp packets | Abhishek Chauhan |
2024-03-01 | ipv6: annotate data-races around devconf->disable_policy | Eric Dumazet |
2024-03-01 | ipv6: annotate data-races around devconf->proxy_ndp | Eric Dumazet |
2024-03-01 | ipv6: annotate data-races around cnf.forwarding | Eric Dumazet |
2024-03-01 | ipv6: annotate data-races around cnf.disable_ipv6 | Eric Dumazet |
2024-02-15 | net-timestamp: make sk_tskey more predictable in error path | Vadim Fedorenko |
2023-10-25 | ipv6: avoid atomic fragment on GSO packets | Yan Zhai |
2023-10-25 | ipv6: refactor ip6_finish_output for GSO handling | Yan Zhai |
2023-10-25 | ipv6: drop feature RTAX_FEATURE_ALLFRAG | Yan Zhai |
2023-10-23 | ipv6: rename and move ip6_dst_lookup_tunnel() | Beniamino Galvani |
2023-10-20 | net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams. | Heng Guo |
2023-10-13 | net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment check | Heng Guo |
2023-10-01 | net: implement lockless SO_PRIORITY | Eric Dumazet |
2023-09-19 | ipv6: lockless IPV6_ADDR_PREFERENCES implementation | Eric Dumazet |
2023-09-15 | ipv6: lockless IPV6_MTU_DISCOVER implementation | Eric Dumazet |
2023-09-15 | ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementation | Eric Dumazet |
2023-09-15 | ipv6: lockless IPV6_DONTFRAG implementation | Eric Dumazet |
2023-09-15 | ipv6: lockless IPV6_AUTOFLOWLABEL implementation | Eric Dumazet |
2023-09-15 | ipv6: lockless IPV6_MTU implementation | Eric Dumazet |
2023-09-15 | ipv6: lockless IPV6_UNICAST_HOPS implementation | Eric Dumazet |
2023-09-01 | net: annotate data-races around sk->sk_tsflags | Eric Dumazet |
2023-08-30 | net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicated | Heng Guo |
2023-08-18 | lwt: Check LWTUNNEL_XMIT_CONTINUE strictly | Yan Zhai |
2023-08-16 | inet: move inet->hdrincl to inet->inet_flags | Eric Dumazet |
2023-08-03 | udp6: Fix __ip6_append_data()'s handling of MSG_SPLICE_PAGES | David Howells |
2023-06-16 | ip, ip6: Fix splice to raw and ping sockets | David Howells |
2023-06-10 | net: move gso declarations and functions to their own files | Eric Dumazet |
2023-05-23 | ip6, udp6: Support MSG_SPLICE_PAGES | David Howells |
2023-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-04-03 | ipv6: Fix an uninit variable access bug in __ip6_make_skb() | Ziyang Xuan |
2023-03-21 | neighbour: switch to standard rcu, instead of rcu_bh | Eric Dumazet |
2023-03-15 | neighbour: annotate lockless accesses to n->nud_state | Eric Dumazet |
2023-03-08 | net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps | Vadim Fedorenko |
2023-01-23 | ipv6: fix reachability confirmation with proxy_ndp | Gergely Risko |
2022-12-07 | ipv6: avoid use-after-free in ip6_fragment() | Eric Dumazet |
2022-09-28 | net: shrink struct ubuf_info | Pavel Begunkov |
2022-08-30 | net: unify alloclen calculation for paged requests | Pavel Begunkov |
2022-08-09 | ipv6: do not use RT_TOS for IPv6 flowlabel | Matthias May |
2022-07-19 | ipv6/udp: support externally provided ubufs | Pavel Begunkov |
2022-07-18 | ipv6: avoid partial copy for zc | Pavel Begunkov |
2022-06-08 | ipv6: Fix signed integer overflow in __ip6_append_data | Wang Yufen |
2022-05-16 | ipv6: Add hop-by-hop header to jumbograms in ip6_output | Coco Li |
2022-04-30 | ipv6: refactor ip6_finish_output2() | Pavel Begunkov |
2022-04-30 | ipv6: help __ip6_finish_output() inlining | Pavel Begunkov |
2022-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |