summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2015-04-04netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-02ipmr,ip6mr: implement ndo_get_iflinkNicolas Dichtel
2015-04-02ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel
2015-04-02ip6tnl,gre6,vti6: implement ndo_get_iflinkNicolas Dichtel
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-03-31xfrm: simplify xfrm_address_t useJiri Benc
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris
2015-03-29net: tcp6: fix double call of tcp_v6_fill_cb()Alexey Kodanev
2015-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-03-29ipmr,ip6mr: call ip6mr_free_table() on failure pathWANG Cong
2015-03-29fib6: install fib6 ops in the last stepWANG Cong
2015-03-25ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2015-03-25ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark
2015-03-25netfilter: Use LOGLEVEL_<FOO> definesJoe Perches
2015-03-25tcp: fix ipv4 mapped request socksEric Dumazet
2015-03-25tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet
2015-03-25tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet
2015-03-25tcp: md5: input path is run under rcu protected sectionsEric Dumazet
2015-03-24ipv6: fix sparse warnings in privacy stable addresses generationHannes Frederic Sowa
2015-03-24tcp: prevent fetching dst twice in early demux codeMichal Kubeček
2015-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-24ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa
2015-03-24ipv6: do retries on stable privacy addressesHannes Frederic Sowa
2015-03-24ipv6: collapse state_lock and lockHannes Frederic Sowa
2015-03-24ipv6: introduce IFA_F_STABLE_PRIVACY flagHannes Frederic Sowa
2015-03-24ipv6: generation of stable privacy addresses for link-local and autoconfHannes Frederic Sowa
2015-03-24ipv6: introduce secret_stable to ipv6_devconfHannes Frederic Sowa
2015-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-03-23ipv6: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request socketsEric Dumazet
2015-03-23net: convert syn_wait_lock to a spinlockEric Dumazet
2015-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-03-22netfilter: ip6t_REJECT: check for IP6T_F_PROTOPablo Neira Ayuso
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20ipv6: invert join/leave anycast rtnl/socket locking orderMarcelo Ricardo Leitner
2015-03-20ipv6: fix backtracking for throw routesSteven Barth
2015-03-20ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet
2015-03-19netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso
2015-03-19ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner
2015-03-19ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner
2015-03-19inet: get rid of last __inet_hash_connect() argumentEric Dumazet
2015-03-19ipv6: get rid of __inet6_hash()Eric Dumazet
2015-03-19inet: add IPv6 support to sk_ehashfn()Eric Dumazet
2015-03-19netns: constify net_hash_mix() and various callersEric Dumazet
2015-03-18inet: fix request sock refcountingEric Dumazet