aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ipv6_sockglue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-25ipv6_sockglue: Fix a missing-check bug in ip6_ra_control()Gen Zhang1-0/+2
2019-03-03net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATEFrancesco Ruggeri1-0/+10
2018-11-07ipv6: allow ping to link-local address in VRFMike Manning1-1/+1
2018-09-13ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALLAndre Naujoks1-0/+11
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-10/+22
2018-07-16ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupHangbin Liu1-2/+3
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn1-2/+1
2018-07-05ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore1-8/+19
2018-02-28inet: whitespace cleanupStephen Hemminger1-1/+0
2018-02-14netfilter: drop outermost socket lock in getsockopt()Paolo Abeni1-8/+2
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-12/+5
2018-01-31netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni1-12/+5
2018-01-23ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings1-1/+1
2017-12-21net: reevalulate autoflowlabel setting after sysctl settingShaohua Li1-0/+1
2017-09-30net-ipv6: add support for sockopt(SOL_IPV6, IPV6_FREEBIND)Maciej Żenczykowski1-0/+12
2017-08-29ipv6: do not set sk_destruct in IPV6_ADDRFORM sockoptXin Long1-1/+0
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+3
2017-07-04net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-30do_ipv6_setsockopt(): don't open-code memdup_user()Al Viro1-8/+3
2016-12-30net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern1-4/+12
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-09ipv6: sr: add support for SRH injection through setsockoptDavid Lebrun1-0/+10
2016-11-03ipv6: add IPV6_RECVFRAGSIZE cmsgWillem de Bruijn1-0/+8
2016-10-21ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong1-1/+2
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-1/+0
2016-06-27calipso: Set the calipso socket label to match the secattr.Huw Davies1-1/+0
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang1-3/+3
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa1-2/+4
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh1-1/+2
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet1-11/+22
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-5/+5
2015-03-20ipv6: invert join/leave anycast rtnl/socket locking orderMarcelo Ricardo Leitner1-0/+2
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner1-8/+13
2015-03-18ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner1-8/+27
2015-01-26ipv6: tcp: fix race in IPV6_2292PKTOPTIONSEric Dumazet1-6/+2
2014-12-09ipv6: remove useless spin_lock/spin_unlockDuan Jiong1-5/+1
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportIan Morris1-4/+0
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-11/+11
2014-07-15ipv6: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-07ipv6: Implement automatic flow label generation on transmitTom Herbert1-0/+8
2014-07-01inet: move ipv6only in sock_commonEric Dumazet1-2/+2
2014-02-26ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa1-1/+1
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa1-3/+1
2014-01-19ipv6: add a flag to get the flow label used remotlyFlorent Fourcot1-1/+4
2014-01-15ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing1-1/+2
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa1-1/+1
2013-12-12ipv6: fix incorrect type in declarationFlorent Fourcot1-1/+2
2013-12-09ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot1-1/+1
2013-12-09ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot1-0/+4
2013-11-08ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot1-0/+28