summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Count in extension headers in skb->network_headerJakub Sitnicki2016-04-081-4/+4
* ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo2016-04-061-1/+1
* ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet2016-03-311-2/+2
* netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2016-03-281-0/+2
* netfilter: x_tables: fix unconditional helperFlorian Westphal2016-03-281-12/+11Star
* netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-03-281-2/+4
* netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-03-281-9/+8Star
* net: ping: make ping_v6_sendmsg staticHaishuang Yan2016-03-241-30/+29Star
* tunnels: Remove encapsulation offloads on decap.Jesse Gross2016-03-201-2/+4
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-03-201-1/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1929-413/+584
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-151-22/+8Star
| |\
| | * netfilter: Allow calling into nat helper without skb_dst.Jarno Rajahalme2016-03-141-22/+8Star
| * | tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau2016-03-141-1/+1
| * | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-141-2/+1Star
| * | netconf: add macro to represent all attributesZhang Shengju2016-03-141-15/+21
| * | ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann2016-03-111-3/+3
| |/
| * ipv6: per netns FIB garbage collectionMichal Kubeček2016-03-081-5/+4Star
| * ipv6: per netns fib6 walkersMichal Kubeček2016-03-081-32/+36
| * ipv6: replace global gc_args with local variableMichal Kubeček2016-03-081-6/+8
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-087-116/+180
| |\
| | * netfilter: nft_masq: support port rangePablo Neira Ayuso2016-03-021-1/+6
| | * netfilter: xtables: don't hook tables by defaultFlorian Westphal2016-03-026-85/+137
| | * netfilter: xtables: prepare for on-demand hook registerFlorian Westphal2016-03-026-30/+37
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-085-7/+12
| |\ \
| * | | net: ipv6: Fix refcnt on host routesDavid Ahern2016-03-031-5/+3Star
| * | | net: remove skb_sender_cpu_clear()WANG Cong2016-03-011-1/+0Star
| * | | net: ipv6/l3mdev: Move host route on saved address if necessaryDavid Ahern2016-03-011-0/+26
| | |/ | |/|
| * | GSO: Provide software checksum of tunneled UDP fragmentation offloadAlexander Duyck2016-02-261-1/+7
| * | net: ipv6: Make address flushing on ifdown optionalDavid Ahern2016-02-261-15/+121
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-235-16/+90
| |\ \
| * | | ila: autoload moduleRobert Shearman2016-02-221-0/+1
| * | | net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-02-201-4/+2Star
| * | | ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6Wei Wang2016-02-191-9/+11
| * | | iptunnel: scrub packet in iptunnel_pull_headerJiri Benc2016-02-181-1/+1
| * | | ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov2016-02-171-1/+1
| * | | ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2016-02-171-8/+9
| * | | net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni2016-02-174-104/+14Star
| * | | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-2/+2
| * | | net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree2016-02-121-12/+1Star
| * | | net: local checksum offload for encapsulationEdward Cree2016-02-121-7/+7
| * | | ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg2016-02-112-0/+17
| * | | ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg2016-02-112-0/+18
| * | | soreuseport: fast reuseport TCP socket selectionCraig Gallek2016-02-112-1/+17
| * | | inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-112-5/+11
| * | | inet: create IPv6-equivalent inet_hash functionCraig Gallek2016-02-113-44/+58
| * | | sock: struct proto hash function may errorCraig Gallek2016-02-111-1/+5
| * | | ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov2016-02-071-1/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-10/+13
|\ \ \ \
| * | | | tcp: Use ahashHerbert Xu2016-01-271-10/+13