summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2015-03-06ipv6: fib: fix fib dump restartKumar Sundararajan
2015-03-06ipv6: fib: fix fib dump restartEric Dumazet
2015-02-20ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann
2015-02-20ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu
2015-01-01tcp: md5: remove spinlock usage in fast pathEric Dumazet
2015-01-01drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings
2014-12-14tcp: be more strict before accepting ECN negociationEric Dumazet
2014-11-05ipv6: reuse ip6_frag_id from ip6_ufo_append_dataHannes Frederic Sowa
2014-11-05ipv6: reallocate addrconf router for ipv6 address when lo device upchenweilong
2014-09-13ip: make IP identifiers less predictableEric Dumazet
2014-09-13inetpeer: get rid of ip_id_countEric Dumazet
2014-08-06Revert "net: ip, ipv6: handle gso skbs in forwarding path"Ben Hutchings
2014-07-11net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet
2014-07-11net: tunnels - enable module autoloadingTom Gundersen
2014-06-09ipv6: Limit mtu to 65575 bytesEric Dumazet
2014-06-09netfilter: Can't fail and free after table replacementThomas Graf
2014-04-30ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca
2014-04-30ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa
2014-04-30ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien
2014-04-30ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit
2014-04-09net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal
2014-02-15net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa
2014-02-15ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa
2014-01-03ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa
2014-01-03ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa
2014-01-03inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2014-01-03inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa
2014-01-03ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong
2013-11-28inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa
2013-11-28ipv6: restrict neighbor entry creation to output flowMarcelo Ricardo Leitner
2013-11-28net: do not call sock_put() on TIMEWAIT socketsEric Dumazet
2013-10-26ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine
2013-10-26ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa
2013-10-26ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac
2013-10-26ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf
2013-10-26ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa
2013-10-26ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa
2013-10-26ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa
2013-09-10ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa
2013-08-02ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa
2013-08-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa
2013-08-02ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang
2013-08-02ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet
2013-08-02ipv6: don't call addrconf_dst_alloc again when enable loGao feng
2013-06-29ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng
2013-06-29ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet
2013-05-30xfrm6: release dev before returning errorCong Wang
2013-05-30ipv6: do not clear pinet6 fieldEric Dumazet
2013-05-13net: drop dst before queueing fragmentsEric Dumazet
2013-05-13net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan