summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger2014-01-271-1/+1
* ipv6: reallocate addrconf router for ipv6 address when lo device upGao feng2014-01-241-2/+12
* ipv6: enable anycast addresses as source addresses for datagramsFX Le Bail2014-01-222-1/+14
* ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa2014-01-213-2/+16
* ipv6: enable anycast addresses as source addresses in ICMPv6 error messagesFX Le Bail2014-01-211-1/+2
* tcp: delete redundant calls of tcp_mtup_init()Peter Pan(潘卫平)2014-01-211-1/+0
* ipv6: optimize link local address searchHannes Frederic Sowa2014-01-191-3/+9
* ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa2014-01-194-16/+42
* ipv6: add flowlabel_consistency sysctlFlorent Fourcot2014-01-193-0/+16
* ipv6: add a flag to get the flow label used remotlyFlorent Fourcot2014-01-192-2/+11
* ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GETFlorent Fourcot2014-01-192-1/+32
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-184-11/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-182-23/+22
|\
| * ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa2014-01-171-21/+17
| * net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2014-01-141-2/+5
* | ipv6: send Change Status Report after DAD is completedFlavio Leitner2014-01-171-24/+33
* | ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot2014-01-171-6/+11
* | ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTEThomas Haller2014-01-151-75/+109
* | ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routesThomas Haller2014-01-151-6/+13
* | ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing2014-01-154-6/+3
* | IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6FX Le Bail2014-01-142-3/+3
* | ipv6: addrconf spelling fixesstephen hemminger2014-01-141-5/+5
* | net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-143-8/+8
* | ipv6: copy traffic class from ping request to replyHannes Frederic Sowa2014-01-141-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-142-2/+10
|\|
| * ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIMEHannes Frederic Sowa2014-01-091-2/+4
| * ipv6: pcpu_tstats.syncp should be initialised in ip6_vti.cLi RongQing2014-01-071-0/+6
* | ipv6: introduce ip6_dst_mtu_forward and protect forwarding path with itHannes Frederic Sowa2014-01-131-1/+22
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-101-1/+3
|\ \
| * | ipv6: Add checks for 6LOWPAN ARP typeJukka Rissanen2013-12-111-1/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-093-42/+43
|\ \ \
| * | | netfilter: nf_tables: fix error path in the init functionsPablo Neira Ayuso2014-01-091-1/+7
| * | | netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy2014-01-093-3/+3
| * | | netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy2014-01-093-8/+8
| * | | netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy2014-01-093-3/+3
| * | | netfilter: nf_tables: add missing module references to chain typesPatrick McHardy2014-01-091-0/+1
| * | | netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy2014-01-071-1/+2
| * | | netfilter: nf_tables: add support for multi family tablesPatrick McHardy2014-01-071-0/+1
| * | | netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy2014-01-071-28/+20
* | | | net-gre-gro: Add GRE support to the GRO stackJerry Chu2014-01-071-1/+1
|/ / /
* | | IPv6: add the option to use anycast addresses as source addresses in echo replyFX Le Bail2014-01-072-1/+11
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-066-46/+65
|\ \ \ | | |/ | |/|
| * | ipv6: don't install anycast address for /128 addresses on routersHannes Frederic Sowa2014-01-061-2/+2
| * | ipv6: fix the use of pcpu_tstats in ip6_vti.cLi RongQing2014-01-021-21/+3
| * | ipv6: fix the use of pcpu_tstats in ip6_tunnelLi RongQing2014-01-021-5/+16
| * | ipv6 addrconf: fix preferred lifetime state-changing behavior while valid_lft...Yasushi Asano2014-01-021-3/+10
| * | ipv6: fix the use of pcpu_tstats in sitLi RongQing2014-01-011-0/+2
| * | ipv6: release dst properly in ipip6_tunnel_xmitLi RongQing2013-12-271-1/+3
| * | ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing2013-12-191-3/+1
| * | ipv6: sit: update mtu check to take care of gso packetsEric Dumazet2013-12-181-1/+1