summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal2-5/+44
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal1-12/+42
2016-12-04netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal2-0/+14
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal1-2/+2
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti1-0/+3
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti1-0/+3
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti1-0/+3
2016-12-04netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez2-4/+4
2016-12-04ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark3-5/+48
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-9/+46
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern1-0/+8
2016-12-02ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov1-1/+1
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2-4/+7
2016-12-02Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper1-1/+0
2016-12-02ipv6: Set skb->protocol properly for local outputEli Cooper1-0/+2
2016-12-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2016-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-3/+4
2016-11-30l2tp: lock socket before checking flags in connect()Guillaume Nault1-1/+3
2016-11-30esp6: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-11-29netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal2-3/+3
2016-11-29net: handle no dst on skb in icmp6_sendDavid Ahern1-2/+4
2016-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+31
2016-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+14
2016-11-26net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack1-0/+9
2016-11-24udplite: call proper backlog handlersEric Dumazet3-3/+3
2016-11-24ipv6: bump genid when the IFA_F_TENTATIVE flag is clearPaolo Abeni1-6/+12
2016-11-24netfilter: Update nf_send_reset6 to consider L3 domainDavid Ahern1-0/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+14
2016-11-21udp: avoid one cache line miss in recvmsg()Eric Dumazet1-1/+2
2016-11-20net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan5-5/+5
2016-11-18udp: enable busy polling for all socketsEric Dumazet1-0/+2
2016-11-17ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni1-2/+11
2016-11-16ipv6: sr: add option to control lwtunnel supportDavid Lebrun3-3/+23
2016-11-16udp: restore UDPlite many-cast deliveryPablo Neira1-3/+3
2016-11-15udplite: fix NULL pointer dereferencePaolo Abeni1-1/+2
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-11/+20
2016-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller12-97/+72
2016-11-14netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall1-10/+10
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet1-2/+4
2016-11-10net: tcp response should set oif only if it is L3 masterDavid Ahern1-2/+6
2016-11-10ipv6: sr: add support for SRH injection through setsockoptDavid Lebrun2-4/+85
2016-11-10ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun3-6/+7
2016-11-10ipv6: sr: add calls to verify and insert HMAC signaturesDavid Lebrun2-0/+31
2016-11-10ipv6: sr: implement API to control SR HMAC structureDavid Lebrun1-0/+229
2016-11-10ipv6: sr: add core files for SR HMAC supportDavid Lebrun4-0/+515
2016-11-10ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun4-1/+467
2016-11-10ipv6: sr: add code base for control plane support of SR-IPv6David Lebrun3-2/+223
2016-11-10ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)David Lebrun2-0/+185
2016-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+4