aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-13ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa1-0/+1
2012-11-09gre6: fix rtnl dump messagesNicolas Dichtel1-4/+4
2012-11-09ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa1-2/+1
2012-10-31Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2-3/+5
2012-10-28netfilter: nf_defrag_ipv6: solve section mismatch in nf_conntrack_reasmHein Tibosch1-2/+2
2012-10-28netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber1-1/+3
2012-10-24ipv6: Set default hoplimit as zero.Li RongQing1-2/+2
2012-10-16ipv6: addrconf: fix /proc/net/if_inet6Eric Dumazet1-6/+9
2012-10-12tcp: resets are misroutedAlexey Kuznetsov1-1/+2
2012-10-08ipv6: gro: fix PV6_GRO_CB(skb)->proto problemEric Dumazet1-9/+2
2012-10-07ipv6: GRO should be ECN friendlyEric Dumazet1-4/+7
2012-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-18/+8
2012-10-06sections: fix section conflicts in netAndi Kleen3-3/+3
2012-10-04ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng1-5/+6
2012-10-02ipv6: don't add link local route when there is no link local addressNicolas Dichtel1-13/+2
2012-10-01tcp: gro: add checksuming helpersEric Dumazet1-3/+17
2012-10-01ipv6: del unreachable route when an addr is deleted on loNicolas Dichtel1-2/+8
2012-09-28ipv6: return errno pointers consistently for fib6_add_1()Lin Ming1-14/+6
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-49/+38
2012-09-27ipv6: gre: remove ip6gre_header_parse()Eric Dumazet1-8/+0
2012-09-27nf_defrag_ipv6: fix oops on module unloadingKonstantin Khlebnikov1-1/+1
2012-09-27tunnel: drop packet if ECN present with not-ECTstephen hemminger1-30/+24
2012-09-27xfrm: remove extranous rcu_read_lockstephen hemminger1-6/+0
2012-09-27gre: remove unnecessary rcu_read_lock/unlockstephen hemminger1-11/+3
2012-09-25ipv6: mip6: fix mip6_mh_filter()Eric Dumazet1-9/+11
2012-09-25ipv6: raw: fix icmpv6_filter()Eric Dumazet1-11/+10
2012-09-24net: use a per task frag allocatorEric Dumazet1-40/+25
2012-09-24Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller4-249/+36
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell1-1/+1
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell1-3/+1
2012-09-21ipv6: fix return value check in fib6_add()Wei Yongjun1-0/+4
2012-09-21netfilter: combine ipt_REDIRECT and ip6t_REDIRECTJan Engelhardt3-109/+0
2012-09-21netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt3-104/+0
2012-09-21netfilter: fix IPv6 NAT dependencies in KconfigPablo Neira Ayuso1-55/+55
2012-09-19ipv6: unify fragment thresh handling codeAmerigo Wang2-16/+8
2012-09-19ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang1-10/+0
2012-09-19ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang2-99/+38
2012-09-19ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang1-42/+95
2012-09-19ipv6: recursive check rt->dst.from when call rt6_check_expiredLi RongQing1-5/+1
2012-09-18ipv6: use DST_* macro to set obselete fieldNicolas Dichtel1-3/+3
2012-09-18ipv6: use net->rt_genid to check dst validityNicolas Dichtel2-26/+10
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+17
2012-09-13ipv6: replace write lock with read lock when get route infoLi RongQing2-6/+6
2012-09-13ipv6: route templates can be constEric Dumazet1-3/+3
2012-09-13ipv6: Compare addresses only bits up to the prefix length (RFC6724).YOSHIFUJI Hideaki / 吉藤英明1-2/+4
2012-09-13ipv6: Add labels for site-local and 6bone testing addresses (RFC6724)YOSHIFUJI Hideaki / 吉藤英明1-1/+13
2012-09-10ipv6: remove some useless RCU read lockAmerigo Wang2-24/+4
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman4-36/+36
2012-09-07ipv6: fix handling of throw routesNicolas Dichtel1-1/+8
2012-09-07udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet1-0/+11