Age | Commit message (Expand) | Author |
2022-08-09 | ipv6: do not use RT_TOS for IPv6 flowlabel | Matthias May |
2022-08-05 | net: seg6: initialize induction variable to first valid array index | Nick Desaulniers |
2022-08-03 | Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-08-02 | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2022-08-02 | Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk... | Linus Torvalds |
2022-07-29 | seg6: add support for SRv6 H.L2Encaps.Red behavior | Andrea Mayer |
2022-07-29 | seg6: add support for SRv6 H.Encaps.Red behavior | Andrea Mayer |
2022-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-07-28 | net: ping6: Fix memleak in ipv6_renew_options(). | Kuniyuki Iwashima |
2022-07-26 | ip6mr: remove stray rcu_read_unlock() from ip6_mr_forward() | Eric Dumazet |
2022-07-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2022-07-25 | tcp: Fix data-races around sysctl_tcp_reflect_tos. | Kuniyuki Iwashima |
2022-07-25 | net: mld: fix reference count leak in mld_{query | report}_work() | Taehee Yoo |
2022-07-24 | Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-send | Jens Axboe |
2022-07-22 | ping: support ipv6 ping socket flow labels | Alan Brady |
2022-07-21 | net: ipv6: avoid accepting values greater than 2 for accept_untracked_na | Jaehee Park |
2022-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-07-19 | Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k... | Jakub Kicinski |
2022-07-19 | ipv6/udp: support externally provided ubufs | Pavel Begunkov |
2022-07-18 | ipv6: avoid partial copy for zc | Pavel Begunkov |
2022-07-18 | tcp: Fix data-races around sysctl_tcp_syncookies. | Kuniyuki Iwashima |
2022-07-15 | net: ipv6: new accept_untracked_na option to accept na only if in-network | Jaehee Park |
2022-07-15 | tcp/udp: Make early_demux back namespacified. | Kuniyuki Iwashima |
2022-07-15 | ip: Fix data-races around sysctl_ip_no_pmtu_disc. | Kuniyuki Iwashima |
2022-07-15 | crypto: lib - make the sha1 library optional | Eric Biggers |
2022-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-07-14 | seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors | Andrea Mayer |
2022-07-14 | seg6: fix skb checksum evaluation in SRH encapsulation/insertion | Andrea Mayer |
2022-07-13 | net: ip6mr: add RTM_GETROUTE netlink op | David Lamparter |
2022-07-13 | nexthop: Fix data-races around nexthop_compat_mode. | Kuniyuki Iwashima |
2022-07-13 | icmp: Fix data-races around sysctl_icmp_echo_enable_probe. | Kuniyuki Iwashima |
2022-07-13 | ip6_tunnel: allow to inherit from VLAN encapsulated IP | Matthias May |
2022-07-13 | ip6_gre: use actual protocol to select xmit | Matthias May |
2022-07-13 | ip6_gre: set DSCP for non-IP | Matthias May |
2022-07-11 | net: Find dst with sk's xfrm policy not ctl_sk | sewookseo |
2022-07-09 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-07-04 | esp6: Fix spelling mistake | Zhang Jiaming |
2022-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-06-30 | net, neigh: introduce interval_probe_time_ms for periodic probe | Yuwei Wang |
2022-06-29 | ipv6: remove redundant store to value after addition | Colin Ian King |
2022-06-29 | ipv6: fix lockdep splat in in6_dump_addrs() | Eric Dumazet |
2022-06-28 | net: ipv6: unexport __init-annotated seg6_hmac_net_init() | YueHaibing |
2022-06-28 | ipv6/sit: fix ipip6_tunnel_get_prl return value | katrinzhou |
2022-06-28 | ipv6/addrconf: fix timing bug in tempaddr regen | Sam Edwards |
2022-06-27 | ipv6: take care of disable_policy when restoring routes | Nicolas Dichtel |
2022-06-24 | ip6mr: convert mrt_lock to a spinlock | Eric Dumazet |
2022-06-24 | ipmr: convert /proc handlers to rcu_read_lock() | Eric Dumazet |
2022-06-24 | ipmr: adopt rcu_read_lock() in mr_dump() | Eric Dumazet |
2022-06-24 | ip6mr: switch ip6mr_get_route() to rcu_read_lock() | Eric Dumazet |
2022-06-24 | ip6mr: do not acquire mrt_lock while calling ip6_mr_forward() | Eric Dumazet |