summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-032-2/+3
| * | bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpfMartin KaFai Lau2022-09-031-8/+8
| * | bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-033-40/+47
| * | net: Add a len argument to compat_ipv6_get_msfilter()Martin KaFai Lau2022-09-031-5/+3
| * | net: Remove unused flags argument from do_ipv6_getsockoptMartin KaFai Lau2022-09-031-3/+3
| * | bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()Martin KaFai Lau2022-08-192-2/+3
| * | bpf: net: Change do_ipv6_setsockopt() to use the sockopt's lock_sock() and ca...Martin KaFai Lau2022-08-191-7/+7
* | | ipv6: tcp: send consistent autoflowlabel in SYN_RECV stateEric Dumazet2022-09-021-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-263-6/+4
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-251-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-251-0/+17
* | | ipv6: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-234-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-101-2/+1
* net: seg6: initialize induction variable to first valid array indexNick Desaulniers2022-08-061-5/+5
* Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-0418-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-293-8/+16
| |\
| * | ip6mr: remove stray rcu_read_unlock() from ip6_mr_forward()Eric Dumazet2022-07-271-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
| * | | net: ipv6: avoid accepting values greater than 2 for accept_untracked_naJaehee Park2022-07-221-3/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-215-26/+20
| |\ \ \
| * \ \ \ Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2022-07-191-13/+36
| |\ \ \ \
| * | | | | net: ipv6: new accept_untracked_na option to accept na only if in-networkJaehee Park2022-07-162-6/+25
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-154-5/+6
| |\ \ \ \ \
| * | | | | | net: ip6mr: add RTM_GETROUTE netlink opDavid Lamparter2022-07-131-1/+92
| * | | | | | ip6_tunnel: allow to inherit from VLAN encapsulated IPMatthias May2022-07-131-4/+7
| * | | | | | ip6_gre: use actual protocol to select xmitMatthias May2022-07-131-1/+3
| * | | | | | ip6_gre: set DSCP for non-IPMatthias May2022-07-131-7/+32
| * | | | | | net: Find dst with sk's xfrm policy not ctl_sksewookseo2022-07-111-1/+4
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-091-1/+2
| |\ \ \ \ \ \
| | * | | | | | net: Introduce a new proto_ops ->read_skb()Cong Wang2022-06-201-1/+2
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-014-13/+13
| |\ \ \ \ \ \ \
| * | | | | | | | net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang2022-06-301-0/+1
| * | | | | | | | ipv6: remove redundant store to value after additionColin Ian King2022-06-301-1/+1