summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* sit: advertise tunnel param via rtnlNicolas Dichtel2012-11-101-1/+56
* ipv6: remove rt6i_peer_genid from rt6_info and its handlerLi RongQing2012-11-091-16/+2
* ndisc: fix a typo in a comment in ndisc_recv_na()Nicolas Dichtel2012-11-081-1/+1
* ipv6: introduce ip6_rt_put()Amerigo Wang2012-11-0310-26/+23
* ipv6: remove a useless NULL checkAmerigo Wang2012-11-031-1/+1
* tcp: better retrans tracking for defer-acceptEric Dumazet2012-11-032-5/+8
* ipv6/multipath: remove flag NLM_F_EXCL after the first nexthopNicolas Dichtel2012-11-031-0/+6
* ipv6: use IS_ENABLED()Amerigo Wang2012-11-0115-49/+46
* rtnl/ipv6: add support of RTM_GETNETCONFNicolas Dichtel2012-10-291-2/+73
* rtnl/ipv6: use netconf msg to advertise forwarding statusNicolas Dichtel2012-10-291-0/+77
* ipv6: fix sparse warnings in rt6_info_hash_nhsfn()Nicolas Dichtel2012-10-231-13/+13
* ipv6: tcp: clean up tcp_v6_early_demux() icsk variableNeal Cardwell2012-10-231-2/+2
* ipv6: add support of equal cost multipath (ECMP)Nicolas Dichtel2012-10-232-3/+190
* ipv6: addrconf: fix /proc/net/if_inet6Eric Dumazet2012-10-161-6/+9
* tcp: resets are misroutedAlexey Kuznetsov2012-10-121-1/+2
* ipv6: gro: fix PV6_GRO_CB(skb)->proto problemEric Dumazet2012-10-081-9/+2
* ipv6: GRO should be ECN friendlyEric Dumazet2012-10-071-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-10-052-18/+8
|\
| * ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng2012-10-041-5/+6
| * ipv6: don't add link local route when there is no link local addressNicolas Dichtel2012-10-031-13/+2
* | sections: fix section conflicts in netAndi Kleen2012-10-053-3/+3
|/
* tcp: gro: add checksuming helpersEric Dumazet2012-10-011-3/+17
* ipv6: del unreachable route when an addr is deleted on loNicolas Dichtel2012-10-011-2/+8
* ipv6: return errno pointers consistently for fib6_add_1()Lin Ming2012-09-291-14/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-285-49/+38
|\
| * ipv6: mip6: fix mip6_mh_filter()Eric Dumazet2012-09-251-9/+11
| * ipv6: raw: fix icmpv6_filter()Eric Dumazet2012-09-251-11/+10
| * ipv6: fix return value check in fib6_add()Wei Yongjun2012-09-211-0/+4
| * ipv6: use DST_* macro to set obselete fieldNicolas Dichtel2012-09-181-3/+3
| * ipv6: use net->rt_genid to check dst validityNicolas Dichtel2012-09-182-26/+10
* | ipv6: gre: remove ip6gre_header_parse()Eric Dumazet2012-09-281-8/+0
* | nf_defrag_ipv6: fix oops on module unloadingKonstantin Khlebnikov2012-09-281-1/+1
* | tunnel: drop packet if ECN present with not-ECTstephen hemminger2012-09-281-30/+24
* | xfrm: remove extranous rcu_read_lockstephen hemminger2012-09-281-6/+0
* | gre: remove unnecessary rcu_read_lock/unlockstephen hemminger2012-09-281-11/+3
* | net: use a per task frag allocatorEric Dumazet2012-09-241-40/+25
* | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-09-244-249/+36
|\ \
| * | netfilter: combine ipt_REDIRECT and ip6t_REDIRECTJan Engelhardt2012-09-213-109/+0
| * | netfilter: combine ipt_NETMAP and ip6t_NETMAPJan Engelhardt2012-09-213-104/+0
| * | netfilter: fix IPv6 NAT dependencies in KconfigPablo Neira Ayuso2012-09-211-55/+55
* | | tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell2012-09-221-1/+1
* | | tcp: extract code to compute SYNACK RTTNeal Cardwell2012-09-221-3/+1
|/ /
* | ipv6: unify fragment thresh handling codeAmerigo Wang2012-09-192-16/+8
* | ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang2012-09-191-10/+0
* | ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang2012-09-192-99/+38
* | ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang2012-09-191-42/+95
* | ipv6: recursive check rt->dst.from when call rt6_check_expiredLi RongQing2012-09-191-5/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-153-5/+17
|\|
| * udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet2012-09-071-0/+11
| * tcp: fix possible socket refcount problem for ipv6Julian Anastasov2012-09-051-2/+3