aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+14
2014-03-20ip6mr: fix mfc notification flagsNicolas Dichtel1-5/+8
2014-03-18ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien1-8/+6
2014-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller8-179/+543
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+7
2014-03-14vti6: Enable namespace changingSteffen Klassert1-1/+0
2014-03-14vti6: Check the tunnel endpoints of the xfrm state and the vti interfaceSteffen Klassert1-1/+24
2014-03-14vti6: Support inter address family tunneling.Steffen Klassert1-15/+34
2014-03-14xfrm6: Remove xfrm_tunnel_notifierSteffen Klassert1-63/+0
2014-03-14vti6: Update the ipv6 side to use its own receive hook.Steffen Klassert1-27/+149
2014-03-14vti6: Remove caching of flow informations.Steffen Klassert1-31/+0
2014-03-14vti6: Remove dst_entry cachingSteffen Klassert1-24/+18
2014-03-14ipcomp6: Use the IPsec protocol multiplexer APISteffen Klassert1-7/+15
2014-03-14ah6: Use the IPsec protocol multiplexer APISteffen Klassert1-8/+16
2014-03-14esp6: Use the IPsec protocol multiplexer APISteffen Klassert1-9/+17
2014-03-14xfrm6: Add IPsec protocol multiplexerSteffen Klassert3-1/+278
2014-03-13ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit1-1/+4
2014-03-11ipv6: ip6_forward: perform skb->pkt_type check at the beginningLi RongQing1-3/+3
2014-03-06ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca1-1/+1
2014-03-06ipv6: Fix exthdrs offload registration.Anton Nayshtut1-2/+2
2014-03-06inet: remove now unused flag DST_NOPEERHannes Frederic Sowa1-1/+1
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-13/+35
2014-03-03tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng1-1/+3
2014-02-27ipv6: ipv6_find_hdr restore prev functionalityHans Schillstrom1-1/+1
2014-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+1
2014-02-27net: ipv6: ping: Use socket mark in routing lookupLorenzo Colitti1-0/+1
2014-02-26ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa2-5/+6
2014-02-26ipv6: log src and dst along with "udp checksum is 0"Bjørn Mork1-1/+3
2014-02-25ipv4: ipv6: better estimate tunnel header cut for correct ufo handlingHannes Frederic Sowa1-8/+12
2014-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-11/+45
2014-02-22ipv6: reuse ip6_frag_id from ip6_ufo_append_dataHannes Frederic Sowa1-1/+1
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel1-0/+19
2014-02-20ip6_vti: Fix build when NET_IP_TUNNEL is not set.Steffen Klassert1-0/+1
2014-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+0
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+17
2014-02-18ipv6: remove some unused include in flowlabelFlorent Fourcot1-6/+0
2014-02-17ipv6:fix checkpatch errors with assignment in if conditionWang Yufen1-7/+9
2014-02-17ipv6: fix checkpatch errors with space required or prohibitedWang Yufen1-19/+19
2014-02-17ipv6: fix checkpatch errors with brace and "foo *bar"Wang Yufen1-3/+2
2014-02-17gre: add link local route when local addr is anyNicolas Dichtel1-0/+2
2014-02-17netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal1-3/+0
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong4-39/+5
2014-02-13net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-2/+15
2014-02-12{IPv6,xfrm} Add ESN support for AH ingress partFan Du1-6/+24
2014-02-12{IPv6,xfrm} Add ESN support for AH egress partFan Du1-5/+21
2014-02-09ipv6: icmp6_send: fix Oops when pinging a not set up IPv6 peer on a sit tunnelFX Le Bail1-1/+1
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy1-3/+4
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy3-0/+81
2014-01-27net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger1-1/+1