summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ipv6_sockglue.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot2013-12-101-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-191-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-181-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/+0Star
* 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-291-1/+1
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-5/+3Star
|/
* net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski2011-10-211-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-131-5/+5
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-131-2/+2
* tproxy: Add missing CAP_NET_ADMIN check to ipv6 sideBalazs Scheidler2010-10-251-0/+4
* tproxy: added tproxy sockopt interface in the IPV6 layerBalazs Scheidler2010-10-211-0/+23
* ipv6: remove ipv6_statisticsEric Dumazet2010-06-261-2/+0Star
* IPv6: Add dontfrag argument to relevant functionsBrian Haley2010-04-241-1/+2
* IPv6: data structure changes for new socket optionsBrian Haley2010-04-241-0/+46
* IPv6: Generic TTL Security Mechanism (final version)Stephen Hemminger2010-04-231-0/+12
* net: sk_dst_cache RCUificationEric Dumazet2010-04-131-12/+13
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-271-1/+5
|\
| * net: Fix IP_MULTICAST_IFEric Dumazet2009-10-201-1/+5
* | IP: CleanupsJohn Dykstra2009-10-201-1/+1
* | inet: rename some inet_sock fieldsEric Dumazet2009-10-191-3/+3