summaryrefslogtreecommitdiffstats
path: root/net/ipv6/af_inet6.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+14
* | tcp_memcontrol: Remove the per netns control.Eric W. Biederman2013-10-221-2/+0Star
* | inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa2013-10-201-5/+0Star
* | ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-5/+5
* | ipv6: do not allow ipv6 module to be removedCong Wang2013-09-241-48/+0Star
|/
* ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček2013-09-111-0/+6
* vxlan: add ipv6 proxy supportCong Wang2013-09-011-0/+2
* vxlan: add ipv6 route short circuit supportCong Wang2013-09-011-0/+1
* ipv6: export a stub for IPv6 symbols used by vxlanCong Wang2013-09-011-0/+11
* net: split rt_genid for ipv4 and ipv6fan.du2013-07-311-0/+1
* net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti2013-05-261-0/+12
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-261-1/+0Star
* ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_idHannes Frederic Sowa2013-03-081-3/+3
* ipv6: Use FIELD_SIZEOF() in inet6_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-101-2/+1Star
* net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman2012-11-191-1/+1
* net: Allow userns root to control ipv6Eric W. Biederman2012-11-191-1/+2
* ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich2012-11-151-3/+0Star