summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert
2014-05-23net: Eliminate no_check from protoswTom Herbert
2014-05-21ipv6: gro: fix CHECKSUM_COMPLETE supportEric Dumazet
2014-05-21ipv6: slight optimization in ip6_dst_gcLi RongQing
2014-05-21net: tunnels - enable module autoloadingTom Gundersen
2014-05-16net: ipv6: make "ip -6 route get mark xyz" work.Lorenzo Colitti
2014-05-15ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong
2014-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-05-15vti6: delete unneeded call to netdev_privJulia Lawall
2014-05-14snmp: fix some left over of snmp statsWANG Cong
2014-05-14ipv6: fix calculation of option len in ip6_append_dataHannes Frederic Sowa
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti
2014-05-13net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti
2014-05-13net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti
2014-05-13tcp: IPv6 support for fastopen serverDaniel Lee
2014-05-13tcp: improve fastopen icmp handlingYuchung Cheng
2014-05-13ip6_tunnel: fix potential NULL pointer dereferenceSusant Sahani
2014-05-12net: rename local_df to ignore_dfWANG Cong
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-12vti: Use the tunnel mark for lookup in the error handlers.Steffen Klassert
2014-05-12vti6: Don't unregister pernet ops twice on init errorsMathias Krause
2014-05-12ipv6: remove parameter rt from fib6_prune_clones()Duan Jiong
2014-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-05-08net: Verify UDP checksum before handoff to encapTom Herbert
2014-05-08icmp6: Call skb_checksum_validateTom Herbert
2014-05-08gre6: Call skb_checksum_simple_validateTom Herbert
2014-05-09netfilter: Fix potential use after free in ip6_route_me_harder()Sergey Popovich
2014-05-07net: clean up snmp stats codeWANG Cong
2014-05-07net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal
2014-05-06xfrm6: Properly handle unsupported protocolsSteffen Klassert
2014-05-05ipv6: Need to sock_put on csum errorTom Herbert
2014-05-05ipv6: remove unused function ipv6_inherit_linklocal()WANG Cong
2014-05-05net: Implmement RFC 6936 (zero RX csums for UDP/IPv6)Tom Herbert
2014-05-05net: Call skb_checksum_init in IPv6Tom Herbert
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti
2014-04-29netfilter: add helper for adding nat extensionFlorian Westphal
2014-04-28net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iifJulian Anastasov
2014-04-24ipv6: fib: fix fib dump restartKumar Sundararajan
2014-04-23ip6gre: add x-netns supportNicolas Dichtel
2014-04-22ipv6: support IFA_F_MANAGETEMPADDR for address deletion tooHeiner Kallweit
2014-04-16ip6_tunnel: use the right netns in ioctl handlerNicolas Dichtel
2014-04-16sit: use the right netns in ioctl handlerNicolas Dichtel
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang
2014-04-15ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet
2014-04-14ipv6: Limit mtu to 65575 bytesEric Dumazet
2014-04-11net: ipv6: Fix oif in TCP SYN+ACK route lookup.Lorenzo Colitti
2014-04-07xfrm: Fix crash with ipv6 IPsec tunnel and NAT.Steffen Klassert
2014-04-05netfilter: Can't fail and free after table replacementThomas Graf