summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-09-252-3/+6
* ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson2016-09-241-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-223-10/+27
|\
| * vti6: fix input pathNicolas Dichtel2016-09-213-9/+13
| * vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at2016-09-091-1/+14
* | ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov2016-09-211-2/+5
* | net: ipv6: fallback to full lookup if table lookup is unsuitableVincent Bernat2016-09-201-1/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-09-131-3/+7
|\ \ | |/ |/|
| * netfilter: nft_chain_route: re-route before skb is queued to userspaceLiping Zhang2016-09-061-3/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-082-1/+2
|\ \
| * | xfrm: Only add l3mdev oif to dst lookupsDavid Ahern2016-08-221-1/+1
| * | net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_keyAlexey Kodanev2016-08-111-0/+1
* | | ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun2016-09-061-0/+2
* | | ipv6: release dst in ping_v6_sendmsgDave Jones2016-09-061-2/+7
| |/ |/|
* | ipv6: Don't unset flowi6_proto in ipxip6_tnl_xmit()Eli Cooper2016-09-011-0/+2
* | netconf: add a notif when settings are createdNicolas Dichtel2016-09-011-1/+8
* | ipv6: add missing netconf notif when 'all' is updatedNicolas Dichtel2016-09-011-0/+7
* | netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang2016-08-251-0/+1
* | udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet2016-08-232-2/+0
* | tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2016-08-231-1/+7
* | net: ipv6: Remove addresses for failures with strict DADMike Manning2016-08-221-13/+21
* | gre: set inner_protocol on xmitSimon Horman2016-08-151-2/+0
* | net: ipv6: Fix ping to link-local addresses.Lorenzo Colitti2016-08-151-16/+17
* | net: ipv6: Do not keep IPv6 addresses when IPv6 is disabledMike Manning2016-08-131-2/+2
* | calipso: fix resource leak on calipso_genopt failureColin Ian King2016-08-131-1/+3
* | net: ipv6: use list_move instead of list_del/list_addWei Yongjun2016-07-301-2/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-298-6/+1587
|\ \
| * \ Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-078-6/+1587
| |\ \
| | * | calipso: Add a label cache.Huw Davies2016-06-272-2/+281
| | * | calipso: Add validation of CALIPSO option.Huw Davies2016-06-272-0/+68
| | * | calipso: Allow the lsm to label the skbuff directly.Huw Davies2016-06-271-0/+165
| | * | ipv6: constify the skb pointer of ipv6_find_tlv().Huw Davies2016-06-271-1/+1
| | * | calipso: Allow request sockets to be relabelled by the lsm.Huw Davies2016-06-271-0/+86
| | * | ipv6: Allow request socks to contain IPv6 options.Huw Davies2016-06-271-3/+9
| | * | calipso: Set the calipso socket label to match the secattr.Huw Davies2016-06-272-1/+595
| | * | ipv6: Add ipv6_renew_options_kern() that accepts a kernel mem pointer.Huw Davies2016-06-271-0/+49
| | * | netlabel: Add support for removing a CALIPSO DOI.Huw Davies2016-06-271-0/+48
| | * | netlabel: Add support for enumerating the CALIPSO DOI list.Huw Davies2016-06-271-0/+41
| | * | netlabel: Add support for querying a CALIPSO DOI.Huw Davies2016-06-271-0/+68
| | * | netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies2016-06-273-1/+178
* | | | net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov2016-07-261-1/+1
* | | | udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann2016-07-251-3/+1
* | | | net: ipv6: Always leave anycast and multicast groups on link downMike Manning2016-07-251-0/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-241-21/+24
|\ \ \ \
| * | | | netfilter: x_tables: speed up jump target validationFlorian Westphal2016-07-181-21/+24
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-0/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček2016-07-111-0/+2
* | | | | net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov2016-07-161-4/+9
* | | | | ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet2016-07-092-8/+9
* | | | | sit: support MPLS over IPv4Simon Horman2016-07-091-16/+77
| |/ / / |/| | |