summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+1
2016-09-02ila: make nla_policy conststephen hemminger2-2/+2
2016-08-31net: lwtunnel: Handle fragmentationRoopa Prabhu2-1/+11
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGao Feng1-2/+1
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-16/+28
2016-08-29tcp: add tcp_add_backlog()Eric Dumazet1-4/+1
2016-08-29tcp: Set read_sock and peek_len proto_opsTom Herbert1-0/+2
2016-08-26tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterEric Dumazet1-0/+1
2016-08-26tcp: md5: increment sk_drops on syn_recv stateEric Dumazet1-0/+1
2016-08-24ipv6: tcp: get rid of tcp_v6_clear_sk()Eric Dumazet1-12/+0
2016-08-24udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet1-1/+0
2016-08-24ipv6: udp: remove udp_v6_clear_sk()Eric Dumazet3-15/+1
2016-08-24net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern1-0/+1
2016-08-24udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet2-2/+0
2016-08-24tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet1-1/+7
2016-08-23net: ipv6: Remove addresses for failures with strict DADMike Manning1-13/+21
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-21/+22
2016-08-18kcm: Use stream parserTom Herbert1-1/+0
2016-08-15gre: set inner_protocol on xmitSimon Horman1-2/+0
2016-08-15net: ipv6: Fix ping to link-local addresses.Lorenzo Colitti1-16/+17
2016-08-14net: ipv6: Do not keep IPv6 addresses when IPv6 is disabledMike Manning1-2/+2
2016-08-14calipso: fix resource leak on calipso_genopt failureColin Ian King1-1/+3
2016-08-13sit: make function ipip6_valid_ip_proto() staticWei Yongjun1-1/+1
2016-08-11net: resolve symbol conflicts with generic hashtable.hJiri Kosina4-21/+21
2016-08-09net/multicast: should not send source list records when have filter mode changeHangbin Liu1-0/+10
2016-07-31net: ipv6: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds8-6/+1587
2016-07-27net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov1-1/+1
2016-07-26udp: 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-25Merge 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-17net: 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-10ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet2-8/+9
2016-07-10sit: support MPLS over IPv4Simon Horman1-16/+77
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James 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-06ipv6: 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