summaryrefslogtreecommitdiffstats
path: root/net/ipv6/af_inet6.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Fix crash when IPv6 is administratively disabledIdo Schimmel2022-09-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-1/+1
|\
| * ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima2022-07-151-1/+1
* | net: Introduce a new proto_ops ->read_skb()Cong Wang2022-06-201-1/+2
* | raw: convert raw sockets to RCUEric Dumazet2022-06-191-0/+3
|/
* ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima2022-04-221-1/+1
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-3/+2
* ipv6: annotate some data-races around sk->sk_protEric Dumazet2022-02-181-6/+18
* net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong2022-01-061-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-0/+1
|\
| * net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2021-11-221-0/+1
* | ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti2021-11-171-5/+2
|/
* inet: remove races in inet{6}_getname()Eric Dumazet2021-10-271-10/+11
* bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-231-3/+3
* ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman2021-07-211-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-021-0/+1
|\
| * udp: Implement ->read_sock() for sockmapCong Wang2021-04-011-0/+1
* | ipv6: add ipv6_dev_find to stubsAndreas Roeseler2021-03-301-0/+1
* | mld: convert ifmcaddr6 to RCUTaehee Yoo2021-03-261-1/+1
|/
* net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe2021-02-231-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-7/+11
|\
| * bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev2021-01-271-3/+6
| * bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev2021-01-201-4/+5
* | net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen2021-02-021-0/+1
|/
* Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-1/+1
|\
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-1/+1
* | bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev2020-12-021-1/+1
|/
* ipv6: add ipv6_fragment hook in ipv6_stubwenxu2020-08-311-0/+1
* io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao2020-08-241-0/+1
* net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-05-291-0/+6
|\
| * xfrm: expose local_rxpmtu via ipv6_stubsFlorian Westphal2020-05-061-0/+1
| * xfrm: add IPv6 support for espintcpSabrina Dubroca2020-04-281-0/+1
| * xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca2020-04-281-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-221-3/+6
|\ \
| * | bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann2020-05-191-3/+6
* | | ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-181-0/+53
* | | ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig2020-05-181-6/+10
|/ /
* | bpf: Allow any port in bpf_bind helperStanislav Fomichev2020-05-091-5/+7
* | net: Refactor arguments of inet{,6}_bindStanislav Fomichev2020-05-091-5/+5
|/
* net: ipv6: add rpl sr tunnelAlexander Aring2020-03-291-0/+7
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-1/+1
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-1/+1
* net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-261-1/+1
* ipv6: use indirect call wrappers for {tcp, udpv6}_{recv, send}msg()Paolo Abeni2019-07-031-3/+9
* ipv6: provide and use ipv6 specific version for {recv, send}msgPaolo Abeni2019-07-031-4/+31
* ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet2019-07-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | ipv6: tcp: enable flowlabel reflection in some RST packetsEric Dumazet2019-06-051-1/+1