summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2014-12-16ipv6: gre: fix wrong skb->protocol in WCCPYuri Chislov1-2/+2
2014-12-16ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien1-0/+11
2014-11-21gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert1-2/+3
2014-11-21sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert1-9/+6
2014-11-21vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert1-10/+1
2014-11-21ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert1-9/+1
2014-11-14drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings1-0/+33
2014-10-15ip6_gre: fix flowi6_proto value in xmit pathNicolas Dichtel1-2/+2
2014-10-15xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-2/+2
2014-10-15ipv6: restore the behavior of ipv6_sock_ac_drop()WANG Cong1-2/+0
2014-10-15ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca3-10/+31
2014-10-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell1-1/+2
2014-10-15sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani1-3/+3
2014-08-14ip: make IP identifiers less predictableEric Dumazet1-0/+2
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet2-23/+12
2014-07-28net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu1-1/+1
2014-06-26ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov1-2/+2
2014-06-26net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+3
2014-06-26net: tunnels - enable module autoloadingTom Gundersen2-0/+2
2014-06-26ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()Sven Wegener1-4/+4
2014-06-11netfilter: Fix potential use after free in ip6_route_me_harder()Sergey Popovich1-2/+4
2014-06-01ipv6: gro: fix CHECKSUM_COMPLETE supportEric Dumazet2-6/+2
2014-06-01ipv6: fix calculation of option len in ip6_append_dataHannes Frederic Sowa1-1/+1
2014-06-01ip6_tunnel: fix potential NULL pointer dereferenceSusant Sahani1-1/+1
2014-06-01net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal1-1/+5
2014-06-01ipv6: fib: fix fib dump restartKumar Sundararajan1-1/+2
2014-06-01ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel1-0/+10
2014-06-01ipv6: Limit mtu to 65575 bytesEric Dumazet1-2/+3
2014-06-01netfilter: Can't fail and free after table replacementThomas Graf1-2/+4
2014-04-14ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa4-10/+11
2014-03-29ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa1-51/+142
2014-03-21ip6mr: 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-13ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit1-1/+4
2014-03-07ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca1-1/+1
2014-03-07ipv6: Fix exthdrs offload registration.Anton Nayshtut1-2/+2
2014-02-28ipv6: ipv6_find_hdr restore prev functionalityHans Schillstrom1-1/+1
2014-02-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+1
2014-02-28net: ipv6: ping: Use socket mark in routing lookupLorenzo Colitti1-0/+1
2014-02-26ipv4: ipv6: better estimate tunnel header cut for correct ufo handlingHannes Frederic Sowa1-8/+12
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-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: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-2/+15
2014-02-10ipv6: 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