aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-26Tunneling: use IP Tunnel stats APIs.Pravin B Shelar3-78/+5
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar4-2/+3
2013-03-25Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2-14/+5
2013-03-24ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handlingHannes Frederic Sowa1-2/+21
2013-03-24ipv6: provide addr and netconf dump consistency infoNicolas Dichtel1-0/+8
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf3-13/+9
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-8/+29
2013-03-20udp: add encap_destroy callbackTom Parkin1-0/+8
2013-03-20Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-0/+2
2013-03-19inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2-8/+12
2013-03-18tcp: dont handle MTU reduction on LISTEN socketEric Dumazet1-0/+7
2013-03-17tcp: Remove TCPCTChristoph Paasch2-54/+5
2013-03-15netfilter: ip6t_NPT: restrict to mangle tableFlorian Westphal1-0/+2
2013-03-15netfilter: nf_ct_ipv6: use ipv6_iface_scope_id in conntrack to return scope idHannes Frederic Sowa1-6/+2
2013-03-15netfilter: ip6t_NPT: Use csum_partial()YOSHIFUJI Hideaki1-8/+3
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-03-10ipv6: introduce ip6tunnel_xmit() helperCong Wang2-30/+2
2013-03-10ipv6: remove superfluous nla_data() NULL pointer checksMathias Krause1-6/+0
2013-03-10tunnel: use iptunnel_xmit() againCong Wang1-0/+2
2013-03-09tunneling: Add generic Tunnel segmentation.Pravin B Shelar2-1/+8
2013-03-09net: Kill link between CSUM and SG features.Pravin B Shelar1-3/+0
2013-03-08ipv6: report sin6_scope_id if sockopt RECVORIGDSTADDR is setHannes Frederic Sowa1-1/+3
2013-03-08ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_idHannes Frederic Sowa6-26/+26
2013-03-08ipv6: ndisc: remove redundant check for !dev->addr_lenThomas Graf1-2/+0
2013-03-08ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa1-1/+2
2013-03-07ipv6 flowlabel: add __rcu annotationsEric Dumazet1-3/+8
2013-03-06netconf: add the handler to dump entriesNicolas Dichtel1-1/+69
2013-03-05tcp: ipv6: bind() use stronger condition for bind_conflictFlavio Leitner1-0/+4
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+6
2013-03-04net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti1-1/+2
2013-03-01ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman1-2/+4
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin6-50/+30
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-1/+1
2013-02-21sun.com documentation fixesChristian Kujau1-1/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-14/+10
2013-02-20ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明1-5/+3
2013-02-18Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-7/+1
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller1-3/+3
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso1-7/+1
2013-02-18ipv6: fix a sparse warningEric Dumazet1-1/+2
2013-02-18xfrm: release neighbor upon dst destructionRomain KUNTZ1-0/+2
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng8-17/+17
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng8-15/+15
2013-02-18ipv6: fix warning in xfrm6_mode_tunnel_inputstephen hemminger1-1/+2
2013-02-18ipv6: optimize inet6_hash_frag()Eric Dumazet1-14/+1
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2-1/+3
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar4-6/+4
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-5/+47
2013-02-13netfilter: nf_ct_reasm: fix per-netns sysctl initializationMichal Kubeček1-3/+3
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-1/+0