aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-01ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-01-30ipv6: Paritially checksum full MTU framesVlad Yasevich1-1/+1
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira3-6/+5
2017-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-13/+12
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman2-0/+2
2017-01-24ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22
2017-01-24ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet2-0/+5
2017-01-20ipv6: seg6_genl_set_tunsrc() must check kmemdup() return valueEric Dumazet1-0/+2
2017-01-19ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang1-3/+1
2017-01-18lwtunnel: fix autoload of lwt modulesDavid Ahern1-1/+11
2017-01-16ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki1-2/+2
2017-01-16mld: do not remove mld souce list info when set link downHangbin Liu1-21/+30
2017-01-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2-13/+8
2017-01-13ipv6: sr: fix several BUGs when preemption is enabledDavid Lebrun2-1/+5
2017-01-12net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern1-1/+2
2017-01-10gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu1-0/+1
2017-01-09ipv6: fix typosAlexander Alemayhu1-2/+2
2017-01-09tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol1-0/+1
2017-01-09netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol1-0/+3
2017-01-06vti6: fix device register to report IFLA_INFO_KINDDavid Forster1-1/+1
2016-12-29ipv6: Should use consistent conditional judgement for ip6 fragment between __ip6_append_data and ip6_finish_outputZheng Li1-1/+1
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner1-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds11-11/+11
2016-12-23ipv6: handle -EFAULT from skb_copy_bitsDave Jones1-1/+5
2016-12-23inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn1-1/+1
2016-12-17net: ipv6: check route protocol when deleting routesMantas M1-0/+2
2016-12-17inet: Fix get port to handle zero port number with soreuseport setTom Herbert1-3/+4
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-33/+124
2016-12-06netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang1-1/+1
2016-12-06netfilter: x_tables: pack percpu counter allocationsFlorian Westphal1-3/+6
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal1-4/+1
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal1-3/+2
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal2-5/+44
2016-12-05ipv6: Allow IPv4-mapped address as next-hopErik Nordmark1-1/+4
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet1-1/+1
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal1-12/+42
2016-12-04netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal2-0/+14
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal1-2/+2
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti1-0/+3
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti1-0/+3
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti1-0/+3
2016-12-04netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez2-4/+4
2016-12-03ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark3-5/+48
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-9/+46
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern1-0/+8
2016-12-02ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov1-1/+1
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2-4/+7
2016-12-02Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper1-1/+0
2016-12-02ipv6: Set skb->protocol properly for local outputEli Cooper1-0/+2