aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček2015-10-132-4/+6
* ipv6: prevent fib6_run_gc() contentionMichal Kubeček2015-10-133-15/+12
* net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing2015-10-131-1/+1
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-10-131-5/+15
* ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2015-10-131-1/+16
* ipv6: Fix build failure when CONFIG_INET disabledBen Hutchings2015-10-131-1/+2
* udp: fix behavior of wrong checksumsEric Dumazet2015-08-071-4/+2
* udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-05-091-1/+2
* ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer2015-05-091-5/+2
* ip: zero sockaddr returned on error queueWillem de Bruijn2015-05-091-7/+3
* ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2015-05-091-1/+8
* ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau2015-05-091-1/+1
* ipv6: fib: fix fib dump restartKumar Sundararajan2015-03-061-1/+2
* ipv6: fib: fix fib dump restartEric Dumazet2015-03-061-2/+2
* ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2015-02-201-4/+5
* ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2015-02-204-12/+27
* tcp: md5: remove spinlock usage in fast pathEric Dumazet2015-01-011-6/+1
* drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings2015-01-012-1/+39
* tcp: be more strict before accepting ECN negociationEric Dumazet2014-12-141-1/+1
* ipv6: reuse ip6_frag_id from ip6_ufo_append_dataHannes Frederic Sowa2014-11-051-1/+1
* ipv6: reallocate addrconf router for ipv6 address when lo device upchenweilong2014-11-051-2/+12
* ip: make IP identifiers less predictableEric Dumazet2014-09-131-0/+2
* inetpeer: get rid of ip_id_countEric Dumazet2014-09-131-14/+9
* Revert "net: ip, ipv6: handle gso skbs in forwarding path"Ben Hutchings2014-08-061-12/+1
* net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet2014-07-111-8/+3
* net: tunnels - enable module autoloadingTom Gundersen2014-07-112-0/+2
* ipv6: Limit mtu to 65575 bytesEric Dumazet2014-06-091-2/+3
* netfilter: Can't fail and free after table replacementThomas Graf2014-06-091-2/+4
* ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca2014-04-301-1/+1
* ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa2014-04-303-8/+9
* ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien2014-04-301-8/+6
* ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit2014-04-301-1/+4
* net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal2014-04-091-1/+12
* net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2014-02-151-2/+5
* ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa2014-02-151-6/+2
* ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa2014-01-031-2/+2
* ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa2014-01-031-0/+1
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2014-01-033-6/+9
* inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2014-01-032-7/+2
* ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong2014-01-031-2/+5
* inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa2013-11-281-1/+1
* ipv6: restrict neighbor entry creation to output flowMarcelo Ricardo Leitner2013-11-281-4/+7
* net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2013-11-281-1/+1
* ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine2013-10-261-2/+2
* ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa2013-10-261-31/+22
* ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac2013-10-261-1/+9
* ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf2013-10-261-7/+9
* ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa2013-10-261-0/+5
* ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa2013-10-261-6/+4
* ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa2013-10-261-4/+12