aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-10net: resolve symbol conflicts with generic hashtable.hJiri Kosina4-21/+21
2016-08-08net/multicast: should not send source list records when have filter mode changeHangbin Liu1-0/+10
2016-07-30net: ipv6: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds8-6/+1587
2016-07-26net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov1-1/+1
2016-07-25udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann1-3/+1
2016-07-25net: ipv6: Always leave anycast and multicast groups on link downMike Manning1-0/+4
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-21/+24
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-07-18netfilter: x_tables: speed up jump target validationFlorian Westphal1-21/+24
2016-07-16net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov1-4/+9
2016-07-11udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček1-0/+2
2016-07-09ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet2-8/+9
2016-07-09sit: support MPLS over IPv4Simon Horman1-16/+77
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris8-6/+1587
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-12/+8
2016-07-05ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau1-0/+1
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches1-8/+8
2016-07-01netfilter: x_tables: simplify ip{6}table_mangle_hook()Pablo Neira Ayuso1-4/+0
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet1-13/+16
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-64/+29
2016-06-28ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff1-0/+1
2016-06-27calipso: Add a label cache.Huw Davies2-2/+281
2016-06-27calipso: Add validation of CALIPSO option.Huw Davies2-0/+68
2016-06-27calipso: Allow the lsm to label the skbuff directly.Huw Davies1-0/+165
2016-06-27ipv6: constify the skb pointer of ipv6_find_tlv().Huw Davies1-1/+1
2016-06-27calipso: Allow request sockets to be relabelled by the lsm.Huw Davies1-0/+86
2016-06-27ipv6: Allow request socks to contain IPv6 options.Huw Davies1-3/+9
2016-06-27calipso: Set the calipso socket label to match the secattr.Huw Davies2-1/+595
2016-06-27ipv6: Add ipv6_renew_options_kern() that accepts a kernel mem pointer.Huw Davies1-0/+49
2016-06-27netlabel: Add support for removing a CALIPSO DOI.Huw Davies1-0/+48
2016-06-27netlabel: Add support for enumerating the CALIPSO DOI list.Huw Davies1-0/+41
2016-06-27netlabel: Add support for querying a CALIPSO DOI.Huw Davies1-0/+68
2016-06-27netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies3-1/+178
2016-06-27ipv6: enforce egress device match in per table nexthop lookupsPaolo Abeni1-1/+1
2016-06-18ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet2-5/+27
2016-06-18ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet2-6/+12
2016-06-18ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet2-37/+40
2016-06-18ipv6: icmp: add a force_saddr param to icmp6_send()Eric Dumazet2-3/+6
2016-06-17net: ipv6: Address selection needs to consider L3 domainsDavid Ahern1-0/+48
2016-06-17net: vrf: Implement get_saddr for IPv6David Ahern1-2/+10
2016-06-17net: ipv6: Move ip6_route_get_saddr to inlineDavid Ahern1-17/+0
2016-06-16net: xfrm: fix old-style declarationArnd Bergmann1-2/+2
2016-06-16sit: correct IP protocol used in ipip6_errSimon Horman1-2/+2
2016-06-15gre: fix error handlerEric Dumazet1-1/+1
2016-06-15ila: Fix checksum neutral mappingTom Herbert1-5/+5
2016-06-15ipv6: export several functionsAlexander Aring2-19/+10
2016-06-15ipv6: introduce neighbour discovery opsAlexander Aring3-37/+85
2016-06-15addrconf: put prefix address add in an own functionAlexander Aring1-94/+109