summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorLines
2017-02-18ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn-2/+4
2017-02-14ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton-8/+21
2017-02-14ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton-0/+3
2017-02-09igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu-0/+1
2017-02-08sit: fix a double free on error pathWANG Cong-0/+1
2017-02-08ipv6: addrconf: fix generation of new temporary addressesMarcus Huewe-0/+6
2017-02-07udp: properly cope with csum errorsEric Dumazet-1/+1
2017-02-06ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing-2/+8
2017-02-06ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet-11/+13
2017-02-05ip6_gre: fix ip6gre_err() invalid readsEric Dumazet-19/+21
2017-02-03ipv6: sr: remove cleanup flag and fix HMAC computationDavid Lebrun-32/+7
2017-02-01ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter-1/+1
2017-01-30ipv6: Paritially checksum full MTU framesVlad Yasevich-1/+1
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira-6/+5
2017-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-13/+12
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman-0/+2
2017-01-24ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet-12/+22
2017-01-24ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet-0/+5
2017-01-20ipv6: seg6_genl_set_tunsrc() must check kmemdup() return valueEric Dumazet-0/+2
2017-01-19ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang-3/+1
2017-01-18lwtunnel: fix autoload of lwt modulesDavid Ahern-1/+11
2017-01-16ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki-2/+2
2017-01-16mld: do not remove mld souce list info when set link downHangbin Liu-21/+30
2017-01-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang-13/+8
2017-01-13ipv6: sr: fix several BUGs when preemption is enabledDavid Lebrun-1/+5
2017-01-12net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern-1/+2
2017-01-10gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu-0/+1
2017-01-09ipv6: fix typosAlexander Alemayhu-2/+2
2017-01-09tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol-0/+1
2017-01-09netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol-0/+3
2017-01-06vti6: fix device register to report IFLA_INFO_KINDDavid Forster-1/+1
2016-12-29ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li-1/+1
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-11/+11
2016-12-23ipv6: handle -EFAULT from skb_copy_bitsDave Jones-1/+5
2016-12-23inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn-1/+1
2016-12-17net: ipv6: check route protocol when deleting routesMantas M-0/+2
2016-12-17inet: Fix get port to handle zero port number with soreuseport setTom Herbert-3/+4
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-33/+124
2016-12-06netfilter: nft_fib: convert htonl to ntohl properlyLiping Zhang-1/+1
2016-12-06netfilter: x_tables: pack percpu counter allocationsFlorian Westphal-3/+6
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal-4/+1
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal-3/+2
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal-5/+44
2016-12-05ipv6: Allow IPv4-mapped address as next-hopErik Nordmark-1/+4
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet-1/+1
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal-12/+42
2016-12-04netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal-0/+14
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal-2/+2