summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-022-3/+3
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-317-24/+15
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-3111-41/+32
* xfrm: simplify xfrm_address_t useJiri Benc2015-03-312-5/+3
* ipv6: coding style: comparison for inequality with NULLIan Morris2015-03-3117-43/+43
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-3125-174/+173
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-292-2/+7
|\
| * netfilter: Use LOGLEVEL_<FOO> definesJoe Perches2015-03-252-2/+7
* | fib6: install fib6 ops in the last stepWANG Cong2015-03-291-6/+3
* | ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-253-11/+13
|/
* tcp: fix ipv4 mapped request socksEric Dumazet2015-03-252-2/+0
* tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet2015-03-241-8/+2
* tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet2015-03-241-9/+6
* tcp: md5: input path is run under rcu protected sectionsEric Dumazet2015-03-241-19/+6
* ipv6: fix sparse warnings in privacy stable addresses generationHannes Frederic Sowa2015-03-241-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-231-3/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-03-221-3/+3
| |\
| | * netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso2015-03-191-3/+3
* | | ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa2015-03-233-7/+22
* | | ipv6: do retries on stable privacy addressesHannes Frederic Sowa2015-03-231-3/+54
* | | ipv6: collapse state_lock and lockHannes Frederic Sowa2015-03-231-16/+15
* | | ipv6: introduce IFA_F_STABLE_PRIVACY flagHannes Frederic Sowa2015-03-231-6/+8
* | | ipv6: generation of stable privacy addresses for link-local and autoconfHannes Frederic Sowa2015-03-231-4/+126
* | | ipv6: introduce secret_stable to ipv6_devconfHannes Frederic Sowa2015-03-231-0/+68
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-231-1/+2
|\ \ \
| * | | netfilter: ip6t_REJECT: check for IP6T_F_PROTOPablo Neira Ayuso2015-03-221-1/+2
* | | | ipv6: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request socketsEric Dumazet2015-03-231-35/+12
* | | | net: convert syn_wait_lock to a spinlockEric Dumazet2015-03-231-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-206-22/+24
|\ \ \ \ | | |/ / | |/| |
| * | | ipv6: fix backtracking for throw routesSteven Barth2015-03-201-0/+1
| * | | ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca2015-03-201-5/+3
| * | | ip6_tunnel: fix error code when tunnel existsNicolas Dichtel2015-03-171-16/+17
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-03-162-1/+2
| |\ \ \
| | * | | xfrm: Fix local error reporting crash with interfamily tunnelsSteffen Klassert2015-02-091-1/+1
| | * | | xfrm6: Fix a offset value for network header in _decode_session6Hajime Tazaki2015-02-061-0/+1
| * | | | xps: must clear sender_cpu before forwardingEric Dumazet2015-03-111-0/+1
| | |_|/ | |/| |
* | | | ipv6: invert join/leave anycast rtnl/socket locking orderMarcelo Ricardo Leitner2015-03-202-7/+7
* | | | inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-203-14/+18
* | | | inet: drop prev pointer handling in request sockEric Dumazet2015-03-202-12/+10
* | | | ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-183-37/+18
* | | | ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner2015-03-181-8/+27
* | | | inet: get rid of last __inet_hash_connect() argumentEric Dumazet2015-03-181-1/+1
* | | | ipv6: get rid of __inet6_hash()Eric Dumazet2015-03-182-52/+3
* | | | inet: add IPv6 support to sk_ehashfn()Eric Dumazet2015-03-182-27/+6
* | | | netns: constify net_hash_mix() and various callersEric Dumazet2015-03-182-13/+13
* | | | inet: fix request sock refcountingEric Dumazet2015-03-171-3/+4
* | | | tcp: rename struct tcp_request_sock listenerEric Dumazet2015-03-171-1/+1
* | | | inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet2015-03-171-2/+1
* | | | inet: ip early demux should avoid request socketsEric Dumazet2015-03-161-1/+1
* | | | inet: fill request sock ir_iif for IPv4Eric Dumazet2015-03-141-2/+0
OpenPOWER on IntegriCloud