Age | Commit message (Expand) | Author |
2021-07-12 | ipv6: allocate enough headroom in ip6_finish_output2() | Vasily Averin |
2021-07-09 | net: send SYNACK packet with accepted fwmark | Alexander Ovechkin |
2021-07-08 | ipv6: tcp: drop silly ICMPv6 packet too big messages | Eric Dumazet |
2021-07-06 | ipv6: fix 'disable_policy' for fwd packets | Nicolas Dichtel |
2021-07-02 | tcp: annotate data races around tp->mtu_info | Eric Dumazet |
2021-07-02 | net: ipv6: fix return value of ip6_skb_dst_mtu | Vadim Fedorenko |
2021-07-01 | udp: annotate data races around unix_sk(sk)->gso_size | Eric Dumazet |
2021-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring |
2021-06-28 | ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messages | Andreas Roeseler |
2021-06-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git | David S. Miller |
2021-06-28 | ip6_tunnel: allow redirecting ip6gre and ipxip6 packets to eth devices | Guillaume Nault |
2021-06-28 | sit: allow redirecting ip6ip, ipip and mplsip packets to eth devices | Guillaume Nault |
2021-06-24 | ipv6: delete useless dst check in ip6_dst_lookup_tail | zhang kai |
2021-06-24 | ipv6: fix out-of-bound access in ip6_parse_tlv() | Eric Dumazet |
2021-06-24 | net: ip: avoid OOM kills with large UDP sends over loopback | Jakub Kicinski |
2021-06-23 | ipv6: exthdrs: do not blindly use init_net | Eric Dumazet |
2021-06-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2021-06-22 | ip6_tunnel: fix GRE6 segmentation | Jakub Kicinski |
2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-06-18 | seg6: add support for SRv6 End.DT46 Behavior | Andrea Mayer |
2021-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-06-15 | tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK. | Kuniyuki Iwashima |
2021-06-14 | mld: avoid unnecessary high order page allocation in mld_newpack() | Taehee Yoo |
2021-06-14 | ipv6: fib6: remove redundant initialization of variable err | Colin Ian King |
2021-06-11 | xfrm: remove hdr_offset indirection | Florian Westphal |
2021-06-11 | xfrm: ipv6: move mip6_rthdr_offset into xfrm core | Florian Westphal |
2021-06-11 | xfrm: ipv6: move mip6_destopt_offset into xfrm core | Florian Westphal |
2021-06-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2021-06-09 | udp: fix race between close() and udp_abort() | Paolo Abeni |
2021-06-09 | netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-local | Florian Westphal |
2021-06-09 | xfrm: remove description from xfrm_type struct | Florian Westphal |
2021-06-08 | net: ipv4: Remove unneed BUG() function | Zheng Yongjun |
2021-06-07 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-06-03 | ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptions | Coco Li |
2021-06-03 | sit: set name of device back to struct parms | zhang kai |
2021-06-02 | sit: replace 68 with micro IPV4_MIN_MTU | zhang kai |
2021-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2021-05-31 | ipv6: align code with context | Rocco Yue |
2021-05-31 | ipv6: use prandom_u32() for ID generation | Willy Tarreau |
2021-05-29 | netfilter: nf_tables: add and use nft_sk helper | Florian Westphal |
2021-05-29 | netfilter: x_tables: reduce xt_action_param by 8 byte | Florian Westphal |
2021-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-05-21 | ipv6: record frag_max_size in atomic fragments in input path | Francesco Ruggeri |
2021-05-19 | net: Add notifications when multipath hash field change | Ido Schimmel |
2021-05-18 | ipv6: Add custom multipath hash policy | Ido Schimmel |
2021-05-18 | ipv6: Add a sysctl to control multipath hash fields | Ido Schimmel |
2021-05-18 | ipv6: Calculate multipath hash inside switch statement | Ido Schimmel |
2021-05-18 | ipv6: Use a more suitable label name | Ido Schimmel |
2021-05-17 | mld: fix panic in mld_newpack() | Taehee Yoo |