summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtlwifi/base.c
AgeCommit message (Expand)Author
2015-10-14rtlwifi: rtl818x: Move drivers into new realtek directoryLarry Finger
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg
2015-04-07rtlwifi: Add encryption argument in rtl_is_special_data for checking DHCP pac...Taehee Yoo
2015-03-03rtlwifi: Improve handling of IPv6 packetsLarry Finger
2014-12-24rtlwifi: rtl8821ae: Switch to use common rate control routineLarry Finger
2014-12-24rtlwifi: Convert all drivers to use a common set of rate descriptorsLarry Finger
2014-12-24rtlwifi: Remove extraneous argument for rate mappingLarry Finger
2014-10-23rtlwifi: prevent format string usage from leakingKees Cook
2014-09-26rtlwifi: Modify base.{c,h} for new driversLarry Finger
2014-09-26rtlwifi: Modify core.c for new driversLarry Finger
2014-09-26rtlwifi: Remove extra workqueue for enter/leave power stateLarry Finger
2014-01-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2014-01-07mac80211: remove channel_change_timeJohannes Berg
2014-01-03rtlwifi: use ether_addr_equal_64bitsJulia Lawall
2013-12-05rtlwifi: rtl8192c: Prevent reconnect attempts if not connectedLarry Finger
2013-11-11rtlwifi: Fix endian error in extracting packet typeMark Cave-Ayland
2013-10-03rtlwifi: Implement a common rtl_phy_scan_operation_backup() routineLarry Finger
2013-09-03drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches
2013-07-18rtlwifi: Fix build errors for unusual casesLarry Finger
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook
2013-06-03net: wireless: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-04-01rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes re...Larry Finger
2013-04-01rtlwifi: Rework rtl_lps_leave() and rtl_lps_enter() to use work queueLarry Finger
2013-04-01rtlwifi Modify existing bits to match vendor version 2013.02.07Larry Finger
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan
2013-02-15Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg
2013-02-04rtlwifi: Fix scheduling while atomic bugLarry Finger
2012-11-14rtlwifi: rtl8192ce: rtl8192cu: rtl8192se: rtl81723ae: Turn on building of the...Larry Finger
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-12rtlwifi: Remove extra argument from queue setup routineLarry Finger
2012-06-06wireless: Remove casts to same typeJoe Perches
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-04-09rtlwifi: Fix oops on rate-control failureLarry Finger
2012-02-22Correcting typos in rtlwifi/base.cTristan Pourcelot
2012-01-30rtlwifi: Convert to asynchronous firmware loadLarry Finger
2012-01-30rtlwifi: Move pr_fmt macros to a single locationLarry Finger
2012-01-27mac80211: make beacon filtering per virtual interfaceJohannes Berg
2012-01-24rtlwifi: Update copyright datesLarry Finger
2012-01-24rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__Joe Perches
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-12-19rtlwifi: Fix locking problem introduces with commit 6539306bLarry Finger
2011-12-13rtlwifi: merge ips,lps spinlocks into one mutexStanislaw Gruszka
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville
2011-11-21rtlwifi: rtl8192cu: Fix endianian issuesLarry Finger
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker