summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ipv6_sockglue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-5/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* | 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-041-0/+10
* ipv6: allow ping to link-local address in VRFMike Manning2018-11-081-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-211-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/+1Star
|/
* inet: whitespace cleanupStephen Hemminger2018-02-281-1/+0Star
* netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2018-02-141-8/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-011-12/+5Star
|\
| * netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2018-01-311-12/+5Star
* | ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings2018-01-241-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/+0Star
* Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-061-8/+3Star
|\
| * do_ipv6_setsockopt(): don't open-code memdup_user()Al Viro2017-06-301-8/+3Star
* | 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-101-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/+0Star
|\
| * calipso: Set the calipso socket label to match the secattr.Huw Davies2016-06-271-1/+0Star
* | 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-031-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-191-8/+13
* ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner2015-03-191-8/+27
* ipv6: tcp: fix race in IPV6_2292PKTOPTIONSEric Dumazet2015-01-261-6/+2Star
* ipv6: remove useless spin_lock/spin_unlockDuan Jiong2014-12-091-5/+1Star
* ipv6: White-space cleansing : gaps between function and symbol exportIan Morris2014-08-251-4/+0Star
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-251-11/+11
* ipv6: remove unnecessary break after returnFabian Frederick2014-07-161-1/+0Star
* ipv6: Implement automatic flow label generation on transmitTom Herbert2014-07-081-0/+8
* inet: move ipv6only in sock_commonEric Dumazet2014-07-021-2/+2
* ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa2014-02-261-1/+1
* ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa2014-01-201-3/+1Star
* ipv6: add a flag to get the flow label used remotlyFlorent Fourcot2014-01-201-1/+4
* ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing2014-01-161-1/+2
* ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa2013-12-181-1/+1
* ipv6: fix incorrect type in declarationFlorent Fourcot2013-12-121-1/+2
* ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot2013-12-101-1/+1