aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-04-07wl1251: use to_delayed_work()Geliang Tang1-1/+1
2016-04-07wlcore: use to_delayed_work()Geliang Tang3-7/+7
2016-04-07ipw2x00: use to_pci_dev()Geliang Tang1-1/+1
2016-04-07ath9k: Remove unnecessary ?: operatorIvan Safonov1-3/+3
2016-04-06mwifiex: advertise low priority scan featureAmitkumar Karwar1-0/+1
2016-04-06brcmfmac: sdio: remove unused variable retry_limitColin Ian King1-3/+0
2016-04-06rt2x00usb: Use usb anchor to manage URBVishal Thanki3-2/+25
2016-04-06wl12xx: remove redundant null check on wl->scan.ssidColin Ian King1-1/+1
2016-04-06rtlwifi: btcoexist: Convert BTC_PRINTK to btc_<foo>_dbgJoe Perches7-1985/+1851
2016-04-06rtlwifi: rtl8821ae: Fix Smatch warningsLarry Finger2-6/+6
2016-04-06rtlwifi: rtl8723be: Fix Smatch warningsLarry Finger2-8/+6
2016-04-06rtlwifi: rtl8723ae: Fix Smatch warningLarry Finger1-3/+3
2016-04-06rtlwifi: rtl8192se: Fix Smatch warningLarry Finger1-1/+1
2016-04-06rtlwifi: rtl8192ee: Fix Smatch warningLarry Finger1-1/+1
2016-04-06rtlwifi: rtl8192c-common: Fix Smatch warningLarry Finger1-1/+1
2016-04-06rtlwifi: rtl8188ee: Fix Smatch warningsLarry Finger2-3/+2
2016-04-06rtlwifi: btcoexist: Fix Smatch warningLarry Finger1-1/+1
2016-04-06rtlwifi: Fix Smatch warningsLarry Finger1-20/+19
2016-04-06rtlwifi: btcoexist: Implement antenna selectionLarry Finger4-5/+38
2016-04-06rtlwifi: rtl8723be: Add antenna select module parameterLarry Finger3-0/+11
2016-04-06mwifiex: fix Tx timeout issue during suspend testAmitkumar Karwar1-2/+8
2016-04-06brcmfmac: uninitialized "ret" variableDan Carpenter1-1/+1
2016-04-06mwifiex: Spelling s/minmum/minimum/, s/bandwidth/bandwith/Geert Uytterhoeven1-1/+1
2016-04-06Merge tag 'iwlwifi-next-for-kalle-2016-03-30' of https://git.kernel.org/pub/s...Kalle Valo47-1907/+1475
2016-04-05ibmvnic: enable RX checksum offloadThomas Falcon1-0/+4
2016-04-05ibmvnic: map L2/L3/L4 header descriptors to firmwareThomas Falcon2-4/+194
2016-04-05net: bcmgenet: cleanup for dmadesc_set()Petri Gynther1-1/+1
2016-04-05net: bcmgenet: cleanup for bcmgenet_xmit_frag()Petri Gynther1-4/+7
2016-04-05net: bcmgenet: cleanup for bcmgenet_xmit()Petri Gynther1-5/+9
2016-04-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller11-88/+166
2016-04-05bnxt_en: Improve ethtool .get_settings().Michael Chan1-8/+13
2016-04-05bnxt_en: Check for valid forced speed during ethtool -s.Michael Chan1-10/+38
2016-04-05bnxt_en: Add unsupported SFP+ module warnings.Michael Chan2-0/+58
2016-04-05bnxt_en: Set async event bits when registering with the firmware.Michael Chan1-4/+14
2016-04-05bnxt_en: Add get_eee() and set_eee() ethtool support.Michael Chan1-0/+76
2016-04-05bnxt_en: Add EEE setup code.Michael Chan4-5/+60
2016-04-05bnxt_en: Add basic EEE support.Michael Chan4-2/+87
2016-04-05bnxt_en: Improve flow control autoneg with Firmware 1.2.1 interface.Michael Chan2-11/+27
2016-04-05bnxt_en: Update to Firmware 1.2.2 spec.Michael Chan9-56/+431
2016-04-05fm10k: use ethtool_rxfh_indir_default for default redirection tableJacob Keller3-29/+34
2016-04-05fm10k: fix a minor typo in some commentsJacob Keller4-8/+8
2016-04-05fm10k: correctly clean up when init_queueing_scheme failsJacob Keller1-9/+26
2016-04-05fm10k: prevent possibly uninitialized variableBruce Allan1-1/+1
2016-04-05fm10k: add helper functions to set strings and data for ethtool statsJacob Keller1-81/+83
2016-04-05fm10k: free MBX IRQ before clearing interrupt schemeJacob Keller1-2/+2
2016-04-05fm10k: print error message when stop_hw failsJacob Keller1-1/+4
2016-04-05fm10k: base queue scheme covered by RSSJacob Keller1-4/+2
2016-04-05fm10k: don't initialize service task until later in probeJacob Keller1-9/+16
2016-04-05fm10k: prevent null pointer dereference of msix_entries tableJacob Keller1-1/+3
2016-04-05fm10k: use ether_addr_copy to copy MAC addressBruce Allan1-2/+2