summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal2016-12-042-0/+14
* netfilter: add and use nf_ct_netns_get/putFlorian Westphal2016-12-041-2/+2
* netfilter: conntrack: built-in support for UDPliteDavide Caratti2016-12-041-0/+3
* netfilter: conntrack: built-in support for SCTPDavide Caratti2016-12-041-0/+3
* netfilter: conntrack: built-in support for DCCPDavide Caratti2016-12-041-0/+3
* netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez2016-12-042-4/+4
* ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark2016-12-043-5/+48
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-0310-9/+46
|\
| * ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov2016-12-021-1/+1
| * Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper2016-12-021-1/+0Star
| * ipv6: Set skb->protocol properly for local outputEli Cooper2016-12-021-0/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-12-011-1/+1
| |\
| | * esp6: Fix integrity verification when ESN are usedTobias Brunner2016-11-301-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-12-013-3/+4
| |\ \
| | * | netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal2016-11-292-3/+3
| | * | netfilter: Update nf_send_reset6 to consider L3 domainDavid Ahern2016-11-241-0/+1
| * | | l2tp: lock socket before checking flags in connect()Guillaume Nault2016-11-301-1/+3
| | |/ | |/|
| * | net: handle no dst on skb in icmp6_sendDavid Ahern2016-11-281-2/+4
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-11-281-0/+31
| |\ \
| | * | vti6: flush x-netns xfrm cache when vti interface is removedNicolas Dichtel2016-10-111-0/+31
* | | | bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-021-0/+8
* | | | tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-022-4/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-273-8/+14
|\| | |
| * | | udplite: call proper backlog handlersEric Dumazet2016-11-243-3/+3
| * | | ipv6: bump genid when the IFA_F_TENTATIVE flag is clearPaolo Abeni2016-11-241-6/+12
| | |/ | |/|
* | | net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack2016-11-251-0/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-222-5/+14
|\| |
| * | ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni2016-11-171-2/+11
| * | udp: restore UDPlite many-cast deliveryPablo Neira2016-11-161-3/+3
* | | udp: avoid one cache line miss in recvmsg()Eric Dumazet2016-11-211-1/+2
* | | net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan2016-11-201-1/+1
* | | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-185-5/+5
* | | udp: enable busy polling for all socketsEric Dumazet2016-11-181-0/+2
* | | ipv6: sr: add option to control lwtunnel supportDavid Lebrun2016-11-163-3/+23
* | | udplite: fix NULL pointer dereferencePaolo Abeni2016-11-151-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-156-11/+20
|\| |
| * | tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-131-2/+4
| * | net: tcp response should set oif only if it is L3 masterDavid Ahern2016-11-101-2/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-11-101-2/+4
| |\ \
| | * | netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang2016-10-311-2/+4
| * | | net-ipv6: on device mtu change do not add mtu to mtu-less routesMaciej Żenczykowski2016-11-091-0/+1
| * | | net: icmp6_send should use dst dev to determine L3 domainDavid Ahern2016-11-081-1/+1
| * | | ip6_udp_tunnel: remove unused IPCB related codesEli Cooper2016-11-021-3/+0Star
| * | | ipv6: add mtu lock check in __ip6_rt_update_pmtuXin Long2016-10-311-0/+3
| * | | ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki2016-10-311-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-11-1412-97/+72Star
|\ \ \ \
| * | | | netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall2016-11-131-10/+10
| * | | | udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}Arnd Bergmann2016-11-101-1/+2
| * | | | netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti2016-11-091-54/+24Star
| * | | | netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-035-14/+16