summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2014-10-15ipv6: reallocate addrconf router for ipv6 address when lo device upGao feng1-2/+12
2014-10-15ip6_gre: fix flowi6_proto value in xmit pathNicolas Dichtel1-2/+2
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 Dumazet3-24/+16
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-11netfilter: Fix potential use after free in ip6_route_me_harder()Sergey Popovich1-2/+4
2014-05-30ip6_tunnel: fix potential NULL pointer dereferenceSusant Sahani1-1/+1
2014-05-30net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal1-1/+5
2014-05-30ipv6: fib: fix fib dump restartKumar Sundararajan1-1/+2
2014-05-30ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel1-0/+10
2014-05-30ipv6: Limit mtu to 65575 bytesEric Dumazet1-2/+3
2014-05-30netfilter: Can't fail and free after table replacementThomas Graf1-2/+4
2014-04-14ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa3-8/+9
2014-04-14ip6mr: fix mfc notification flagsNicolas Dichtel1-5/+8
2014-04-14ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien1-8/+6
2014-04-14ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit1-1/+4
2014-04-14ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca1-1/+1
2014-04-14ipv6: Fix exthdrs offload registration.Anton Nayshtut1-2/+2
2014-03-23ipv6: ipv6_find_hdr restore prev functionalityHans Schillstrom1-1/+1
2014-03-23ipv6: reuse ip6_frag_id from ip6_ufo_append_dataHannes Frederic Sowa1-1/+1
2014-03-06net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-2/+15
2014-02-06ip6tnl: fix double free of fb_tnl_dev on exitNicolas Dichtel1-0/+10
2014-02-06Revert "ip6tnl: fix use after free of fb_tnl_dev"Nicolas Dichtel1-0/+2
2014-02-06sit: fix double free of fb_tunnel_dev on exitNicolas Dichtel1-0/+10
2014-02-06net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger1-1/+1
2014-02-06net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa1-2/+5
2014-01-15ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing1-3/+1
2014-01-15ipv6: fix illegal mac_header comparison on 32bitHannes Frederic Sowa1-1/+1
2014-01-15ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa1-5/+3
2014-01-15IPv6: Fixed support for blackhole and prohibit routesKamala R1-12/+10
2013-12-20ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel1-2/+0
2013-12-08ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2013-12-08netfilter: push reasm skb through instead of original frag skbsJiri Pirko3-71/+9
2013-12-08ip6_output: fragment outgoing reassembled skb properlyJiri Pirko1-1/+2
2013-12-08ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa1-0/+1
2013-12-08inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa3-6/+9
2013-12-08inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2-7/+2
2013-12-08ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa1-0/+2
2013-12-08ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong1-2/+5
2013-12-08ipv6: fix headroom calculation in udp6_ufo_fragmentHannes Frederic Sowa1-1/+1
2013-11-20ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa1-3/+6
2013-11-04ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa1-7/+31
2013-11-04ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2-4/+8
2013-11-04inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa1-1/+1
2013-11-04net: do not call sock_put() on TIMEWAIT socketsEric Dumazet1-1/+1
2013-10-13ip6tnl: allow to use rtnl ops on fb tunnelNicolas Dichtel1-0/+1