summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Merge commit 'c1e140bf79d817d4a7aa9932eb98b0359c87af33' from mac80211-nextKalle Valo37-522/+1194
2015-01-19mac80211: delete the assoc/auth timer upon suspendEmmanuel Grumbach1-0/+12
2015-01-19Revert "wireless: Support of IFLA_INFO_KIND rtnl attribute"Johannes Berg1-6/+0
2015-01-16cfg80211: fix checking nl80211_send_station() return valueJohannes Berg1-1/+1
2015-01-16mac80211: remove doubled semicolonJohannes Berg1-1/+1
2015-01-16cfg80211: change bandwidth reporting to explicit fieldJohannes Berg4-36/+84
2015-01-15cfg80211: remove 80+80 MHz rate reportingJohannes Berg2-5/+1
2015-01-15mac80211: remove 80+80 MHz rate reportingJohannes Berg3-9/+0
2015-01-14nl80211: send netdetect configuration info in NL80211_CMD_GET_WOWLANLuciano Coelho1-0/+52
2015-01-14cfg80211: avoid reg-hints in self-managed only systemsArik Nemtsov1-0/+25
2015-01-14cfg80211: introduce sync regdom set API for self-managedArik Nemtsov1-2/+29
2015-01-14mac80211: don't defer scans in case of radar detectionEliad Peller1-1/+1
2015-01-14mac80211: consider only relevant vifs for radar_required calculationEliad Peller1-2/+30
2015-01-14mac80211: remove local->radar_detect_enabledEliad Peller4-7/+5
2015-01-14mac80211: add TDLS supported channels correctlyArik Nemtsov1-5/+21
2015-01-14mac80211: let flush() drop packets when possibleEmmanuel Grumbach10-22/+27
2015-01-09mac80211: fix handling TIM IE when stations disconnectJohannes Berg1-3/+13
2015-01-08mac80211: provide per-TID RX/TX MSDU countersJohannes Berg5-2/+68
2015-01-08nl80211: support per-TID station statisticsJohannes Berg1-0/+41
2015-01-08cfg80211: add nl80211 beacon-only statisticsJohannes Berg1-0/+2
2015-01-08cfg80211: remove enum station_info_flagsJohannes Berg4-133/+96
2015-01-08mac80211: allow drivers to provide most station statisticsJohannes Berg3-73/+87
2015-01-08mac80211: send statistics with delete station eventJohannes Berg1-1/+3
2015-01-08cfg80211: allow including station info in delete eventJohannes Berg1-22/+16
2015-01-08cfg80211: add scan time to survey dataJohannes Berg2-2/+9
2015-01-08cfg80211: allow survey data to return global dataJohannes Berg1-13/+18
2015-01-08cfg80211: remove "channel" from survey namesJohannes Berg3-38/+38
2015-01-07mac80211: Re-fix accounting of the tailroom-needed counterIdo Yariv1-6/+3
2015-01-07Merge branch 'mac80211' into mac80211-nextJohannes Berg8-23/+54
2015-01-06mac80211: skip disabled channels in VHT checkArik Nemtsov1-4/+6
2015-01-06nl80211: define multicast group names in headerJohannes Berg1-6/+6
2015-01-06cfg80211: add extensible feature flag attributeGautam Kumar Shukla1-0/+5
2015-01-05Revert "mac80211: Fix accounting of the tailroom-needed counter"Johannes Berg1-3/+9
2015-01-03net: skbuff: don't zero tc members when freeing skbFlorian Westphal1-7/+0
2015-01-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller24-1687/+2869
2015-01-02geneve: Add Geneve GRO supportJoe Stringer1-2/+95
2015-01-02net: Add Transparent Ethernet Bridging GRO support.Jesse Gross1-0/+92
2015-01-01fib_trie: Add tracking value for suffix lengthAlexander Duyck1-6/+116
2015-01-01fib_trie: Remove checks for index >= tnode_child_length from tnode_get_childAlexander Duyck1-9/+5
2015-01-01fib_trie: inflate/halve nodes in a more RCU friendly wayAlexander Duyck1-121/+115
2015-01-01fib_trie: Push tnode flushing down to inflate/halveAlexander Duyck1-53/+50
2015-01-01fib_trie: Push assignment of child to parent down into inflate/halveAlexander Duyck1-83/+66
2015-01-01fib_trie: Add functions should_inflate and should_halveAlexander Duyck1-86/+89
2015-01-01fib_trie: Move resize to after inflate/halveAlexander Duyck1-157/+154
2015-01-01fib_trie: Push rcu_read_lock/unlock to callersAlexander Duyck3-101/+85
2015-01-01fib_trie: Use unsigned long for anything dealing with a shift by bitsAlexander Duyck1-27/+26
2015-01-01fib_trie: Update meaning of pos to represent unchecked bitsAlexander Duyck1-113/+81
2015-01-01fib_trie: Optimize fib_table_insertAlexander Duyck1-125/+71
2015-01-01fib_trie: Optimize fib_find_nodeAlexander Duyck1-15/+21
2015-01-01fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variablesAlexander Duyck1-157/+93