summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-06-19ath9k: Move beacon config to channel contextRajkumar Manoharan7-12/+12
2014-06-19ath9k: save tsf in channel contextFelix Fietkau5-5/+37
2014-06-19ath9k: Add ATH_OP_MULTI_CHANNELFelix Fietkau2-0/+14
2014-06-19ath9k: Move caldata into channel contextFelix Fietkau4-5/+5
2014-06-19ath9k: Fetch appropriate operating channel contextRajkumar Manoharan3-24/+34
2014-06-19ath9k: Implement channel context opsFelix Fietkau4-12/+102
2014-06-19ath9k: Implement remain-on-channal supportFelix Fietkau4-15/+124
2014-06-19ath9k: Implement hw_scan supportFelix Fietkau6-2/+255
2014-06-19ath9k: send powersave frame on channel switchFelix Fietkau3-0/+106
2014-06-19ath9k: channel context based transmissionFelix Fietkau2-4/+23
2014-06-19ath9k: Add channel context worker threadFelix Fietkau8-21/+99
2014-06-19ath9k: Move acq to channel contextFelix Fietkau4-28/+63
2014-06-19ath9k: Move txpower limit to channel contextFelix Fietkau5-12/+8
2014-06-19ath9k: Add channel context structureFelix Fietkau7-103/+169
2014-06-19rtlwifi: btcoexist: avoid format string in printkKees Cook1-1/+1
2014-06-19rsi_91x_sdio: add error handling into rsi_module_init()Alexey Khoroshilov1-2/+4
2014-06-19rsi: Use module_usb_driverAlexey Khoroshilov1-27/+1
2014-06-19mwifiex: wowlan: do not disconnect on suspendBing Zhao1-1/+1
2014-06-19mwifiex: support wowlan magic-packet encapsulated as UDP packetZhiyuan Yang1-0/+10
2014-06-19rt2x00: do not initialize BCN_OFFSET registersStanislaw Gruszka1-22/+0
2014-06-19rt2x00: change order when stop beaconingStanislaw Gruszka1-6/+6
2014-06-19rt2x00: change default MAC_BSSID_DW1_BSS_BCN_NUMStanislaw Gruszka1-1/+1
2014-06-19rt2x00: change beaconing setup on RT2800Stanislaw Gruszka2-0/+46
2014-06-19rt2x00: change beaconing lockingStanislaw Gruszka3-25/+9
2014-06-19mwifiex: Remove custom world regulatory domainMarkus Pargmann1-36/+0
2014-06-19net: wireless: rtlwifi: rtl8192de: phy.c: Cleaning up uninitialized variableRickard Strandqvist1-1/+2
2014-06-19net: wireless: rt2x00: rt2x00mac.c: Cleaning up uninitialized variablesRickard Strandqvist1-0/+2
2014-06-19net: wireless: libertas: cmd.c: Cleaning up uninitialized variablesRickard Strandqvist1-0/+1
2014-06-19b43: PHY: drop channel_type (we can get this info from chandef)Rafał Miłecki4-14/+8
2014-06-19b43: PHY: drop is_40mhz (get width info from chandef)Rafał Miłecki4-35/+33
2014-06-19b43: PHY: drop own channel_freq (get it from chandef when needed)Rafał Miłecki3-12/+15
2014-06-19b43: store current channel using struct cfg80211_chan_defRafał Miłecki3-2/+9
2014-06-19b43: b43_op_config: set channel info before switching bandRafał Miłecki2-2/+2
2014-06-19b43: PHY: don't force default channel during initRafał Miłecki1-4/+3
2014-06-19b43: b43_op_config: use IEEE80211_CONF_CHANGE_CHANNELRafał Miłecki1-15/+16
2014-06-19b43: b43_op_config: drop check for core changeRafał Miłecki1-18/+2
2014-06-19b43: drop B43_DEFAULT_CHANNELRafał Miłecki2-7/+0
2014-06-19rtl818x_pci: fix possible RX descriptor invalid data readAndrea Merello1-0/+8
2014-06-19rtl818x_pci: provide dBm signal information for rtl8185Andrea Merello1-4/+8
2014-06-19rtl818x_pci: make RSSI code more readableAndrea Merello1-5/+8
2014-06-19cw1200: Remove useless return variablesPeter Senna Tschudin1-2/+1
2014-06-19net: wireless: Remove useless return variablesPeter Senna Tschudin2-17/+7
2014-06-15vxlan: Checksum fixesTom Herbert1-9/+2
2014-06-14vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang1-4/+3
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds692-13603/+37654
2014-06-12net: fec: Add software TSO supportNimrod Andy2-23/+238
2014-06-12net: fec: Add Scatter/gather supportNimrod Andy2-62/+178
2014-06-12net: fec: Increase buffer descriptor entry numberNimrod Andy2-16/+17
2014-06-12net: fec: Factorize feature settingNimrod Andy1-5/+3
2014-06-12net: fec: Enable IP header hardware checksumNimrod Andy1-1/+2