aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-14sit: add support of link creation via rtnlNicolas Dichtel1-28/+150
2012-11-14sit: rename rtnl functions for consistencyNicolas Dichtel1-4/+4
2012-11-14sit/rtnl: add missing parameters on dumpNicolas Dichtel1-1/+8
2012-11-14sit: always notify change when params are updatedNicolas Dichtel1-17/+15
2012-11-14ip6tnl: add support of link creation via rtnlNicolas Dichtel1-15/+149
2012-11-14ip6tnl: rename rtnl functions for consistencyNicolas Dichtel1-4/+4
2012-11-14ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dumpNicolas Dichtel1-1/+4
2012-11-14ipv6: remove obsolete comments in route.cLi RongQing1-6/+0
2012-11-14net: unify for_each_ip_tunnel_rcu()Amerigo Wang2-20/+7
2012-11-14net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang3-30/+1
2012-11-13ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa1-0/+1
2012-11-13ipv6: add knob to send unsolicited ND on link-layer address changeHannes Frederic Sowa2-0/+15
2012-11-13netfilter: ipv6: only provide sk_bound_dev_if for link-local addrFlorian Westphal1-1/+6
2012-11-12ipv6: improve ipv6_find_hdr() to skip empty routing headersAnsis Atteka1-8/+28
2012-11-12ipv6 ndisc: Use pre-defined in6addr_linklocal_allnodes.YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-11/+12
2012-11-09ipv6: Move ipv6_find_hdr() out of Netfilter code.Jesse Gross2-103/+103
2012-11-09ip6tnl: advertise tunnel param via rtnlNicolas Dichtel1-0/+57
2012-11-09sit: advertise tunnel param via rtnlNicolas Dichtel1-1/+56
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-11-08ipv6: remove rt6i_peer_genid from rt6_info and its handlerLi RongQing1-16/+2
2012-11-07ndisc: fix a typo in a comment in ndisc_recv_na()Nicolas Dichtel1-1/+1
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang10-26/+23
2012-11-03ipv6: remove a useless NULL checkAmerigo Wang1-1/+1
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet2-5/+8
2012-11-02ipv6/multipath: remove flag NLM_F_EXCL after the first nexthopNicolas Dichtel1-0/+6
2012-11-02netfilter: ipv6: add getsockopt to retrieve origdstFlorian Westphal1-0/+61
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang15-49/+46
2012-10-31Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2-3/+5
2012-10-29netfilter: nf_nat: use PTR_RETWu Fengguang1-3/+1
2012-10-28rtnl/ipv6: add support of RTM_GETNETCONFNicolas Dichtel1-2/+73
2012-10-28rtnl/ipv6: use netconf msg to advertise forwarding statusNicolas Dichtel1-0/+77
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-23ipv6: fix sparse warnings in rt6_info_hash_nhsfn()Nicolas Dichtel1-13/+13
2012-10-23ipv6: tcp: clean up tcp_v6_early_demux() icsk variableNeal Cardwell1-2/+2
2012-10-23ipv6: add support of equal cost multipath (ECMP)Nicolas Dichtel2-3/+190
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