aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-19/+18
2021-06-29net: sock: introduce sk_error_reportAlexander Aring3-4/+4
2021-06-28ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesAndreas Roeseler1-3/+18
2021-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller7-114/+0
2021-06-28ip6_tunnel: allow redirecting ip6gre and ipxip6 packets to eth devicesGuillaume Nault1-0/+1
2021-06-28sit: allow redirecting ip6ip, ipip and mplsip packets to eth devicesGuillaume Nault1-0/+4
2021-06-24ipv6: delete useless dst check in ip6_dst_lookup_tailzhang kai1-5/+3
2021-06-24ipv6: fix out-of-bound access in ip6_parse_tlv()Eric Dumazet1-14/+13
2021-06-24net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski1-15/+17
2021-06-23ipv6: exthdrs: do not blindly use init_netEric Dumazet1-2/+2
2021-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+1
2021-06-22ip6_tunnel: fix GRE6 segmentationJakub Kicinski1-2/+2
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+22
2021-06-18seg6: add support for SRv6 End.DT46 BehaviorAndrea Mayer1-22/+72
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+11
2021-06-15tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima1-3/+11
2021-06-14mld: avoid unnecessary high order page allocation in mld_newpack()Taehee Yoo1-11/+14
2021-06-14ipv6: fib6: remove redundant initialization of variable errColin Ian King1-1/+1
2021-06-11xfrm: remove hdr_offset indirectionFlorian Westphal4-10/+0
2021-06-11xfrm: ipv6: move mip6_rthdr_offset into xfrm coreFlorian Westphal1-48/+0
2021-06-11xfrm: ipv6: move mip6_destopt_offset into xfrm coreFlorian Westphal1-49/+0
2021-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+18
2021-06-09udp: fix race between close() and udp_abort()Paolo Abeni1-0/+3
2021-06-09netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-localFlorian Westphal1-4/+18
2021-06-09xfrm: remove description from xfrm_type structFlorian Westphal6-7/+0
2021-06-08net: ipv4: Remove unneed BUG() functionZheng Yongjun1-1/+1
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+9
2021-06-03ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li1-2/+6
2021-06-03sit: set name of device back to struct parmszhang kai1-0/+3
2021-06-02sit: replace 68 with micro IPV4_MIN_MTUzhang kai1-1/+1
2021-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-2/+2
2021-05-31ipv6: align code with contextRocco Yue1-4/+4
2021-05-31ipv6: use prandom_u32() for ID generationWilly Tarreau1-23/+5
2021-05-29netfilter: nf_tables: add and use nft_sk helperFlorian Westphal1-1/+1
2021-05-29netfilter: x_tables: reduce xt_action_param by 8 byteFlorian Westphal1-1/+1
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+3
2021-05-21ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri1-1/+3
2021-05-19net: Add notifications when multipath hash field changeIdo Schimmel1-1/+17
2021-05-18ipv6: Add custom multipath hash policyIdo Schimmel2-1/+127
2021-05-18ipv6: Add a sysctl to control multipath hash fieldsIdo Schimmel2-0/+17
2021-05-18ipv6: Calculate multipath hash inside switch statementIdo Schimmel1-2/+4
2021-05-18ipv6: Use a more suitable label nameIdo Schimmel1-2/+2
2021-05-17mld: fix panic in mld_newpack()Taehee Yoo1-3/+0
2021-05-14tcp: add tracepoint for checksum errorsJakub Kicinski1-0/+2
2021-04-29net: Remove redundant assignment to errYang Li1-3/+0
2021-04-29seg6: add counters support for SRv6 BehaviorsAndrea Mayer1-2/+196
2021-04-27net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing1-5/+7
2021-04-26netfilter: allow to turn off xtables compat layerFlorian Westphal1-8/+8
2021-04-26netfilter: ip6_tables: pass table pointer via nf_hook_opsFlorian Westphal6-54/+61
2021-04-26netfilter: xt_nat: pass table to hookfnFlorian Westphal1-10/+35