summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: use ndo_siocdevprivateArnd Bergmann2021-07-274-45/+49
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-233-8/+21
|\
| * udp: check encap socket in __udp_lib_errVadim Fedorenko2021-07-211-6/+19
| * ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni2021-07-201-1/+1
| * ipv6: ip6_finish_output2: set sk into newly allocated nskbVasily Averin2021-07-201-1/+1
* | ipv6: fix "'ioam6_if_id_max' defined but not used" warnMatthieu Baerts2021-07-221-2/+1
* | net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko2021-07-212-20/+2
* | ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman2021-07-214-12/+318
* | ipv6: ioam: IOAM Generic Netlink APIJustin Iurman2021-07-211-2/+559
* | ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman2021-07-216-1/+461
* | memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocationVasily Averin2021-07-201-2/+3
* | memcg: enable accounting for IP address and routing-related objectsVasily Averin2021-07-203-4/+4
* | ipv6: remove unnecessary local variableRocco Yue2021-07-151-4/+2
|/
* ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin2021-07-121-0/+28
* net: send SYNACK packet with accepted fwmarkAlexander Ovechkin2021-07-091-1/+1
* ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-081-2/+17
* ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel2021-07-061-1/+3
* tcp: annotate data races around tp->mtu_infoEric Dumazet2021-07-021-2/+2
* net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko2021-07-021-1/+1
* udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet2021-07-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-293-19/+18
|\
| * ipv6: fix out-of-bound access in ip6_parse_tlv()Eric Dumazet2021-06-241-14/+13
| * ipv6: exthdrs: do not blindly use init_netEric Dumazet2021-06-231-2/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-06-231-1/+1
| |\
| | * xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-04-191-1/+1
| * | ip6_tunnel: fix GRE6 segmentationJakub Kicinski2021-06-221-2/+2
* | | net: sock: introduce sk_error_reportAlexander Aring2021-06-293-4/+4
* | | ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesAndreas Roeseler2021-06-281-3/+18
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller2021-06-287-114/+0
|\ \ \
| * | | xfrm: remove hdr_offset indirectionFlorian Westphal2021-06-114-10/+0
| * | | xfrm: ipv6: move mip6_rthdr_offset into xfrm coreFlorian Westphal2021-06-111-48/+0
| * | | xfrm: ipv6: move mip6_destopt_offset into xfrm coreFlorian Westphal2021-06-111-49/+0
| * | | xfrm: remove description from xfrm_type structFlorian Westphal2021-06-096-7/+0
* | | | ip6_tunnel: allow redirecting ip6gre and ipxip6 packets to eth devicesGuillaume Nault2021-06-281-0/+1
* | | | sit: allow redirecting ip6ip, ipip and mplsip packets to eth devicesGuillaume Nault2021-06-281-0/+4
* | | | ipv6: delete useless dst check in ip6_dst_lookup_tailzhang kai2021-06-241-5/+3
* | | | net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2021-06-241-15/+17
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-183-5/+22
|\ \ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-06-101-4/+18
| |\ \ \
| | * | | netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-localFlorian Westphal2021-06-091-4/+18
| * | | | udp: fix race between close() and udp_abort()Paolo Abeni2021-06-091-0/+3
| |/ / /
| * | | net: ipv4: Remove unneed BUG() functionZheng Yongjun2021-06-081-1/+1
* | | | seg6: add support for SRv6 End.DT46 BehaviorAndrea Mayer2021-06-181-22/+72
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-171-3/+11
|\ \ \ \
| * | | | tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.Kuniyuki Iwashima2021-06-151-3/+11
* | | | | mld: avoid unnecessary high order page allocation in mld_newpack()Taehee Yoo2021-06-141-11/+14
* | | | | ipv6: fib6: remove redundant initialization of variable errColin Ian King2021-06-141-1/+1
* | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-072-2/+9
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li2021-06-031-2/+6
| * | | | sit: set name of device back to struct parmszhang kai2021-06-031-0/+3