aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-23net: ping: make ping_v6_sendmsg staticHaishuang Yan1-30/+29
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross1-2/+4
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-1/+14
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds29-413/+584
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-10/+13
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra1-2/+1
2016-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-22/+8
2016-03-14netfilter: Allow calling into nat helper without skb_dst.Jarno Rajahalme1-22/+8
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau1-1/+1
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck1-2/+1
2016-03-13netconf: add macro to represent all attributesZhang Shengju1-15/+21
2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann1-3/+3
2016-03-08ipv6: per netns FIB garbage collectionMichal Kubeček1-5/+4
2016-03-08ipv6: per netns fib6 walkersMichal Kubeček1-32/+36
2016-03-08ipv6: replace global gc_args with local variableMichal Kubeček1-6/+8
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-116/+180
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-7/+12
2016-03-07udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld1-4/+2
2016-03-03net: ipv6: Fix refcnt on host routesDavid Ahern1-5/+3
2016-03-03ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal1-1/+5
2016-03-03mld, igmp: Fix reserved tailroom calculationBenjamin Poirier1-2/+1
2016-03-02netfilter: nft_masq: support port rangePablo Neira Ayuso1-1/+6
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal6-85/+137
2016-03-02netfilter: xtables: prepare for on-demand hook registerFlorian Westphal6-30/+37
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong1-1/+0
2016-03-01net: ipv6/l3mdev: Move host route on saved address if necessaryDavid Ahern1-0/+26
2016-02-26GSO: Provide software checksum of tunneled UDP fragmentation offloadAlexander Duyck1-1/+7
2016-02-25net: ipv6: Make address flushing on ifdown optionalDavid Ahern1-15/+121
2016-02-23tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2-0/+4
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-16/+90
2016-02-21ila: autoload moduleRobert Shearman1-0/+1
2016-02-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann1-4/+2
2016-02-19ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6Wei Wang1-9/+11
2016-02-19rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov1-1/+1
2016-02-18gre: clear IFF_TX_SKB_SHARINGJiri Benc1-0/+1
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc1-1/+1
2016-02-18tcp/dccp: fix another race at listener dismantleEric Dumazet1-7/+7
2016-02-16ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov1-1/+1
2016-02-16ip_tunnel: replace dst_cache with generic implementationPaolo Abeni1-8/+9
2016-02-16net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni4-104/+14
2016-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+71
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree1-2/+2
2016-02-12net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree1-12/+1
2016-02-12net: local checksum offload for encapsulationEdward Cree1-7/+7
2016-02-11ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg2-0/+17
2016-02-11ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg2-0/+18
2016-02-11soreuseport: fast reuseport TCP socket selectionCraig Gallek2-1/+17
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek2-5/+11
2016-02-11inet: create IPv6-equivalent inet_hash functionCraig Gallek3-44/+58
2016-02-11sock: struct proto hash function may errorCraig Gallek1-1/+5