summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ipv6_sockglue.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner2015-03-181-8/+27
* ipv6: tcp: fix race in IPV6_2292PKTOPTIONSEric Dumazet2015-01-261-6/+2
* ipv6: remove useless spin_lock/spin_unlockDuan Jiong2014-12-091-5/+1
* ipv6: White-space cleansing : gaps between function and symbol exportIan Morris2014-08-241-4/+0
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-241-11/+11
* ipv6: remove unnecessary break after returnFabian Frederick2014-07-151-1/+0
* ipv6: Implement automatic flow label generation on transmitTom Herbert2014-07-071-0/+8
* inet: move ipv6only in sock_commonEric Dumazet2014-07-011-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-191-3/+1
* ipv6: add a flag to get the flow label used remotlyFlorent Fourcot2014-01-191-1/+4
* ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing2014-01-151-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-091-1/+1
* ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot2013-12-091-0/+4
* ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot2013-11-081-0/+28
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-3/+4
* ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin2013-01-311-3/+3
* net: Allow userns root to control ipv6Eric W. Biederman2012-11-181-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-171-0/+1
|\
| * ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa2012-11-131-0/+1
* | ipv6: use IS_ENABLED()Amerigo Wang2012-11-011-1/+1
|/
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* net/ipv6/ipv6_sockglue.c: Removed redundant externEldad Zack2012-04-121-1/+0
* net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc2012-02-131-0/+4
* ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover2012-02-081-0/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-1/+1
|\
| * ipv6: Set mcast_hops to IPV6_DEFAULT_MCASTHOPS when -1 was given.Li Wei2011-11-281-1/+1
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-5/+3
|/
* net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski2011-10-201-1/+1
* net: relax PKTINFO non local ipv6 udp xmit checkMaciej Żenczykowski2011-08-301-1/+1
* ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONSDaniel Baluta2011-08-191-4/+5
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-5/+5
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-2/+2
* tproxy: Add missing CAP_NET_ADMIN check to ipv6 sideBalazs Scheidler2010-10-241-0/+4