summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | net: ipv6: avoid accepting values greater than 2 for accept_untracked_naJaehee Park2022-07-211-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-152-6/+25
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-144-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-06-304-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-291-1/+1
| * | | | | | | | ipv6/addrconf: fix timing bug in tempaddr regenSam Edwards2022-06-281-29/+33
| * | | | | | | | ip6mr: convert mrt_lock to a spinlockEric Dumazet2022-06-241-15/+14
| * | | | | | | | ipmr: convert /proc handlers to rcu_read_lock()Eric Dumazet2022-06-241-4/+4
| * | | | | | | | ipmr: adopt rcu_read_lock() in mr_dump()Eric Dumazet2022-06-241-1/+1
| * | | | | | | | ip6mr: switch ip6mr_get_route() to rcu_read_lock()Eric Dumazet2022-06-241-5/+5
| * | | | | | | | ip6mr: do not acquire mrt_lock while calling ip6_mr_forward()Eric Dumazet2022-06-241-9/+1
| * | | | | | | | ip6mr: do not acquire mrt_lock before calling ip6mr_cache_unresolvedEric Dumazet2022-06-241-6/+6
| * | | | | | | | ip6mr: do not acquire mrt_lock in ioctl(SIOCGETMIFCNT_IN6)Eric Dumazet2022-06-241-20/+22
| * | | | | | | | ip6mr: do not acquire mrt_lock in pim6_rcv()Eric Dumazet2022-06-241-3/+2
| * | | | | | | | ip6mr: ip6mr_cache_report() changesEric Dumazet2022-06-241-15/+20
| * | | | | | | | ipmr: add rcu protection over (struct vif_device)->devEric Dumazet2022-06-241-28/+35
| * | | | | | | | ip6mr: do not get a device reference in pim6_rcv()Eric Dumazet2022-06-241-2/+0
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-5/+10
| |\ \ \ \ \ \ \ \
| * | | | | | | | | raw: remove unused variables from raw6_icmp_error()Eric Dumazet2022-06-221-3/+0
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima2022-06-201-2/+2
| * | | | | | | | raw: convert raw sockets to RCUEric Dumazet2022-06-192-15/+16
| * | | | | | | | raw: use more conventional iteratorsEric Dumazet2022-06-191-67/+38
| * | | | | | | | net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-103-0/+9
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-101-0/+1
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | ip6_tunnel: use dev_sw_netstats_rx_add()Eric Dumazet2022-06-091-6/+1
| * | | | | | | | sit: use dev_sw_netstats_rx_add()Eric Dumazet2022-06-091-7/+1
| * | | | | | | | net: rename reference+tracking helpersJakub Kicinski2022-06-099-21/+21
* | | | | | | | | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-08-021-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | crypto: lib - make the sha1 library optionalEric Biggers2022-07-151-0/+1
* | | | | | | | | | Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk...Linus Torvalds2022-08-021-13/+36
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe2022-07-249-31/+26
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | / | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | ipv6/udp: support externally provided ubufsPavel Begunkov2022-07-191-13/+31