summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix some comments in associola.cwangweidong2013-12-061-4/+4
* sctp: convert sctp_peer_needs_update to booleanwangweidong2013-12-061-3/+3
* sctp: remove the else pathwangweidong2013-12-061-7/+3
* sctp: remove the duplicate initializewangweidong2013-12-061-41/+0
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-12-0646-1092/+2460
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-0646-1092/+2460
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-0615-59/+99
| | |\
| | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-12-0246-1092/+2460
| | |\ \
| | | * | mac80211: fix rx_nss calculation for drivers with hw rcMichal Kazior2013-12-021-2/+2
| | | * | mac80211: don't leak next beacon when csa is abortedSimon Wunderlich2013-12-021-0/+3
| | | * | mac80211: don't cancel csa finalize work within stop_apSimon Wunderlich2013-12-021-1/+0
| | | * | cfg80211/mac80211/ath6kl: acquire wdev lock outside ch_switch_notifySimon Wunderlich2013-12-022-12/+18
| | | * | mac80211: modify beacon using sdata/wdev-lock, not rtnl lockSimon Wunderlich2013-12-022-8/+15
| | | * | cfg80211: protect beacon changing functions with wdev-lockSimon Wunderlich2013-12-021-3/+19
| | | * | mac80211: mesh: only get tsf if we need itBob Copeland2013-12-021-14/+14
| | | * | cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski2013-12-026-57/+48
| | | * | mac80211: update ht flag if bss configuration changedAvri Altman2013-12-021-8/+10
| | | * | mac80211: remove sta_info_flush() from interface teardownJohannes Berg2013-12-021-4/+0
| | | * | mac80211: Tx frame latency statisticsMatti Gottlieb2013-12-028-0/+486
| | | * | cfg80211: fix reporting 5/10 MHz support to user spaceFelix Fietkau2013-12-021-4/+5
| | | * | mac80211: minstrel_ht: do not sample unsupported ratesKarl Beldan2013-11-251-3/+7
| | | * | cfg80211: replace print_dfs_region() with reg_dfs_region_str() helperLuis R. Rodriguez2013-11-251-25/+16
| | | * | cfg80211: distinguish unset DFS region from unknownLuis R. Rodriguez2013-11-251-0/+3
| | | * | cfg80211: intersection dfs regions when intersecting regdomainsLuis R. Rodriguez2013-11-251-0/+16
| | | * | cfg80211: use enum nl80211_dfs_regions for dfs_region everywhereLuis R. Rodriguez2013-11-253-4/+4
| | | * | mac80211: minstrels: spare numerous useless calls to get_random_bytesKarl Beldan2013-11-252-4/+2
| | | * | mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATESKarl Beldan2013-11-252-7/+5
| | | * | mac80211: add min required channel definition fieldEliad Peller2013-11-255-2/+183
| | | * | mac80211: enable easier manipulation of VHT beamforming capsEyal Shapira2013-11-251-4/+3
| | | * | mac80211: move csa_chandef to sdataLuciano Coelho2013-11-256-17/+14
| | | * | mac80211: use put_unaligned_le in mesh when necessaryChun-Yeow Yeoh2013-11-254-58/+45
| | | * | mac80211: use put_unaligned_le16 in mesh_plink_frame_txChun-Yeow Yeoh2013-11-255-34/+34
| | | * | cfg80211: add an option to disable processing country IEsLuis R. Rodriguez2013-11-251-0/+3
| | | * | cfg80211: add flags to define country IE processing rulesLuis R. Rodriguez2013-11-251-5/+3
| | | * | cfg80211: move regulatory flags to their own variableLuis R. Rodriguez2013-11-252-17/+17
| | | * | mac80211: use put_unaligned_le16 for precedence value in meshChun-Yeow Yeoh2013-11-252-7/+2
| | | * | cfg80211: rename __set_regdom() to reg_set_rd_country_ie()Luis R. Rodriguez2013-11-251-6/+5
| | | * | cfg80211: set driver regulatory updates on its ownLuis R. Rodriguez2013-11-251-67/+56
| | | * | cfg80211: set user regulatory updates on its ownLuis R. Rodriguez2013-11-251-0/+35
| | | * | cfg80211: set core regulatory updates on its ownLuis R. Rodriguez2013-11-251-13/+27
| | | * | cfg80211: pass the last_request to __set_regdom()Luis R. Rodriguez2013-11-251-3/+3
| | | * | cfg80211: move core reg_notfier() check to sourceLuis R. Rodriguez2013-11-251-13/+18
| | | * | cfg80211: allow only the core to request to update the world regdomLuis R. Rodriguez2013-11-251-0/+2
| | | * | cfg80211: add helper for calling CRDALuis R. Rodriguez2013-11-251-12/+12
| | | * | cfg80211: add helper for kfree'ing and assigning last_requestLuis R. Rodriguez2013-11-251-10/+11
| | | * | cfg80211: add helper for kfree'ing last_requestLuis R. Rodriguez2013-11-251-23/+19
| | | * | cfg80211: process non country IE conflicting firstLuis R. Rodriguez2013-11-251-19/+20
| | | * | cfg80211: process country IE regulatory requests on their ownLuis R. Rodriguez2013-11-251-133/+68
| | | * | cfg80211: process driver regulatory requests on its ownLuis R. Rodriguez2013-11-251-17/+86
| | | * | cfg80211: process user regulatory requests on its ownLuis R. Rodriguez2013-11-251-33/+81