aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-15qede: Add driver support for PTPSudarsana Reddy Kalluru8-1/+661
2017-02-15qed: Add infrastructure for PTP supportSudarsana Reddy Kalluru8-1/+425
2017-02-15cxgb4: Update proper netdev stats for rx dropsGanesh Goudar1-1/+1
2017-02-15net: xilinx_emaclite: fix freezes due to unordered I/OAnssi Hannula1-54/+62
2017-02-15net: xilinx_emaclite: fix receive buffer overflowAnssi Hannula1-3/+7
2017-02-15mlx4: do not use rwlock in fast pathEric Dumazet2-18/+19
2017-02-15PCI/PME: Restore pcie_pme_driver.removeYinghai Lu1-0/+12
2017-02-15Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo17-170/+140
2017-02-15ath9k: use correct OTP register offsets for the AR9340 and AR9550Christian Lamparter1-2/+2
2017-02-15rt2500usb: don't mark register accesses as inlineArnd Bergmann1-14/+5
2017-02-15brcmfmac: Use net_device_stats from struct net_deviceTobias Klauser2-20/+8
2017-02-15rtlwifi: btcoexist: Fix if == else warnings in halbtc8723b1ant.cLarry Finger1-20/+4
2017-02-15rtlwifi: btcoexist: Fix if == else warnings in halbtc8821a1ant.cLarry Finger1-15/+3
2017-02-15rtlwifi: btcoexist: Fix if == else warnings in halbtc8821a2ant.cLarry Finger1-161/+24
2017-02-15mwifiex: don't enable/disable IRQ 0 during suspend/resumeBrian Norris1-4/+4
2017-02-15orinoco: Use net_device_stats from struct net_deviceTobias Klauser3-26/+9
2017-02-15rtlwifi: btcoexist: fix semicolon.cocci warningsJulia Lawall1-1/+1
2017-02-15wlcore: disable multicast filter in AP modeIain Hunter1-0/+15
2017-02-14net: ethernet: ti: cpsw: use var instead of func for usage countIvan Khoronzhuk1-30/+12
2017-02-14[media] siano: make it work again with CONFIG_VMAP_STACKMauro Carvalho Chehab1-5/+13
2017-02-14pch_gbe: Omit private ndo_get_stats functionTobias Klauser1-12/+0
2017-02-14net: hip04: Omit private ndo_get_stats functionTobias Klauser1-6/+0
2017-02-14ibmvnic: Fix initial MTU settingsThomas Falcon1-7/+5
2017-02-14net: ethernet: ti: cpsw: fix cpsw assignment in resumeIvan Khoronzhuk1-1/+1
2017-02-14net: irda: au1k_ir: drop useless includeManuel Lauss1-1/+0
2017-02-14net: irda: au1k_ir: remove unused timerManuel Lauss1-7/+0
2017-02-14pcnet32: fix BNC/AUI port on AM79C970AOndrej Zary1-52/+125
2017-02-14pcnet32: factor out pcnet32_clr_suspend()Ondrej Zary1-11/+10
2017-02-14mlxsw: spectrum: Change ipv6 unregistered mc tableNogah Frankel1-1/+0
2017-02-14ldmvsw: disable tso and gso for bridge operationsShannon Nelson2-4/+4
2017-02-14ldmvsw: update and simplify version stringShannon Nelson1-10/+4
2017-02-14sunvnet: remove extra rcu_read_unlocksShannon Nelson1-6/+2
2017-02-14sunvnet: straighten up message event handling logicShannon Nelson1-49/+45
2017-02-14sunvnet: add memory barrier before check for tx enableShannon Nelson1-0/+1
2017-02-14sunvnet: update version and version printingShannon Nelson1-10/+4
2017-02-14sunvnet: remove unused variable in maybe_tx_wakeupSowmini Varadhan1-5/+1
2017-02-14sunvnet: make sunvnet common code dynamically loadableShannon Nelson2-2/+11
2017-02-14ath9k: Access rchan::buf only with per_cpu helperSven Eckelmann1-1/+1
2017-02-14ath9k: clean up and fix ath_tx_count_airtimeFelix Fietkau1-36/+16
2017-02-14ath6kl: Use net_device_stats from struct net_deviceTobias Klauser3-20/+11
2017-02-14ath10k: fix the garage chars in board file name creationRyan Hsu1-1/+1
2017-02-14ath10k: convert warning about non-existent OTP board id to debug messageKalle Valo1-1/+2
2017-02-14ath10k: silence firmware file probing warningsMichal Kazior2-7/+9
2017-02-14ath10k: add directory to board data error messageKalle Valo1-1/+2
2017-02-14ath10k: fetch firmware images in a loopErik Stromdahl2-28/+27
2017-02-14sfc: only fall back to a lower interrupt mode if it is supportedAndrew Rybchenko1-2/+8
2017-02-14sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko4-3/+16
2017-02-14ath10k: fix napi crash during rmmod when probe firmware failsKalle Valo1-1/+2
2017-02-14ath10k: fix commentAmadeusz Sławiński1-1/+1
2017-02-14ath10k: use size_t for len variablesAmadeusz Sławiński3-29/+29