summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2016-02-13ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet1-0/+2
2016-01-23udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4
2016-01-23Revert "net: add length argument to skb_copy_and_csum_datagram_iovec"Ben Hutchings2-3/+2
2016-01-23ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin1-1/+1
2015-12-30net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2015-12-30ipv6: add complete rcu protection around np->optEric Dumazet9-46/+75
2015-12-30ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2-6/+14
2015-12-30snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2015-12-30net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-30ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong1-1/+1
2015-11-27ipv6: fix tunnel error handlingMichal Kubeček1-1/+11
2015-11-17net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2-2/+3
2015-10-13ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček2-4/+6
2015-10-13ipv6: prevent fib6_run_gc() contentionMichal Kubeček3-15/+12
2015-10-13net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing1-1/+1
2015-10-13ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-5/+15
2015-10-13ipv6: addrconf: validate new MTU before applying itMarcelo Leitner1-1/+16
2015-10-13ipv6: Fix build failure when CONFIG_INET disabledBen Hutchings1-1/+2
2015-08-07udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-05-10udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-05-10ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer1-5/+2
2015-05-10ip: zero sockaddr returned on error queueWillem de Bruijn1-7/+3
2015-05-10ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark1-1/+8
2015-05-10ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau1-1/+1
2015-03-06ipv6: fib: fix fib dump restartKumar Sundararajan1-1/+2
2015-03-06ipv6: fib: fix fib dump restartEric Dumazet1-2/+2
2015-02-20ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann1-4/+5
2015-02-20ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu4-12/+27
2015-01-01tcp: md5: remove spinlock usage in fast pathEric Dumazet1-6/+1
2015-01-01drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings2-1/+39
2014-12-14tcp: be more strict before accepting ECN negociationEric Dumazet1-1/+1
2014-11-05ipv6: reuse ip6_frag_id from ip6_ufo_append_dataHannes Frederic Sowa1-1/+1
2014-11-05ipv6: reallocate addrconf router for ipv6 address when lo device upchenweilong1-2/+12
2014-09-14ip: make IP identifiers less predictableEric Dumazet1-0/+2
2014-09-14inetpeer: get rid of ip_id_countEric Dumazet1-14/+9
2014-08-06Revert "net: ip, ipv6: handle gso skbs in forwarding path"Ben Hutchings1-12/+1
2014-07-11net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+3
2014-07-11net: tunnels - enable module autoloadingTom Gundersen2-0/+2
2014-06-09ipv6: Limit mtu to 65575 bytesEric Dumazet1-2/+3
2014-06-09netfilter: Can't fail and free after table replacementThomas Graf1-2/+4
2014-04-30ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca1-1/+1
2014-04-30ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa3-8/+9
2014-04-30ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien1-8/+6
2014-04-30ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit1-1/+4
2014-04-09net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-1/+12
2014-02-15net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa1-2/+5
2014-02-15ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa1-6/+2
2014-01-03ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2014-01-03ipv6: fix leaking uninitialized port number of offender sockaddrHannes Frederic Sowa1-0/+1
2014-01-03inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa3-6/+9