summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorLines
2016-09-25ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov-3/+6
2016-09-24ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson-1/+0
2016-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-10/+27
2016-09-21vti6: fix input pathNicolas Dichtel-9/+13
2016-09-21ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov-2/+5
2016-09-20net: ipv6: fallback to full lookup if table lookup is unsuitableVincent Bernat-1/+10
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-3/+7
2016-09-09vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at-1/+14
2016-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-1/+2
2016-09-06ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun-0/+2
2016-09-06ipv6: release dst in ping_v6_sendmsgDave Jones-2/+7
2016-09-06netfilter: nft_chain_route: re-route before skb is queued to userspaceLiping Zhang-3/+7
2016-09-01ipv6: Don't unset flowi6_proto in ipxip6_tnl_xmit()Eli Cooper-0/+2
2016-09-01netconf: add a notif when settings are createdNicolas Dichtel-1/+8
2016-09-01ipv6: add missing netconf notif when 'all' is updatedNicolas Dichtel-0/+7
2016-08-25netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang-0/+1
2016-08-23udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet-2/+0
2016-08-23tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet-1/+7
2016-08-22net: ipv6: Remove addresses for failures with strict DADMike Manning-13/+21
2016-08-22xfrm: Only add l3mdev oif to dst lookupsDavid Ahern-1/+1
2016-08-15gre: set inner_protocol on xmitSimon Horman-2/+0
2016-08-15net: ipv6: Fix ping to link-local addresses.Lorenzo Colitti-16/+17
2016-08-13net: ipv6: Do not keep IPv6 addresses when IPv6 is disabledMike Manning-2/+2
2016-08-13calipso: fix resource leak on calipso_genopt failureColin Ian King-1/+3
2016-08-11net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_keyAlexey Kodanev-0/+1
2016-07-30net: ipv6: use list_move instead of list_del/list_addWei Yongjun-2/+1
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-6/+1587
2016-07-26net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov-1/+1
2016-07-25udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann-3/+1
2016-07-25net: ipv6: Always leave anycast and multicast groups on link downMike Manning-0/+4
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-21/+24
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2016-07-18netfilter: x_tables: speed up jump target validationFlorian Westphal-21/+24
2016-07-16net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov-4/+9
2016-07-11udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček-0/+2
2016-07-09ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet-8/+9
2016-07-09sit: support MPLS over IPv4Simon Horman-16/+77
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris-6/+1587
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-12/+8
2016-07-05ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau-0/+1
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches-8/+8
2016-07-01netfilter: x_tables: simplify ip{6}table_mangle_hook()Pablo Neira Ayuso-4/+0
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet-13/+16
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-64/+29
2016-06-28ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff-0/+1
2016-06-27calipso: Add a label cache.Huw Davies-2/+281
2016-06-27calipso: Add validation of CALIPSO option.Huw Davies-0/+68
2016-06-27calipso: Allow the lsm to label the skbuff directly.Huw Davies-0/+165
2016-06-27ipv6: constify the skb pointer of ipv6_find_tlv().Huw Davies-1/+1