summaryrefslogtreecommitdiff
path: root/net/ipv6/af_inet6.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-25ipv6: Add sysctl for per namespace flow label reflectionJakub Sitnicki1-0/+1
2017-08-16net: add sendmsg_locked and sendpage_locked to af_inet6John Fastabend1-0/+2
2017-08-01ipv6: Avoid going through ->sk_net to access the netnsJakub Sitnicki1-1/+1
2017-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-04-25ipv6: move stub initialization after ipv6 setup completionPaolo Abeni1-2/+4
2017-03-29ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich1-1/+7
2017-03-08ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong1-5/+5
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern1-0/+8
2016-11-10ipv6: sr: add code base for control plane support of SR-IPv6David Lebrun1-1/+8
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-0/+1
2016-08-29tcp: Set read_sock and peek_len proto_opsTom Herbert1-0/+2
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+8
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris1-1/+8
2016-06-27netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies1-1/+8
2016-06-10net: vrf: Fix crash when IPv6 is disabled at boot timeDavid Ahern1-0/+6
2016-04-07udp: Add GRO functions to UDP socketTom Herbert1-0/+8
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar1-0/+1
2016-02-11sock: struct proto hash function may errorCraig Gallek1-1/+5
2015-12-15net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2015-12-03ipv6: kill sk_dst_lockEric Dumazet1-1/+1
2015-12-03ipv6: add complete rcu protection around np->optEric Dumazet1-4/+9
2015-08-01ipv6: Disable flowlabel state ranges by defaultTom Herbert1-1/+1
2015-08-01ipv6: Implement different admin modes for automatic flow labelsTom Herbert1-1/+2
2015-07-10ipv6: Nonlocal bindTom Herbert1-1/+2
2015-07-10ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal1-2/+2
2015-06-07inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet1-1/+2
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-05-04ipv6: Flow label state rangesTom Herbert1-0/+1
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris1-3/+3
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-4/+4
2015-03-24ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa1-0/+2
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger1-1/+1
2014-10-07ipv6: make fib6 serial number per namespaceHannes Frederic Sowa1-1/+1
2014-09-29ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet1-2/+2
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat1-1/+1
2014-08-25ipv6: White-space cleansing : Line LayoutsIan Morris1-6/+6
2014-07-08ipv6: Implement automatic flow label generation on transmitTom Herbert1-0/+1
2014-07-02inet: move ipv6only in sock_commonEric Dumazet1-3/+3
2014-05-24net: Eliminate no_check from protoswTom Herbert1-3/+0
2014-05-08net: clean up snmp stats codeWANG Cong1-25/+17
2014-01-20ipv6: add flowlabel_consistency sysctlFlorent Fourcot1-0/+1
2013-12-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2013-12-19inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa1-1/+1
2013-12-10ipv6: use ip6_flowinfo helperFlorent Fourcot1-2/+1
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert1-1/+1
2013-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2013-11-19ipv6: Fix inet6_init() cleanup orderVlad Yasevich1-2/+2
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+14