aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/ipv6_sockglue.c
AgeCommit message (Expand)Author
2018-01-31ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings
2018-01-02net: reevalulate autoflowlabel setting after sysctl settingShaohua Li
2017-11-30net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern
2016-10-21ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris
2016-06-27calipso: Set the calipso socket label to match the secattr.Huw Davies
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris
2015-03-20ipv6: invert join/leave anycast rtnl/socket locking orderMarcelo Ricardo Leitner
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner
2015-03-18ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner
2015-01-26ipv6: tcp: fix race in IPV6_2292PKTOPTIONSEric Dumazet
2014-12-09ipv6: remove useless spin_lock/spin_unlockDuan Jiong
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportIan Morris
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris
2014-07-15ipv6: remove unnecessary break after returnFabian Frederick
2014-07-07ipv6: Implement automatic flow label generation on transmitTom Herbert
2014-07-01inet: move ipv6only in sock_commonEric Dumazet
2014-02-26ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa
2014-01-19ipv6: add a flag to get the flow label used remotlyFlorent Fourcot
2014-01-15ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa
2013-12-12ipv6: fix incorrect type in declarationFlorent Fourcot
2013-12-09ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot
2013-12-09ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot
2013-11-08ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet
2013-01-31ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-13ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-12net/ipv6/ipv6_sockglue.c: Removed redundant externEldad Zack
2012-02-13net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc
2012-02-08ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-28ipv6: Set mcast_hops to IPV6_DEFAULT_MCASTHOPS when -1 was given.Li Wei
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-10-20net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski
2011-08-30net: relax PKTINFO non local ipv6 udp xmit checkMaciej Żenczykowski
2011-08-19ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONSDaniel Baluta
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2010-10-24tproxy: Add missing CAP_NET_ADMIN check to ipv6 sideBalazs Scheidler
2010-10-21tproxy: added tproxy sockopt interface in the IPV6 layerBalazs Scheidler