summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-112-2/+3
|\
| * net: ipv6: Fixed up ipsec packet be re-routing issuehuizhang2014-06-111-0/+1
| * ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov2014-06-101-2/+2
* | ipv6: Shrink udp_v6_mcast_next() to one socket variableSven Wegener2014-06-051-13/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-051-4/+4
|\|
| * ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()Sven Wegener2014-06-041-4/+4
* | gre: Call gso_make_checksumTom Herbert2014-06-042-0/+2
* | net: Add GSO support for UDP tunnels with checksumTom Herbert2014-06-042-1/+4
* | udp: Generic functions to set checksumTom Herbert2014-06-041-0/+38
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-1/+0
|\|
| * net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet2014-06-021-8/+3
* | inetpeer: get rid of ip_id_countEric Dumazet2014-06-022-30/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-05-302-20/+6
|\ \
| * | netfilter: add helper for adding nat extensionFlorian Westphal2014-04-292-20/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-249-27/+57
|\ \ \ | | |/ | |/|
| * | ipv6: gro: fix CHECKSUM_COMPLETE supportEric Dumazet2014-05-212-6/+2
| * | net: ipv6: make "ip -6 route get mark xyz" work.Lorenzo Colitti2014-05-161-0/+3
| * | ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong2014-05-152-5/+23
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-05-153-14/+27
| |\ \
| | * | vti: Use the tunnel mark for lookup in the error handlers.Steffen Klassert2014-05-121-1/+4
| | * | vti6: Don't unregister pernet ops twice on init errorsMathias Krause2014-05-121-3/+0
| | * | xfrm6: Properly handle unsupported protocolsSteffen Klassert2014-05-061-1/+10
| | * | xfrm: Fix crash with ipv6 IPsec tunnel and NAT.Steffen Klassert2014-04-071-9/+13
| * | | ipv6: fix calculation of option len in ip6_append_dataHannes Frederic Sowa2014-05-141-1/+1
| * | | ip6_tunnel: fix potential NULL pointer dereferenceSusant Sahani2014-05-131-1/+1
* | | | net: Make enabling of zero UDP6 csums more restrictiveTom Herbert2014-05-231-4/+4
* | | | net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-231-3/+3
* | | | net: Eliminate no_check from protoswTom Herbert2014-05-236-8/+0
* | | | ipv6: slight optimization in ip6_dst_gcLi RongQing2014-05-211-1/+1
* | | | net: tunnels - enable module autoloadingTom Gundersen2014-05-212-0/+2
* | | | vti6: delete unneeded call to netdev_privJulia Lawall2014-05-151-3/+0
* | | | snmp: fix some left over of snmp statsWANG Cong2014-05-141-4/+4
* | | | net: support marking accepting TCP socketsLorenzo Colitti2014-05-133-2/+5
* | | | net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti2014-05-131-1/+1
* | | | net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti2014-05-133-0/+14
* | | | tcp: IPv6 support for fastopen serverDaniel Lee2014-05-131-12/+28
* | | | tcp: improve fastopen icmp handlingYuchung Cheng2014-05-131-5/+17
* | | | net: rename local_df to ignore_dfWANG Cong2014-05-123-10/+10
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-126-5/+15
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-05-091-2/+4
| |\ \ \
| | * | | netfilter: Fix potential use after free in ip6_route_me_harder()Sergey Popovich2014-05-091-2/+4
| * | | | net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal2014-05-071-1/+5
| |/ / /
| * | | net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iifJulian Anastasov2014-04-283-1/+4
| * | | ipv6: fib: fix fib dump restartKumar Sundararajan2014-04-241-1/+2
* | | | ipv6: remove parameter rt from fib6_prune_clones()Duan Jiong2014-05-121-7/+5
* | | | net: Verify UDP checksum before handoff to encapTom Herbert2014-05-081-0/+4
* | | | icmp6: Call skb_checksum_validateTom Herbert2014-05-081-16/+5
* | | | gre6: Call skb_checksum_simple_validateTom Herbert2014-05-081-11/+1
* | | | net: clean up snmp stats codeWANG Cong2014-05-074-40/+27
* | | | ipv6: Need to sock_put on csum errorTom Herbert2014-05-051-0/+1