aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-12net: rename local_df to ignore_dfWANG Cong3-10/+10
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-5/+15
2014-05-12ipv6: remove parameter rt from fib6_prune_clones()Duan Jiong1-7/+5
2014-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+4
2014-05-08net: Verify UDP checksum before handoff to encapTom Herbert1-0/+4
2014-05-08icmp6: Call skb_checksum_validateTom Herbert1-16/+5
2014-05-08gre6: Call skb_checksum_simple_validateTom Herbert1-11/+1
2014-05-09netfilter: Fix potential use after free in ip6_route_me_harder()Sergey Popovich1-2/+4
2014-05-07net: clean up snmp stats codeWANG Cong4-40/+27
2014-05-07net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal1-1/+5
2014-05-05ipv6: Need to sock_put on csum errorTom Herbert1-0/+1
2014-05-05ipv6: remove unused function ipv6_inherit_linklocal()WANG Cong1-12/+0
2014-05-05net: Implmement RFC 6936 (zero RX csums for UDP/IPv6)Tom Herbert2-13/+38
2014-05-05net: Call skb_checksum_init in IPv6Tom Herbert2-30/+2
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti5-35/+7
2014-04-28net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iifJulian Anastasov3-1/+4
2014-04-24ipv6: fib: fix fib dump restartKumar Sundararajan1-1/+2
2014-04-23ip6gre: add x-netns supportNicolas Dichtel1-20/+32
2014-04-22ipv6: support IFA_F_MANAGETEMPADDR for address deletion tooHeiner Kallweit1-4/+16
2014-04-16ip6_tunnel: use the right netns in ioctl handlerNicolas Dichtel1-4/+4
2014-04-16sit: use the right netns in ioctl handlerNicolas Dichtel1-13/+4
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang1-1/+1
2014-04-15ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel1-0/+10
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet4-11/+12
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet1-2/+1
2014-04-14ipv6: Limit mtu to 65575 bytesEric Dumazet1-2/+3
2014-04-11net: ipv6: Fix oif in TCP SYN+ACK route lookup.Lorenzo Colitti1-1/+1
2014-04-05netfilter: Can't fail and free after table replacementThomas Graf1-2/+4
2014-03-31ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa4-10/+11
2014-03-31ipv6: strengthen fallback fragmentation id generationHannes Frederic Sowa1-12/+15
2014-03-31ipv6: tcp_ipv6 policy route issueWang Yufen1-7/+11
2014-03-31ipv6: reuse rt6_need_strictWang Yufen1-6/+0
2014-03-31ipv6: tcp_ipv6 do some cleanupWang Yufen1-13/+11
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-51/+142
2014-03-29ipv6: fix checkpatch errors of "foo*" and "foo * bar"Wang Yufen1-15/+15
2014-03-29ipv6: fix checkpatch errors of brace and trailing statementsWang Yufen1-8/+10
2014-03-29ipv6: fix checkpatch errors comments and spaceWang Yufen1-14/+12
2014-03-28ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa1-51/+142
2014-03-27ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček2-36/+55
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