aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-04-05mac80211: don't start dynamic PS timer if not neededJohannes Berg1-5/+5
2016-04-05mac80211: remove sta_info debugfs sub-structJohannes Berg3-17/+15
2016-04-05mac80211: Remove unused variable in per STA debugfs structMohammed Shafi Shajakhan2-3/+0
2016-04-05mac80211: enable starting BA session with custom timeoutSara Sharon1-17/+30
2016-04-05mac80211: add NETIF_F_RXCSUM to features white listSara Sharon1-1/+1
2016-04-05mac80211: Set global RRM capabilityEmmanuel Grumbach1-0/+2
2016-04-05mac80211: minstrel_ht: improve sample rate skip logicFelix Fietkau1-7/+16
2016-04-05mac80211: close the SP when we enqueue frames during the SPEmmanuel Grumbach1-0/+6
2016-04-05mac80211: Fix BW upgrade for TDLS peersIlan Peer1-1/+2
2016-04-05mac80211: don't send deferred frames outside the SPEmmanuel Grumbach1-3/+1
2016-04-05mac80211: remove description of dropped memberLuis de Bethencourt1-1/+0
2016-04-05mac80211: ensure no limits on station rhashtableBen Greear1-0/+1
2016-04-05mac80211: properly deal with station hashtable insert errorsJohannes Berg1-5/+8
2016-04-05mac80211: do not pass injected frames without a valid rate to the driverFelix Fietkau1-0/+3
2016-04-05mac80211: fix parsing of 40Mhz in injected radiotap headerSven Eckelmann1-2/+3
2016-04-05nl80211: add feature for BSS selection supportArend van Spriel2-0/+118
2016-04-05mac80211: synchronize driver rx queues before removing a stationSara Sharon3-1/+35
2016-04-05mac80211: mesh: convert path table to rhashtableBob Copeland4-575/+259
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland4-5/+8
2016-04-05mac80211: mesh: embed known gates list in struct mesh_pathBob Copeland2-56/+45
2016-04-05mac80211: mesh: factor out common mesh path allocation codeBob Copeland1-23/+28
2016-04-05mac80211: mesh: don't hash sdata in mpath tablesBob Copeland1-10/+8
2016-04-05mac80211: mesh: move path tables into if_meshBob Copeland6-115/+104
2016-04-05mac80211: Support a scan request for a specific BSSIDJouni Malinen1-1/+3
2016-04-05cfg80211: Allow a scan request for a specific BSSIDJouni Malinen3-0/+10
2016-04-05mac80211: recalc min_def chanctx even when chandef is identicalArik Nemtsov1-1/+3
2016-04-05mac80211: TDLS: change BW calculation for WIDER_BW peersArik Nemtsov3-11/+61
2016-04-05mac80211: TDLS: always downgrade invalid chandefsArik Nemtsov1-1/+1
2016-04-05mac80211: fix AP buffered multicast frames with queue control and txqFelix Fietkau1-1/+2
2016-04-05mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon2-14/+17
2016-04-05mac80211: allow drivers to report CLOCK_BOOTTIME for scan resultsJohannes Berg1-1/+3
2016-04-05mac80211: parse VHT info in injected framesLorenzo Bianconi1-0/+31
2016-04-05rfkill: Use switch to demux userspace operationsJoão Paulo Rechi Vita1-14/+22
2016-04-05wext: unregister_pernet_subsys() on notifier registration failureJohannes Berg1-1/+4
2016-04-04tcp: rate limit ACK sent by SYN_RECV request socketsEric Dumazet1-1/+4
2016-04-04ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply()Eric Dumazet1-0/+1
2016-04-04tcp: increment sk_drops for listenersEric Dumazet4-8/+11
2016-04-04tcp: increment sk_drops for dropped rx packetsEric Dumazet3-13/+22
2016-04-04sock_diag: add SK_MEMINFO_DROPSEric Dumazet1-0/+1
2016-04-04tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet8-143/+102
2016-04-04tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet3-10/+5
2016-04-04tcp/dccp: remove BH disable/enable in lookupEric Dumazet1-2/+0
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet3-347/+160
2016-04-04net: add SOCK_RCU_FREE socket flagEric Dumazet1-1/+13
2016-04-04bridge: Fix incorrect variable assignment on error path in br_sysfs_addbrBastien Philbert1-0/+1
2016-04-04ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan1-3/+5
2016-04-04ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan1-3/+5
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh13-42/+81
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh6-8/+26
2016-04-04ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh4-5/+11