summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-06net/core/dev: Warn on a too-short GRO frameAaron Conole1-0/+2
2016-04-06ibmvnic: enable RX checksum offloadThomas Falcon1-0/+4
2016-04-06ibmvnic: map L2/L3/L4 header descriptors to firmwareThomas Falcon2-4/+194
2016-04-06Merge branch 'bcmgenet-cleanups'David S. Miller1-10/+17
2016-04-06net: bcmgenet: cleanup for dmadesc_set()Petri Gynther1-1/+1
2016-04-06net: bcmgenet: cleanup for bcmgenet_xmit_frag()Petri Gynther1-4/+7
2016-04-06net: bcmgenet: cleanup for bcmgenet_xmit()Petri Gynther1-5/+9
2016-04-05Merge branch 'udp-peek'David S. Miller9-53/+97
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar8-26/+47
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar5-20/+41
2016-04-05sock: convert sk_peek_offset functions to WRITE_ONCEWillem de Bruijn1-11/+13
2016-04-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller11-88/+166
2016-04-05Merge branch 'bnxt_en-next'David S. Miller9-95/+803
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-05Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller10-213/+245
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
2016-04-05fm10k: cleanup SPACE_BEFORE_TAB checkpatch warningBruce Allan1-1/+1
2016-04-05fm10k: demote BUG_ON() to WARN_ON() where appropriateBruce Allan1-1/+1