summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: ping: make ping_v6_sendmsg staticHaishuang Yan2016-03-231-30/+29
* 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-141-22/+8
| |\
| | * netfilter: Allow calling into nat helper without skb_dst.Jarno Rajahalme2016-03-141-22/+8
| * | 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-131-2/+1
| * | netconf: add macro to represent all attributesZhang Shengju2016-03-131-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/+4
| * 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/+3
| * | | net: remove skb_sender_cpu_clear()WANG Cong2016-03-011-1/+0
| * | | 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-251-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-211-0/+1
| * | | net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-02-191-4/+2
| * | | 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-161-1/+1
| * | | ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2016-02-161-8/+9
| * | | net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni2016-02-164-104/+14
| * | | 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/+1
| * | | 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
* | | | | tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra2016-03-151-2/+1
| |_|_|/ |/| | |
* | | | udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld2016-03-071-4/+2
* | | | ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal2016-03-031-1/+5
* | | | mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2016-03-031-2/+1
* | | | tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2016-02-232-0/+4
| |_|/ |/| |
* | | rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov2016-02-191-1/+1
* | | gre: clear IFF_TX_SKB_SHARINGJiri Benc2016-02-181-0/+1