summaryrefslogtreecommitdiff
path: root/net/ipv6/ipv6_sockglue.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-10ipv6: 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 in...James 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-03ipv6: 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-19ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner1-8/+13
2015-03-19ipv4,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-25ipv6: White-space cleansing : gaps between function and symbol exportIan Morris1-4/+0
2014-08-25ipv6: White-space cleansing : Line LayoutsIan Morris1-11/+11
2014-07-16ipv6: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-08ipv6: Implement automatic flow label generation on transmitTom Herbert1-0/+8
2014-07-02inet: move ipv6only in sock_commonEric Dumazet1-2/+2
2014-02-27ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa1-1/+1
2014-01-20ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa1-3/+1
2014-01-20ipv6: add a flag to get the flow label used remotlyFlorent Fourcot1-1/+4
2014-01-16ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing1-1/+2
2013-12-19ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa1-1/+1
2013-12-13ipv6: fix incorrect type in declarationFlorent Fourcot1-1/+2
2013-12-10ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot1-1/+1
2013-12-10ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot1-0/+4
2013-11-08ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot1-0/+28
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-3/+4
2013-01-31ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin1-3/+3
2012-11-19net: Allow userns root to control ipv6Eric W. Biederman1-3/+4
2012-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-11-13ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa1-0/+1
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-04-13net/ipv6/ipv6_sockglue.c: Removed redundant externEldad Zack1-1/+0
2012-02-13net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc1-0/+4
2012-02-09ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover1-0/+34
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-11-29ipv6: Set mcast_hops to IPV6_DEFAULT_MCASTHOPS when -1 was given.Li Wei1-1/+1
2011-11-23net: remove ipv6_addr_copy()Alexey Dobriyan1-5/+3
2011-10-21net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski1-1/+1
2011-08-31net: relax PKTINFO non local ipv6 udp xmit checkMaciej Żenczykowski1-1/+1
2011-08-19ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONSDaniel Baluta1-4/+5
2011-03-13ipv6: Convert to use flowi6 where applicable.David S. Miller1-5/+5
2011-03-13net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-2/+2
2010-10-25tproxy: Add missing CAP_NET_ADMIN check to ipv6 sideBalazs Scheidler1-0/+4
2010-10-21tproxy: added tproxy sockopt interface in the IPV6 layerBalazs Scheidler1-0/+23
2010-06-26ipv6: remove ipv6_statisticsEric Dumazet1-2/+0