Age | Commit message (Expand) | Author | Files | Lines |
2021-08-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 5 | -51/+56 |
2021-08-09 | netfilter: x_tables: never register tables by default | Florian Westphal | 5 | -51/+56 |
2021-08-05 | net: Remove redundant if statements | Yajun Deng | 3 | -8/+4 |
2021-08-05 | net/ipv6/mcast: Use struct_size() helper | Gustavo A. R. Silva | 1 | -7/+13 |
2021-08-05 | net/ipv4/ipv6: Replace one-element arraya with flexible-array members | Gustavo A. R. Silva | 1 | -9/+9 |
2021-08-04 | ipv6: exthdrs: get rid of indirect calls in ip6_parse_tlv() | Eric Dumazet | 1 | -59/+46 |
2021-08-04 | net: add extack arg for link ops | Rocco Yue | 1 | -2/+3 |
2021-08-03 | ipv6: use skb_expand_head in ip6_xmit | Vasily Averin | 1 | -16/+11 |
2021-08-03 | ipv6: use skb_expand_head in ip6_finish_output2 | Vasily Averin | 1 | -35/+16 |
2021-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+3 |
2021-07-27 | ip_tunnel: use ndo_siocdevprivate | Arnd Bergmann | 4 | -45/+49 |
2021-07-23 | ipv6: decrease hop limit counter in ip6_forward() | Kangmin Park | 1 | -2/+3 |
2021-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -8/+21 |
2021-07-22 | ipv6: fix "'ioam6_if_id_max' defined but not used" warn | Matthieu Baerts | 1 | -2/+1 |
2021-07-21 | udp: check encap socket in __udp_lib_err | Vadim Fedorenko | 1 | -6/+19 |
2021-07-21 | net: ipv6: introduce ip6_dst_mtu_maybe_forward | Vadim Fedorenko | 2 | -20/+2 |
2021-07-21 | ipv6: ioam: Support for IOAM injection with lwtunnels | Justin Iurman | 4 | -12/+318 |
2021-07-21 | ipv6: ioam: IOAM Generic Netlink API | Justin Iurman | 1 | -2/+559 |
2021-07-21 | ipv6: ioam: Data plane support for Pre-allocated Trace | Justin Iurman | 6 | -1/+461 |
2021-07-20 | ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptions | Paolo Abeni | 1 | -1/+1 |
2021-07-20 | memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocation | Vasily Averin | 1 | -2/+3 |
2021-07-20 | memcg: enable accounting for IP address and routing-related objects | Vasily Averin | 3 | -4/+4 |
2021-07-20 | ipv6: ip6_finish_output2: set sk into newly allocated nskb | Vasily Averin | 1 | -1/+1 |
2021-07-15 | ipv6: remove unnecessary local variable | Rocco Yue | 1 | -4/+2 |
2021-07-12 | ipv6: allocate enough headroom in ip6_finish_output2() | Vasily Averin | 1 | -0/+28 |
2021-07-09 | net: send SYNACK packet with accepted fwmark | Alexander Ovechkin | 1 | -1/+1 |
2021-07-08 | ipv6: tcp: drop silly ICMPv6 packet too big messages | Eric Dumazet | 1 | -2/+17 |
2021-07-07 | ipv6: fix 'disable_policy' for fwd packets | Nicolas Dichtel | 1 | -1/+3 |
2021-07-02 | tcp: annotate data races around tp->mtu_info | Eric Dumazet | 1 | -2/+2 |
2021-07-02 | net: ipv6: fix return value of ip6_skb_dst_mtu | Vadim Fedorenko | 1 | -1/+1 |
2021-07-01 | udp: annotate data races around unix_sk(sk)->gso_size | Eric Dumazet | 1 | -1/+1 |
2021-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -19/+18 |
2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring | 3 | -4/+4 |
2021-06-29 | ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messages | Andreas Roeseler | 1 | -3/+18 |
2021-06-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git | David S. Miller | 7 | -114/+0 |
2021-06-28 | ip6_tunnel: allow redirecting ip6gre and ipxip6 packets to eth devices | Guillaume Nault | 1 | -0/+1 |
2021-06-28 | sit: allow redirecting ip6ip, ipip and mplsip packets to eth devices | Guillaume Nault | 1 | -0/+4 |
2021-06-25 | ipv6: delete useless dst check in ip6_dst_lookup_tail | zhang kai | 1 | -5/+3 |
2021-06-24 | ipv6: fix out-of-bound access in ip6_parse_tlv() | Eric Dumazet | 1 | -14/+13 |
2021-06-24 | net: ip: avoid OOM kills with large UDP sends over loopback | Jakub Kicinski | 1 | -15/+17 |
2021-06-23 | ipv6: exthdrs: do not blindly use init_net | Eric Dumazet | 1 | -2/+2 |
2021-06-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -1/+1 |
2021-06-22 | ip6_tunnel: fix GRE6 segmentation | Jakub Kicinski | 1 | -2/+2 |
2021-06-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -5/+22 |
2021-06-18 | seg6: add support for SRv6 End.DT46 Behavior | Andrea Mayer | 1 | -22/+72 |
2021-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -3/+11 |
2021-06-15 | tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK. | Kuniyuki Iwashima | 1 | -3/+11 |
2021-06-14 | mld: avoid unnecessary high order page allocation in mld_newpack() | Taehee Yoo | 1 | -11/+14 |
2021-06-14 | ipv6: fib6: remove redundant initialization of variable err | Colin Ian King | 1 | -1/+1 |
2021-06-11 | xfrm: remove hdr_offset indirection | Florian Westphal | 4 | -10/+0 |