summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: shrink struct ubuf_infoPavel Begunkov2022-09-281-1/+1
* netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter2022-09-281-1/+5
* Add skb drop reasons to IPv6 UDP receive pathDonald Hunter2022-09-271-6/+16
* ipv6: tcp: send consistent autoflowlabel in RST packetsEric Dumazet2022-09-231-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-222-3/+6
|\
| * ipv6: Fix crash when IPv6 is administratively disabledIdo Schimmel2022-09-201-2/+2
| * ipmr: Always call ip{,6}_mr_forward() from RCU read-side critical sectionIdo Schimmel2022-09-201-1/+4
* | tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima2022-09-201-1/+1
* | tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima2022-09-205-21/+21
* | tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima2022-09-201-1/+1
* | tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima2022-09-201-1/+1
* | tcp: Clean up some functions.Kuniyuki Iwashima2022-09-201-9/+8
* | seg6: add NEXT-C-SID support for SRv6 End behaviorAndrea Mayer2022-09-201-3/+332
* | seg6: add netlink_ext_ack support in parsing SRv6 behavior attributesAndrea Mayer2022-09-201-16/+28
* | net-next: gro: Fix use of skb_gro_header_slowRichard Gobert2022-09-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-083-3/+15
|\|
| * ipv6: sr: fix out-of-bounds read when setting HMAC data.David Lebrun2022-09-051-0/+5
| * bonding: add all node mcast address when slave upHangbin Liu2022-09-051-2/+6
| * rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-011-1/+4
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-064-63/+70
|\ \
| * | bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau2022-09-022-2/+3
| * | bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpfMartin KaFai Lau2022-09-021-8/+8
| * | bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-023-40/+47
| * | net: Add a len argument to compat_ipv6_get_msfilter()Martin KaFai Lau2022-09-021-5/+3
| * | net: Remove unused flags argument from do_ipv6_getsockoptMartin KaFai Lau2022-09-021-3/+3
| * | bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()Martin KaFai Lau2022-08-182-2/+3
| * | bpf: net: Change do_ipv6_setsockopt() to use the sockopt's lock_sock() and ca...Martin KaFai Lau2022-08-181-7/+7
* | | ipv6: tcp: send consistent autoflowlabel in SYN_RECV stateEric Dumazet2022-09-011-12/+14
* | | net: unify alloclen calculation for paged requestsPavel Begunkov2022-08-301-4/+1
* | | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-293-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-253-6/+4
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-241-1/+0
| |\ \
| | * | netfilter: nf_defrag_ipv6: allow nf_conntrack_frag6_high_thresh increasesEric Dumazet2022-08-241-1/+0
| * | | net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima2022-08-241-3/+2
| * | | net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima2022-08-241-2/+2
| |/ /
* | | net: gro: skb_gro_header helper functionRichard Gobert2022-08-251-6/+3
* | | net: Add a bhash2 table hashed by port and addressJoanne Koong2022-08-241-0/+17
* | | ipv6: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-224-4/+4
|/ /
* | net: fix potential refcount leak in ndisc_router_discovery()Xin Xiong2022-08-151-0/+3
* | ip6_tunnel: Fix the type of functionsHongbin Wang2022-08-131-11/+8
|/
* ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-091-2/+1
* net: seg6: initialize induction variable to first valid array indexNick Desaulniers2022-08-051-5/+5
* Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-0318-271/+527
|\
| * seg6: add support for SRv6 H.L2Encaps.Red behaviorAndrea Mayer2022-07-291-1/+11
| * seg6: add support for SRv6 H.Encaps.Red behaviorAndrea Mayer2022-07-291-1/+127
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-283-8/+16
| |\
| * | ip6mr: remove stray rcu_read_unlock() from ip6_mr_forward()Eric Dumazet2022-07-261-3/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-07-251-2/+2
| |\ \
| | * | esp6: Fix spelling mistakeZhang Jiaming2022-07-041-2/+2
| * | | ping: support ipv6 ping socket flow labelsAlan Brady2022-07-221-1/+5