Age | Commit message (Expand) | Author |
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 |
2022-04-13 | net: ip: add skb drop reasons to ip forwarding | Menglong Dong |
2022-04-11 | ipv6: fix panic when forwarding a pkt with no in6 dev | Nicolas Dichtel |
2022-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-03-15 | net: Add l3mdev index to flow struct and avoid oif reset for port devices | David Ahern |
2022-03-11 | net: ipv6: fix skb_over_panic in __ip6_append_data | Tadeusz Struk |
2022-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-03-03 | net: Add skb_clear_tstamp() to keep the mono delivery_time | Martin KaFai Lau |
2022-03-03 | net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)... | Martin KaFai Lau |
2022-02-26 | net: ip: add skb drop reasons for ip egress path | Menglong Dong |
2022-02-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2022-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-02-18 | net-timestamp: convert sk->sk_tskey to atomic_t | Eric Dumazet |
2022-02-17 | net: ping6: support setting basic SOL_IPV6 options via cmsg | Jakub Kicinski |
2022-01-27 | ipv6: optimise dst refcounting on cork init | Pavel Begunkov |
2022-01-27 | udp6: pass flow in ip6_make_skb together with cork | Pavel Begunkov |
2022-01-27 | ipv6: pass full cork into __ip6_append_data() | Pavel Begunkov |
2022-01-27 | ipv6: don't zero inet_cork_full::fl after use | Pavel Begunkov |
2022-01-27 | ipv6: clean up cork setup/release | Pavel Begunkov |
2022-01-27 | ipv6: remove daddr temp buffer in __ip6_make_skb | Pavel Begunkov |
2022-01-27 | ipv6: optimise dst refcounting on skb init | Pavel Begunkov |
2022-01-24 | xfrm: fix MTU regression | Jiri Bohac |
2021-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-11-22 | ipv6: fix typos in __ip6_finish_output() | Eric Dumazet |
2021-11-16 | net: remove sk_route_nocaps | Eric Dumazet |
2021-10-15 | ipv6: When forwarding count rx stats on the orig netdev | Stephen Suryaputra |
2021-08-03 | ipv6: use skb_expand_head in ip6_xmit | Vasily Averin |
2021-08-03 | ipv6: use skb_expand_head in ip6_finish_output2 | Vasily Averin |
2021-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-07-23 | ipv6: decrease hop limit counter in ip6_forward() | Kangmin Park |
2021-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-07-21 | net: ipv6: introduce ip6_dst_mtu_maybe_forward | Vadim Fedorenko |
2021-07-20 | ipv6: ip6_finish_output2: set sk into newly allocated nskb | Vasily Averin |
2021-07-12 | ipv6: allocate enough headroom in ip6_finish_output2() | Vasily Averin |
2021-07-06 | ipv6: fix 'disable_policy' for fwd packets | Nicolas Dichtel |
2021-06-24 | ipv6: delete useless dst check in ip6_dst_lookup_tail | zhang kai |
2021-06-24 | net: ip: avoid OOM kills with large UDP sends over loopback | Jakub Kicinski |
2021-02-03 | net: use indirect call helpers for dst_output | Brian Vazquez |
2021-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-01-09 | net: ipv6: Validate GSO SKB before finish IPv6 processing | Aya Levin |
2021-01-07 | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put} | Jonathan Lemon |