summaryrefslogtreecommitdiffstats
path: root/net/ipv6/af_inet6.c
Commit message (Expand)AuthorAgeFilesLines
...
* ipv6: Add sysctl for per namespace flow label reflectionJakub Sitnicki2017-08-251-0/+1
* net: add sendmsg_locked and sendpage_locked to af_inet6John Fastabend2017-08-161-0/+2
* ipv6: Avoid going through ->sk_net to access the netnsJakub Sitnicki2017-08-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-271-2/+4
|\
| * ipv6: move stub initialization after ipv6 setup completionPaolo Abeni2017-04-251-2/+4
* | ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich2017-03-291-1/+7
|/
* ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong2017-03-071-5/+5
* Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen2017-01-241-1/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-021-0/+8
* ipv6: sr: add code base for control plane support of SR-IPv6David Lebrun2016-11-101-1/+8
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-0/+1
* tcp: Set read_sock and peek_len proto_opsTom Herbert2016-08-291-0/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-301-1/+8
|\
| * Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-071-1/+8
| |\
| | * netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies2016-06-271-1/+8
* | | net: vrf: Fix crash when IPv6 is disabled at boot timeDavid Ahern2016-06-101-0/+6
|/ /
* | udp: Add GRO functions to UDP socketTom Herbert2016-04-071-0/+8
* | udp: enable MSG_PEEK at non-zero offsetsamanthakumar2016-04-051-0/+1
|/
* sock: struct proto hash function may errorCraig Gallek2016-02-111-1/+5
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+3
* ipv6: kill sk_dst_lockEric Dumazet2015-12-031-1/+1
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-031-4/+9
* ipv6: Disable flowlabel state ranges by defaultTom Herbert2015-08-011-1/+1
* ipv6: Implement different admin modes for automatic flow labelsTom Herbert2015-08-011-1/+2
* ipv6: Nonlocal bindTom Herbert2015-07-101-1/+2
* ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal2015-07-101-2/+2
* inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet2015-06-071-1/+2
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* ipv6: Flow label state rangesTom Herbert2015-05-041-0/+1
* ipv6: coding style: comparison for inequality with NULLIan Morris2015-03-311-3/+3
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-4/+4
* ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa2015-03-241-0/+2
* net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-021-1/+1
* ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2014-10-071-1/+1
* ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet2014-09-281-2/+2
* net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat2014-09-091-1/+1
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-251-6/+6
* ipv6: Implement automatic flow label generation on transmitTom Herbert2014-07-081-0/+1
* inet: move ipv6only in sock_commonEric Dumazet2014-07-021-3/+3
* net: Eliminate no_check from protoswTom Herbert2014-05-231-3/+0Star
* net: clean up snmp stats codeWANG Cong2014-05-071-25/+17Star
* ipv6: add flowlabel_consistency sysctlFlorent Fourcot2014-01-201-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-12-201-1/+1
|\
| * net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-061-1/+1
* | inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa2013-12-181-1/+1
* | ipv6: use ip6_flowinfo helperFlorent Fourcot2013-12-101-2/+1Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-201-2/+2
|\
| * ipv6: Fix inet6_init() cleanup orderVlad Yasevich2013-11-181-2/+2
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+14
|\ \ | |/ |/|