summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet2016-02-131-0/+2
* udp: properly support MSG_PEEK with truncated buffersEric Dumazet2016-01-221-2/+4
* Revert "net: add length argument to skb_copy_and_csum_datagram_iovec"Ben Hutchings2016-01-222-3/+2
* ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin2016-01-221-1/+1
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-301-0/+3
* ipv6: add complete rcu protection around np->optEric Dumazet2015-12-309-46/+75
* ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2015-12-302-6/+14
* snmp: Remove duplicate OUTMCAST stat incrementNeil Horman2015-12-301-2/+0
* net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2015-12-301-7/+8
* ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong2015-12-301-1/+1
* ipv6: fix tunnel error handlingMichal Kubeček2015-11-271-1/+11
* net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2015-11-172-2/+3
* 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