summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorLines
2014-07-28ip: make IP identifiers less predictableEric Dumazet-0/+2
2014-07-16net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu-1/+1
2014-06-27ipv6: Fix MLD Query message checkHangbin Liu-2/+11
2014-06-27udp: Add MIB counters for rcvbuferrorsJames M Leddy-1/+5
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+3
2014-06-11net: ipv6: Fixed up ipsec packet be re-routing issuehuizhang-0/+1
2014-06-10ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov-2/+2
2014-06-05ipv6: Shrink udp_v6_mcast_next() to one socket variableSven Wegener-13/+12
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+4
2014-06-04gre: Call gso_make_checksumTom Herbert-0/+2
2014-06-04net: Add GSO support for UDP tunnels with checksumTom Herbert-1/+4
2014-06-04udp: Generic functions to set checksumTom Herbert-0/+38
2014-06-04ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()Sven Wegener-4/+4
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+0
2014-06-02net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet-8/+3
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet-30/+12
2014-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-20/+6
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-27/+57
2014-05-23net: Make enabling of zero UDP6 csums more restrictiveTom Herbert-4/+4
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert-3/+3
2014-05-23net: Eliminate no_check from protoswTom Herbert-8/+0
2014-05-21ipv6: gro: fix CHECKSUM_COMPLETE supportEric Dumazet-6/+2
2014-05-21ipv6: slight optimization in ip6_dst_gcLi RongQing-1/+1
2014-05-21net: tunnels - enable module autoloadingTom Gundersen-0/+2
2014-05-16net: ipv6: make "ip -6 route get mark xyz" work.Lorenzo Colitti-0/+3
2014-05-15ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong-5/+23
2014-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-14/+27
2014-05-15vti6: delete unneeded call to netdev_privJulia Lawall-3/+0
2014-05-14snmp: fix some left over of snmp statsWANG Cong-4/+4
2014-05-14ipv6: fix calculation of option len in ip6_append_dataHannes Frederic Sowa-1/+1
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti-2/+5
2014-05-13net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti-1/+1
2014-05-13net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti-0/+14
2014-05-13tcp: IPv6 support for fastopen serverDaniel Lee-12/+28
2014-05-13tcp: improve fastopen icmp handlingYuchung Cheng-5/+17
2014-05-13ip6_tunnel: fix potential NULL pointer dereferenceSusant Sahani-1/+1
2014-05-12net: rename local_df to ignore_dfWANG Cong-10/+10
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+15
2014-05-12vti: Use the tunnel mark for lookup in the error handlers.Steffen Klassert-1/+4
2014-05-12vti6: Don't unregister pernet ops twice on init errorsMathias Krause-3/+0
2014-05-12ipv6: remove parameter rt from fib6_prune_clones()Duan Jiong-7/+5
2014-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-2/+4
2014-05-08net: Verify UDP checksum before handoff to encapTom Herbert-0/+4
2014-05-08icmp6: Call skb_checksum_validateTom Herbert-16/+5
2014-05-08gre6: Call skb_checksum_simple_validateTom Herbert-11/+1
2014-05-09netfilter: Fix potential use after free in ip6_route_me_harder()Sergey Popovich-2/+4
2014-05-07net: clean up snmp stats codeWANG Cong-40/+27
2014-05-07net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal-1/+5
2014-05-06xfrm6: Properly handle unsupported protocolsSteffen Klassert-1/+10
2014-05-05ipv6: Need to sock_put on csum errorTom Herbert-0/+1