aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/af_inet6.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07net: introduce include/net/rps.hEric Dumazet1-0/+1
2024-02-21udp: add local "peek offset enabled" flagPaolo Abeni1-1/+1
2024-01-23ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao1-0/+3
2023-10-30Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+1
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer1-4/+5
2023-10-09bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis1-0/+1
2023-10-06xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert1-0/+1
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet1-1/+1
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet1-1/+2
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet1-1/+1
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet1-1/+1
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet1-1/+1
2023-08-14net: factor out inet{,6}_bind_sk helpersPaolo Abeni1-3/+7
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet1-2/+2
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-3/+0
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao1-1/+1
2023-06-08ipv4, ipv6: Use splice_eof() to flushDavid Howells1-0/+1
2023-04-20ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar1-0/+1
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet1-1/+1
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing1-10/+0
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang1-0/+1
2022-11-21net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima1-2/+2
2022-10-24inet6: Remove inet6_destroy_sock().Kuniyuki Iwashima1-7/+1
2022-10-24dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima1-0/+1
2022-10-12tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima1-1/+7
2022-10-12udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima1-0/+6
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-09-20ipv6: Fix crash when IPv6 is administratively disabledIdo Schimmel1-2/+2
2022-09-02bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau1-0/+1
2022-08-18bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()Martin KaFai Lau1-0/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima1-1/+1
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang1-1/+2
2022-06-19raw: convert raw sockets to RCUEric Dumazet1-0/+3
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima1-1/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-3/+2
2022-02-18ipv6: annotate some data-races around sk->sk_protEric Dumazet1-6/+18
2022-01-06net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong1-0/+2
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-11-22net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov1-0/+1
2021-11-17ipv4/raw: support binding to nonlocal addressesRiccardo Paolo Bestetti1-5/+2
2021-10-27inet: remove races in inet{6}_getname()Eric Dumazet1-10/+11
2021-08-23bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky1-3/+3
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman1-0/+10
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang1-0/+1
2021-03-30ipv6: add ipv6_dev_find to stubsAndreas Roeseler1-0/+1
2021-03-26mld: convert ifmcaddr6 to RCUTaehee Yoo1-1/+1
2021-02-23net: remove cmsg restriction from io_uring based send/recvmsg callsJens Axboe1-1/+0
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-7/+11
2021-02-02net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen1-0/+1
2021-01-27bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev1-3/+6
2021-01-20bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev1-4/+5
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-12-02bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev1-1/+1
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-1/+1
2020-08-31ipv6: add ipv6_fragment hook in ipv6_stubwenxu1-0/+1
2020-08-24io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao1-0/+1
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-4/+0
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+6
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+6
2020-05-19bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann1-3/+6
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig1-0/+53
2020-05-18ipv6: lift copy_from_user out of ipv6_route_ioctlChristoph Hellwig1-6/+10
2020-05-09bpf: Allow any port in bpf_bind helperStanislav Fomichev1-5/+7
2020-05-09net: Refactor arguments of inet{,6}_bindStanislav Fomichev1-5/+5
2020-05-06xfrm: expose local_rxpmtu via ipv6_stubsFlorian Westphal1-0/+1
2020-04-28xfrm: add IPv6 support for espintcpSabrina Dubroca1-0/+1
2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca1-0/+4
2020-03-29net: ipv6: add rpl sr tunnelAlexander Aring1-0/+7
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-1/+1
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca1-1/+1
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski1-1/+1
2019-07-03ipv6: use indirect call wrappers for {tcp, udpv6}_{recv, send}msg()Paolo Abeni1-3/+9
2019-07-03ipv6: provide and use ipv6 specific version for {recv, send}msgPaolo Abeni1-4/+31
2019-07-01ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-05ipv6: tcp: enable flowlabel reflection in some RST packetsEric Dumazet1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-22ipv6: export function to send route updatesDavid Ahern1-0/+1
2019-05-22ipv6: Add hook to bump sernum for a route to stubsDavid Ahern1-0/+1
2019-05-22ipv6: Add delete route hook to stubsDavid Ahern1-0/+1
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-6/+2
2019-04-18ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra1-0/+9
2019-04-17ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern1-1/+1
2019-04-08ipv6: Add fib6_nh_init and release to stubsDavid Ahern1-0/+2
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern1-0/+1
2019-03-20ipv6: Add icmp_echo_ignore_anycast for ICMPv6Stephen Suryaputra1-0/+1
2019-03-19ipv6: Add icmp_echo_ignore_multicast support for ICMPv6Stephen Suryaputra1-0/+1
2019-02-13ipv6_stub: add ipv6_route_input stub/proxy.Peter Oskolkov1-0/+7
2019-01-05ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern1-1/+4
2019-01-04ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern1-1/+10
2019-01-02ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern1-0/+3
2018-11-02net/ipv6: Add anycast addresses to a global hashtableJeff Barnhill1-0/+5
2018-10-15bpf: Allow sk_lookup with IPv6 moduleJoe Stringer1-0/+1
2018-09-21ipv6: remove redundant null pointer check before kfree_skbzhong jiang1-4/+2
2018-09-13ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALLAndre Naujoks1-0/+1
2018-08-29ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca1-2/+2
2018-08-29ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca1-3/+3
2018-08-13ipv6: Add icmp_echo_ignore_all support for ICMPv6Virgile Jarry1-0/+1
2018-08-01net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat1-4/+2
2018-07-06net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()Edward Cree1-0/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-2/+2
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-29/+36
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-26net/tcp: convert to ->poll_maskChristoph Hellwig1-1/+1
2018-05-22net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern1-0/+1
2018-05-11net/ipv6: Add fib lookup stubs for use in bpf helperDavid Ahern1-1/+5
2018-04-29tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet1-0/+2
2018-04-17net/ipv6: Make __inet6_bind staticDavid Ahern1-27/+26
2018-04-16tcp: implement mmap() for zero copy receiveEric Dumazet1-1/+1
2018-04-16tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet1-0/+1
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-18/+48
2018-03-31bpf: Post-hooks for sys_bindAndrey Ignatov1-7/+14
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov1-0/+5
2018-03-31net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov1-13/+24
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov1-0/+7
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-02-19net: Convert inet6_net_opsKirill Tkhai1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2018-01-29ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau1-4/+7
2017-12-21net: reevalulate autoflowlabel setting after sysctl settingShaohua Li1-1/+0
2017-11-03ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert1-0/+4
2017-08-24ipv6: Add sysctl for per namespace flow label reflectionJakub Sitnicki1-0/+1
2017-08-16net: add sendmsg_locked and sendpage_locked to af_inet6John Fastabend1-0/+2
2017-07-31ipv6: Avoid going through ->sk_net to access the netnsJakub Sitnicki1-1/+1
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-04-25ipv6: move stub initialization after ipv6 setup completionPaolo Abeni1-2/+4
2017-03-28ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich1-1/+7
2017-03-07ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong1-5/+5
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern1-0/+8
2016-11-09ipv6: sr: add code base for control plane support of SR-IPv6David Lebrun1-1/+8
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-0/+1
2016-08-28tcp: Set read_sock and peek_len proto_opsTom Herbert1-0/+2
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+8
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris1-1/+8
2016-06-27netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies1-1/+8
2016-06-09net: vrf: Fix crash when IPv6 is disabled at boot timeDavid Ahern1-0/+6
2016-04-07udp: Add GRO functions to UDP socketTom Herbert1-0/+8
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar1-0/+1
2016-02-11sock: struct proto hash function may errorCraig Gallek1-1/+5
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2015-12-03ipv6: kill sk_dst_lockEric Dumazet1-1/+1
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet1-4/+9
2015-07-31ipv6: Disable flowlabel state ranges by defaultTom Herbert1-1/+1
2015-07-31ipv6: Implement different admin modes for automatic flow labelsTom Herbert1-1/+2
2015-07-09ipv6: Nonlocal bindTom Herbert1-1/+2
2015-07-09ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal1-2/+2
2015-06-06inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet1-1/+2
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-05-03ipv6: Flow label state rangesTom Herbert1-0/+1
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris1-3/+3
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-4/+4
2015-03-23ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa1-0/+2
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger1-1/+1
2014-10-07ipv6: make fib6 serial number per namespaceHannes Frederic Sowa1-1/+1
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet1-2/+2
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat1-1/+1
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-6/+6
2014-07-07ipv6: Implement automatic flow label generation on transmitTom Herbert1-0/+1
2014-07-01inet: move ipv6only in sock_commonEric Dumazet1-3/+3
2014-05-23net: Eliminate no_check from protoswTom Herbert1-3/+0
2014-05-07net: clean up snmp stats codeWANG Cong1-25/+17
2014-01-19ipv6: add flowlabel_consistency sysctlFlorent Fourcot1-0/+1
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2013-12-18inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa1-1/+1
2013-12-09ipv6: use ip6_flowinfo helperFlorent Fourcot1-2/+1
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert1-1/+1
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2013-11-18ipv6: Fix inet6_init() cleanup orderVlad Yasevich1-2/+2
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+14
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+14
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman1-2/+0
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa1-5/+0
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-5/+5
2013-09-24ipv6: do not allow ipv6 module to be removedCong Wang1-48/+0
2013-09-11ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček1-0/+6
2013-08-31vxlan: add ipv6 proxy supportCong Wang1-0/+2
2013-08-31vxlan: add ipv6 route short circuit supportCong Wang1-0/+1
2013-08-31ipv6: export a stub for IPv6 symbols used by vxlanCong Wang1-0/+11
2013-07-31net: split rt_genid for ipv4 and ipv6fan.du1-0/+1
2013-05-25net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti1-0/+12
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-1/+0
2013-03-08ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_idHannes Frederic Sowa1-3/+3
2013-01-09ipv6: Use FIELD_SIZEOF() in inet6_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2012-11-18net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman1-1/+1
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman1-1/+2
2012-11-15ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich1-3/+0
2012-11-15ipv6: Separate ipv6 offload supportVlad Yasevich1-246/+3
2012-11-15ipv6: Switch to using new offload infrastructure.Vlad Yasevich1-11/+11
2012-11-15net: Switch to using the new packet offload infrustructureVlad Yasevich1-0/+6
2012-10-08ipv6: gro: fix PV6_GRO_CB(skb)->proto problemEric Dumazet1-9/+2
2012-10-07ipv6: GRO should be ECN friendlyEric Dumazet1-4/+7
2012-05-18ipv6: bool conversions phase1Eric Dumazet1-5/+5
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches1-9/+5