summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2016-02-25ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong1-1/+1
2016-01-29ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-1/+1
2016-01-29ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin1-1/+1
2016-01-23net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2016-01-23gre6: allow to update all parameters via rtnlNicolas Dichtel1-5/+3
2016-01-23ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2-5/+10
2016-01-23net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2016-01-23snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2015-10-01net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal1-1/+1
2015-10-01net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing1-1/+1
2015-10-01ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann1-1/+1
2015-10-01ip6_gre: release cached dst on tunnel removalhuaibin Wang1-0/+1
2015-10-01ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-5/+15
2015-10-01ipv6: Make MLD packets to only be processed locallyAngga1-3/+3
2015-06-23udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-06-23tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot1-1/+1
2015-04-29ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org1-1/+2
2015-04-29ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark1-1/+8
2015-04-29tcp: prevent fetching dst twice in early demux codeMichal Kubeček1-1/+1
2015-03-26ipv6: fix backtracking for throw routesSteven Barth1-0/+1
2015-03-18net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-2/+3
2015-03-18udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-03-18ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau1-1/+1
2015-02-27ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa1-19/+26
2015-02-27ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer1-5/+2
2015-02-27ip: zero sockaddr returned on error queueWillem de Bruijn1-7/+3
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