summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2013-10-14ip6tnl: allow to use rtnl ops on fb tunnelNicolas Dichtel1-0/+1
2013-10-14sit: allow to use rtnl ops on fb tunnelNicolas Dichtel1-0/+1
2013-10-14ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine1-2/+2
2013-10-14ipv6: gre: correct calculation of max_headroomHannes Frederic Sowa1-2/+2
2013-10-14IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin(ux) M. BOIE2-15/+96
2013-10-14ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa1-31/+22
2013-10-14ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka1-1/+1
2013-10-14ip6_tunnels: raddr and laddr are inverted in nl msgDing Zhi1-2/+2
2013-10-14net: fib: fib6_add: fix potential NULL pointer dereferenceDaniel Borkmann1-1/+1
2013-10-14ipv6/exthdrs: accept tlv which includes only paddingJiri Pirko1-6/+0
2013-09-14net: ipv6: tcp: fix potential use after free in tcp_v6_do_rcvDaniel Borkmann1-1/+1
2013-09-14ipv6: fix null pointer dereference in __ip6addrlbl_addHannes Frederic Sowa1-25/+23
2013-09-14ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac1-1/+9
2013-09-14ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf1-6/+8
2013-09-14ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa1-0/+5
2013-09-14ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa1-6/+4
2013-09-14ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa1-4/+12
2013-08-12ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa1-0/+5
2013-07-29ipv6: only static routes qualify for equal cost multipathingHannes Frederic Sowa1-4/+11
2013-07-29ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa1-23/+40
2013-07-29ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa1-3/+6
2013-07-29ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa1-0/+2
2013-07-29ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa1-6/+10
2013-07-29ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa1-1/+6
2013-07-29ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2-18/+28
2013-07-29ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa1-1/+1
2013-06-27ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet1-1/+7
2013-06-26ipv6: check return value of ipv6_get_lladdrHannes Frederic Sowa1-5/+4
2013-06-26ipv6: Process unicast packet with Router Alert by checking flag in skb.YOSHIFUJI Hideaki / 吉藤英明1-3/+2
2013-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2013-06-20netfilter: nf_conntrack_ipv6: Plug sk_buff leak in fragment handlingPhil Oester1-1/+1
2013-06-20ipv6: don't call addrconf_dst_alloc again when enable loGao feng1-0/+3
2013-06-18ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skbMatthias Schiffer1-1/+1
2013-06-05ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng1-1/+3
2013-06-01udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar1-8/+12
2013-06-01snmp6: remove IPSTATS_MIB_CSUMERRORSNicolas Dichtel1-1/+1
2013-05-23netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal2-1/+8
2013-05-18ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet1-1/+1
2013-05-12xfrm6: release dev before returning errorCong Wang1-1/+3
2013-05-12ipv6,gre: do not leak info to user-spaceAmerigo Wang1-0/+2
2013-05-12ipv6: do not clear pinet6 fieldEric Dumazet4-2/+27
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+2
2013-05-02proc: Supply a function to remove a proc entry by PDEDavid Howells1-2/+1
2013-04-29net: Add MIB counters for checksum errorsEric Dumazet4-16/+32
2013-04-29ipv6: Kill ipv6 dependency of icmpv6_send().Pravin B Shelar3-16/+68
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-24/+39
2013-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller6-15/+34
2013-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+7
2013-04-19netfilter: xt_rpfilter: depend on raw or mangle tableFlorian Westphal1-1/+1
2013-04-19netfilter: xt_rpfilter: skip locally generated broadcast/multicast, tooFlorian Westphal1-1/+7