summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2016-04-20net/ipv6/addrconf: fix sysctl table indentationKonstantin Khlebnikov1-309/+307
2016-04-20net/ipv6/addrconf: simplify sysctl registrationKonstantin Khlebnikov1-26/+17
2016-04-17ip6gre: Add support for GSOAlexander Duyck1-23/+33
2016-04-17ip6gre: Add support for basic offloads offloads excluding GSOAlexander Duyck1-2/+21
2016-04-17ip6gretap: Fix MTU to allow for Ethernet headerAlexander Duyck1-0/+2
2016-04-17ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck1-8/+6
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet1-2/+2
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck1-1/+9
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck1-2/+6
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck1-1/+2
2016-04-14ipv6, token: allow for clearing the current device tokenDaniel Borkmann1-4/+6
2016-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-27/+31
2016-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+5
2016-04-09ipv6: fix inet6_lookup_listener()Eric Dumazet1-2/+2
2016-04-08Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/sc...David S. Miller1-1/+2
2016-04-08ipv6: Count in extension headers in skb->network_headerJakub Sitnicki1-4/+4
2016-04-07udp: Add GRO functions to UDP socketTom Herbert5-8/+21
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert1-0/+13
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2-3/+5
2016-04-07netfilter: ipv6: unnecessary to check whether ip6_route_output() returns NULLHaishuang Yan1-1/+1
2016-04-06ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-1/+1
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar2-11/+12
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar1-5/+7
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland1-1/+2
2016-04-05tcp: increment sk_drops for listenersEric Dumazet1-2/+2
2016-04-05tcp: increment sk_drops for dropped rx packetsEric Dumazet1-0/+1
2016-04-05tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2-53/+30
2016-04-05tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet1-4/+0
2016-04-05tcp/dccp: remove BH disable/enable in lookupEric Dumazet1-2/+0
2016-04-05udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet1-132/+64
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh5-15/+21
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh5-5/+21
2016-03-31ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet1-2/+2
2016-03-29netfilter: ip6t_SYNPROXY: remove magic number for hop_limitLiping Zhang1-26/+30
2016-03-28netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso1-0/+2
2016-03-28netfilter: x_tables: fix unconditional helperFlorian Westphal1-12/+11
2016-03-28netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal1-2/+4
2016-03-28netfilter: x_tables: validate e->target_offset earlyFlorian Westphal1-9/+8
2016-03-24net: 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...Linus Torvalds1-10/+13
2016-03-16tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra1-2/+1
2016-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-22/+8
2016-03-15netfilter: 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-14ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck1-2/+1
2016-03-14netconf: 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