summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ip6_tunnel: add collect_md mode to IPv6 tunnelsAlexei Starovoitov2016-09-171-45/+133
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-136-4/+29
|\
| * 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-021-0/+2
| * | netconf: add a notif when settings are createdNicolas Dichtel2016-09-021-1/+8
| * | ipv6: add missing netconf notif when 'all' is updatedNicolas Dichtel2016-09-021-0/+7
| * | netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUTLiping Zhang2016-08-251-0/+1
* | | net: ipv6: Remove l3mdev_get_saddr6David Ahern2016-09-111-8/+1Star
* | | net: l3mdev: remove redundant callsDavid Ahern2016-09-115-24/+6Star
* | | net: vrf: Flip IPv6 output path from FIB lookup hook to out hookDavid Ahern2016-09-111-4/+7
* | | net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern2016-09-111-2/+10
* | | net: l3mdev: Add hook to output pathDavid Ahern2016-09-113-0/+22
* | | net: flow: Add l3mdev flow updateDavid Ahern2016-09-111-0/+3
* | | ipv6: report NLM_F_CREATE and NLM_F_EXCL flags in RTM_NEWROUTE eventsGuillaume Nault2016-09-101-1/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-09-061-2/+1Star
|\ \ \
| * | | netfilter: log: Check param to avoid overflow in nf_log_setGao Feng2016-08-301-2/+1Star
* | | | ila: make nla_policy conststephen hemminger2016-09-012-2/+2
* | | | net: lwtunnel: Handle fragmentationRoopa Prabhu2016-08-312-1/+11
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-304-16/+28
|\ \ \ \ | | |/ / | |/| |
| * | | udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet2016-08-242-2/+0Star
| * | | tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2016-08-241-1/+7
| * | | net: ipv6: Remove addresses for failures with strict DADMike Manning2016-08-231-13/+21
* | | | tcp: add tcp_add_backlog()Eric Dumazet2016-08-291-4/+1Star
* | | | tcp: Set read_sock and peek_len proto_opsTom Herbert2016-08-291-0/+2
* | | | tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterEric Dumazet2016-08-261-0/+1
* | | | tcp: md5: increment sk_drops on syn_recv stateEric Dumazet2016-08-261-0/+1
* | | | ipv6: tcp: get rid of tcp_v6_clear_sk()Eric Dumazet2016-08-241-12/+0Star
* | | | udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet2016-08-241-1/+0Star
* | | | ipv6: udp: remove udp_v6_clear_sk()Eric Dumazet2016-08-243-15/+1Star
* | | | net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern2016-08-241-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-184-21/+22
|\| | |
| * | | gre: set inner_protocol on xmitSimon Horman2016-08-151-2/+0Star
| * | | 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-141-2/+2
| * | | calipso: fix resource leak on calipso_genopt failureColin Ian King2016-08-131-1/+3
* | | | kcm: Use stream parserTom Herbert2016-08-181-1/+0Star
* | | | sit: make function ipip6_valid_ip_proto() staticWei Yongjun2016-08-131-1/+1
| |/ / |/| |
* | | net: resolve symbol conflicts with generic hashtable.hJiri Kosina2016-08-114-21/+21
* | | net/multicast: should not send source list records when have filter mode changeHangbin Liu2016-08-091-0/+10
|/ /
* | net: ipv6: use list_move instead of list_del/list_addWei Yongjun2016-07-311-2/+1Star
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-308-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