summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: remove prefix arg to rt6_fill_nodeDavid Ahern2017-01-181-15/+12
* net: ipv6: remove nowait arg to rt6_fill_nodeDavid Ahern2017-01-182-24/+12
* inet: drop ->bind_conflictJosef Bacik2017-01-182-42/+0
* inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-183-48/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-175-25/+39
|\
| * ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki2017-01-161-2/+2
| * mld: do not remove mld souce list info when set link downHangbin Liu2017-01-161-21/+30
| * ipv6: sr: fix several BUGs when preemption is enabledDavid Lebrun2017-01-132-1/+5
| * net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern2017-01-121-1/+2
* | tcp: remove early retransmitYuchung Cheng2017-01-131-1/+0
* | tcp: add reordering timer in RACK loss detectionYuchung Cheng2017-01-131-0/+1
* | ipv6: sr: static percpu allocation for hmac_ringEric Dumazet2017-01-121-40/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-112-2/+3
|\|
| * gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu2017-01-101-0/+1
| * ipv6: fix typosAlexander Alemayhu2017-01-091-2/+2
* | net: introduce keepalive function in struct protoUrsula Braun2017-01-091-0/+1
* | net: for rate-limited ICMP replies save one atomic operationJesper Dangaard Brouer2017-01-091-9/+16
* | net: reduce cycles spend on ICMP replies that gets rate limitedJesper Dangaard Brouer2017-01-091-15/+34
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-091-1/+1
|\|
| * vti6: fix device register to report IFLA_INFO_KINDDavid Forster2017-01-061-1/+1
* | syncookies: use SipHash in place of SHA1Jason A. Donenfeld2017-01-091-22/+19
* | ipv6: do not send RTM_DELADDR for tentative addressesMahesh Bandewar2017-01-061-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-051-1/+1
|\|
| * ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2016-12-291-1/+1
* | ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entriesNikolay Aleksandrov2017-01-031-1/+3
* | net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern2016-12-301-4/+12
* | ipv6: remove unnecessary inet6_sk checkDave Jones2016-12-291-7/+0
* | ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-291-3/+4
|/
* ktime: Get rid of ktime_equal()Thomas Gleixner2016-12-251-1/+1
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2411-11/+11
* ipv6: handle -EFAULT from skb_copy_bitsDave Jones2016-12-231-1/+5
* inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn2016-12-231-1/+1
* net: ipv6: check route protocol when deleting routesMantas M2016-12-171-0/+2
* inet: Fix get port to handle zero port number with soreuseport setTom Herbert2016-12-171-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-12-077-33/+124
|\
| * netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang2016-12-061-1/+1
| * netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2016-12-061-3/+6
| * netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2016-12-061-4/+1
| * netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2016-12-061-3/+2
| * netfilter: defrag: only register defrag functionality if neededFlorian Westphal2016-12-062-5/+44
| * netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal2016-12-041-12/+42
| * netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal2016-12-042-0/+14
| * netfilter: add and use nf_ct_netns_get/putFlorian Westphal2016-12-041-2/+2
| * netfilter: conntrack: built-in support for UDPliteDavide Caratti2016-12-041-0/+3
| * netfilter: conntrack: built-in support for SCTPDavide Caratti2016-12-041-0/+3
| * netfilter: conntrack: built-in support for DCCPDavide Caratti2016-12-041-0/+3
| * netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez2016-12-042-4/+4
* | ipv6: Allow IPv4-mapped address as next-hopErik Nordmark2016-12-051-1/+4
* | tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet2016-12-051-1/+1
|/