summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ipv6_sockglue.c
Commit message (Expand)AuthorAgeFilesLines
* seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam2020-06-041-1/+1
* ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu2020-06-011-6/+7
* ipv6: add ip6_sock_set_addr_preferencesChristoph Hellwig2020-05-281-58/+1
* handle the group_source_req options directlyAl Viro2020-05-201-2/+21
* ipv6: take handling of group_source_req options into a helperAl Viro2020-05-201-29/+36
* ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directlyAl Viro2020-05-201-0/+28
* ipv6: do compat setsockopt for MCAST_MSFILTER directlyAl Viro2020-05-201-1/+47
* ip6_mc_msfilter(): pass the address list separatelyAl Viro2020-05-201-1/+1
* get rid of compat_mc_getsockopt()Al Viro2020-05-201-3/+38
* ip*_mc_gsfget(): lift copyout of struct group_filter into callersAl Viro2020-05-201-4/+14
* compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitlyAl Viro2020-05-201-1/+9
* ipv6: set msg_control_is_user in do_ipv6_getsockoptChristoph Hellwig2020-05-131-0/+1
* ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby2020-04-201-7/+6
* ipv6: restrict IPV6_ADDRFORM operationEric Dumazet2020-02-261-2/+8
* net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMINMaciej Żenczykowski2019-11-211-2/+2
* Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | ipv6_sockglue: Fix a missing-check bug in ip6_ra_control()Gen Zhang2019-05-251-0/+2
|/
* net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATEFrancesco Ruggeri2019-03-031-0/+10
* ipv6: allow ping to link-local address in VRFMike Manning2018-11-071-1/+1
* ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALLAndre Naujoks2018-09-131-0/+11
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-10/+22
|\
| * ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupHangbin Liu2018-07-161-2/+3
| * ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore2018-07-051-8/+19
* | ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn2018-07-071-2/+1
|/
* inet: whitespace cleanupStephen Hemminger2018-02-281-1/+0
* netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2018-02-141-8/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-011-12/+5
|\
| * netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2018-01-311-12/+5
* | ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings2018-01-231-1/+1
|/
* net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2017-12-211-0/+1
* net-ipv6: add support for sockopt(SOL_IPV6, IPV6_FREEBIND)Maciej Żenczykowski2017-09-301-0/+12
* ipv6: do not set sk_destruct in IPV6_ADDRFORM sockoptXin Long2017-08-291-1/+0
* Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-8/+3
|\
| * do_ipv6_setsockopt(): don't open-code memdup_user()Al Viro2017-06-301-8/+3
* | net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
|/
* net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern2016-12-301-4/+12
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ipv6: sr: add support for SRH injection through setsockoptDavid Lebrun2016-11-091-0/+10
* ipv6: add IPV6_RECVFRAGSIZE cmsgWillem de Bruijn2016-11-031-0/+8
* ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2016-10-211-1/+2
* Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-071-1/+0
|\
| * calipso: Set the calipso socket label to match the secattr.Huw Davies2016-06-271-1/+0
* | ipv6: add new struct ipcm6_cookieWei Wang2016-05-031-3/+3
* | net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2016-04-071-2/+4
* | ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh2016-04-041-1/+2
|/
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-021-11/+22
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-5/+5
* ipv6: invert join/leave anycast rtnl/socket locking orderMarcelo Ricardo Leitner2015-03-201-0/+2
* ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-181-8/+13