summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn2017-02-181-2/+4
* ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton2017-02-143-8/+21
* ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton2017-02-141-0/+3
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-02-091-0/+1
* sit: fix a double free on error pathWANG Cong2017-02-081-0/+1
* ipv6: addrconf: fix generation of new temporary addressesMarcus Huewe2017-02-081-0/+6
* udp: properly cope with csum errorsEric Dumazet2017-02-071-1/+1
* ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing2017-02-061-2/+8
* ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet2017-02-061-11/+13
* ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-02-051-19/+21
* ipv6: sr: remove cleanup flag and fix HMAC computationDavid Lebrun2017-02-032-32/+7
* ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter2017-02-011-1/+1
* ipv6: Paritially checksum full MTU framesVlad Yasevich2017-01-301-1/+1
* tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-01-273-6/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-264-13/+12
|\
| * netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2017-01-162-13/+8
| * tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol2017-01-091-0/+1
| * netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol2017-01-091-0/+3
* | net: Specify the owning module for lwtunnel opsRobert Shearman2017-01-242-0/+2
* | ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2017-01-241-12/+22
* | ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet2017-01-242-0/+5
* | ipv6: seg6_genl_set_tunsrc() must check kmemdup() return valueEric Dumazet2017-01-201-0/+2
* | ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang2017-01-191-3/+1
* | lwtunnel: fix autoload of lwt modulesDavid Ahern2017-01-181-1/+11
* | 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
* | gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu2017-01-101-0/+1
* | ipv6: fix typosAlexander Alemayhu2017-01-091-2/+2
|/
* vti6: fix device register to report IFLA_INFO_KINDDavid Forster2017-01-061-1/+1
* ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2016-12-291-1/+1
* 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