aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAge
* ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel2013-12-20
* ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa2013-12-08
* netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-12-08
* ip6_output: fragment outgoing reassembled skb properlyJiri Pirko2013-12-08
* ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa2013-12-08
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2013-12-08
* inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2013-12-08
* ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa2013-12-08
* ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong2013-12-08
* ipv6: fix headroom calculation in udp6_ufo_fragmentHannes Frederic Sowa2013-12-08
* ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa2013-11-20
* ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa2013-11-04
* ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2013-11-04
* inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa2013-11-04
* net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2013-11-04
* ip6tnl: allow to use rtnl ops on fb tunnelNicolas Dichtel2013-10-13
* sit: allow to use rtnl ops on fb tunnelNicolas Dichtel2013-10-13
* ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine2013-10-13
* ipv6: gre: correct calculation of max_headroomHannes Frederic Sowa2013-10-13
* IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin(ux) M. BOIE2013-10-13
* ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa2013-10-13
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-10-13
* ip6_tunnels: raddr and laddr are inverted in nl msgDing Zhi2013-10-13
* net: fib: fib6_add: fix potential NULL pointer dereferenceDaniel Borkmann2013-10-13
* ipv6/exthdrs: accept tlv which includes only paddingJiri Pirko2013-10-13
* net: ipv6: tcp: fix potential use after free in tcp_v6_do_rcvDaniel Borkmann2013-09-14
* ipv6: fix null pointer dereference in __ip6addrlbl_addHannes Frederic Sowa2013-09-14
* ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac2013-09-14
* ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf2013-09-14
* ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa2013-09-14
* ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa2013-09-14
* ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa2013-09-14
* ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa2013-08-11
* ipv6: only static routes qualify for equal cost multipathingHannes Frederic Sowa2013-07-28
* ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa2013-07-28
* ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa2013-07-28
* ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa2013-07-28
* ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa2013-07-28
* ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-28
* ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2013-07-28
* ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa2013-07-28
* ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet2013-06-26
* ipv6: check return value of ipv6_get_lladdrHannes Frederic Sowa2013-06-25
* ipv6: Process unicast packet with Router Alert by checking flag in skb.YOSHIFUJI Hideaki / 吉藤英明2013-06-25
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-06-24
|\
| * netfilter: nf_conntrack_ipv6: Plug sk_buff leak in fragment handlingPhil Oester2013-06-20
* | ipv6: don't call addrconf_dst_alloc again when enable loGao feng2013-06-20
* | ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skbMatthias Schiffer2013-06-18
|/
* ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng2013-06-04
* udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar2013-05-31