summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-035-18/+20
* | | | ipv6: sr: add support for SRH injection through setsockoptDavid Lebrun2016-11-102-4/+85
* | | | ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun2016-11-103-6/+7
* | | | ipv6: sr: add calls to verify and insert HMAC signaturesDavid Lebrun2016-11-102-0/+31
* | | | ipv6: sr: implement API to control SR HMAC structureDavid Lebrun2016-11-101-0/+229
* | | | ipv6: sr: add core files for SR HMAC supportDavid Lebrun2016-11-104-0/+515
* | | | ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun2016-11-104-1/+467
* | | | ipv6: sr: add code base for control plane support of SR-IPv6David Lebrun2016-11-103-2/+223
* | | | ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)David Lebrun2016-11-102-0/+185
* | | | udp: do fwd memory scheduling on dequeuePaolo Abeni2016-11-071-2/+1Star
* | | | net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni2016-11-071-1/+1
* | | | net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-0417-14/+45
* | | | net: core: add UID to flows, rules, and routesLorenzo Colitti2016-11-041-0/+7
* | | | ipv6: on reassembly, record frag_max_sizeWillem de Bruijn2016-11-031-1/+6
* | | | ipv6: add IPV6_RECVFRAGSIZE cmsgWillem de Bruijn2016-11-032-0/+13
|/ / /
* | | ila: Fix crash caused by rhashtable changesTom Herbert2016-11-021-3/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-11-024-0/+443
|\ \ \
| * | | netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso2016-11-013-0/+159
| * | | netfilter: nf_tables: add fib expressionFlorian Westphal2016-11-013-0/+284
* | | | net: pim: add all RFC7761 message typesNikolay Aleksandrov2016-10-311-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-3011-99/+124
|\ \ \ \ | | |/ / | |/| |