aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/af_inet6.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Gravatar Krister Johansen 1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsGravatar David Ahern 1-0/+8
2016-11-09ipv6: sr: add code base for control plane support of SR-IPv6Gravatar David Lebrun 1-1/+8
2016-11-04net: inet: Support UID-based routing in IP protocols.Gravatar Lorenzo Colitti 1-0/+1
2016-08-28tcp: Set read_sock and peek_len proto_opsGravatar Tom Herbert 1-0/+2
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+8
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...Gravatar James Morris 1-1/+8
2016-06-27netlabel: Initial support for the CALIPSO netlink protocol.Gravatar Huw Davies 1-1/+8
2016-06-09net: vrf: Fix crash when IPv6 is disabled at boot timeGravatar David Ahern 1-0/+6
2016-04-07udp: Add GRO functions to UDP socketGravatar Tom Herbert 1-0/+8
2016-04-05udp: enable MSG_PEEK at non-zero offsetGravatar samanthakumar 1-0/+1
2016-02-11sock: struct proto hash function may errorGravatar Craig Gallek 1-1/+5
2015-12-14net: add validation for the socket syscall protocol argumentGravatar Hannes Frederic Sowa 1-0/+3
2015-12-03ipv6: kill sk_dst_lockGravatar Eric Dumazet 1-1/+1
2015-12-02ipv6: add complete rcu protection around np->optGravatar Eric Dumazet 1-4/+9
2015-07-31ipv6: Disable flowlabel state ranges by defaultGravatar Tom Herbert 1-1/+1
2015-07-31ipv6: Implement different admin modes for automatic flow labelsGravatar Tom Herbert 1-1/+2
2015-07-09ipv6: Nonlocal bindGravatar Tom Herbert 1-1/+2
2015-07-09ipv6: use flag instead of u16 for hop in inet6_skb_parmGravatar Florian Westphal 1-2/+2
2015-06-06inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsGravatar Eric Dumazet 1-1/+2
2015-05-11net: Pass kern from net_proto_family.create to sk_allocGravatar Eric W. Biederman 1-1/+1
2015-05-03ipv6: Flow label state rangesGravatar Tom Herbert 1-0/+1
2015-03-31ipv6: coding style: comparison for inequality with NULLGravatar Ian Morris 1-3/+3
2015-03-31ipv6: coding style: comparison for equality with NULLGravatar Ian Morris 1-4/+4
2015-03-23ipv6: introduce idgen_delay and idgen_retries knobsGravatar Hannes Frederic Sowa 1-0/+2
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesGravatar Eyal Birger 1-1/+1
2014-10-07ipv6: make fib6 serial number per namespaceGravatar Hannes Frederic Sowa 1-1/+1
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Gravatar Eric Dumazet 1-2/+2
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsGravatar Vincent Bernat 1-1/+1
2014-08-24ipv6: White-space cleansing : Line LayoutsGravatar Ian Morris 1-6/+6
2014-07-07ipv6: Implement automatic flow label generation on transmitGravatar Tom Herbert 1-0/+1
2014-07-01inet: move ipv6only in sock_commonGravatar Eric Dumazet 1-3/+3
2014-05-23net: Eliminate no_check from protoswGravatar Tom Herbert 1-3/+0
2014-05-07net: clean up snmp stats codeGravatar WANG Cong 1-25/+17
2014-01-19ipv6: add flowlabel_consistency sysctlGravatar Florent Fourcot 1-0/+1
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-1/+1
2013-12-18inet: make no_pmtu_disc per namespace and kill ipv4_configGravatar Hannes Frederic Sowa 1-1/+1
2013-12-09ipv6: use ip6_flowinfo helperGravatar Florent Fourcot 1-2/+1
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPGravatar Steffen Klassert 1-1/+1
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+2
2013-11-18ipv6: Fix inet6_init() cleanup orderGravatar Vlad Yasevich 1-2/+2
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+14
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepGravatar John Stultz 1-0/+14
2013-10-21tcp_memcontrol: Remove the per netns control.Gravatar Eric W. Biederman 1-2/+0
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceGravatar Hannes Frederic Sowa 1-5/+0
2013-10-09ipv6: make lookups simpler and fasterGravatar Eric Dumazet 1-5/+5
2013-09-24ipv6: do not allow ipv6 module to be removedGravatar Cong Wang 1-48/+0
2013-09-11ipv6: don't call fib6_run_gc() until routing is readyGravatar Michal Kubeček 1-0/+6
2013-08-31vxlan: add ipv6 proxy supportGravatar Cong Wang 1-0/+2