aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* can: esd_usb2: Fix can_dlc value for received RTR, framesStefan Mätje2017-10-191-1/+1
* can: flexcan: fix p1010 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-1/+2
* can: flexcan: fix i.MX28 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-1/+3
* can: flexcan: fix i.MX6 state transition issueZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-1/+1
* can: flexcan: implement error passive state quirkZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-9/+66
* can: flexcan: rename legacy error state quirkZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-4/+4
* can: flexcan: fix state transition regressionZHU Yi (ST-FIR/ENG1-Zhu)2017-10-191-2/+3
* ibmvnic: Fix calculation of number of TX header descriptorsThomas Falcon2017-10-181-8/+8
* mlxsw: core: Fix possible deadlockIdo Schimmel2017-10-181-1/+10
* tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-10-161-0/+3
* bnxt_en: Fix possible corruption in DCB parameters from firmware.Sankar Patchineelam2017-10-141-5/+18
* bnxt_en: Fix possible corrupted NVRAM parameters from firmware response.Michael Chan2017-10-143-1/+10
* bnxt_en: Fix VF resource checking.Michael Chan2017-10-141-2/+9
* bnxt_en: Fix VF PCIe link speed and width logic.Vasundhara Volam2017-10-141-1/+1
* bnxt_en: Don't use rtnl lock to protect link change logic in workqueue.Michael Chan2017-10-143-12/+21
* bnxt_en: Improve VF/PF link change logic.Michael Chan2017-10-141-13/+53
* net: dsa: mv88e6060: fix switch MAC addressVivien Didelot2017-10-141-2/+8
* net: stmmac: dwmac_lib: fix interchanged sleep/timeout values in DMA reset fu...Emiliano Ingrassia2017-10-131-1/+1
* liquidio: fix timespec64_to_ns typoArnd Bergmann2017-10-131-1/+1
* Merge tag 'wireless-drivers-for-davem-2017-10-13' of git://git.kernel.org/pub...David S. Miller2017-10-1318-197/+232
|\
| * iwlwifi: nvm: set the correct offsets to 3168 seriesChaya Rachel Ivgi2017-10-069-28/+59
| * iwlwifi: nvm-parse: unify channel flags printingJohannes Berg2017-10-061-59/+39
| * iwlwifi: mvm: return -ENODATA when reading the temperature with the FW downLuca Coelho2017-10-061-1/+1
| * iwlwifi: stop dbgc recording before stopping DMAGolan Ben Ami2017-10-062-5/+17
| * iwlwifi: mvm: do not print security error in monitor modeShaul Triebitz2017-10-064-2/+16
| * brcmsmac: make some local variables 'static const' to reduce stack sizeArnd Bergmann2017-10-021-100/+97
| * brcmfmac: Add check for short event packetsKevin Cernekee2017-10-021-1/+2
| * rtlwifi: rtl8821ae: Fix connection lost problemLarry Finger2017-10-021-1/+1
* | r8169: only enable PCI wakeups when WOL is activeDaniel Drake2017-10-111-2/+0
* | macsec: fix memory leaks when skb_to_sgvec failsSabrina Dubroca2017-10-111-0/+2
* | nfp: handle page allocation failuresJakub Kicinski2017-10-101-6/+14
* | nfp: fix ethtool stats gather retryJakub Kicinski2017-10-101-3/+5
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-102-28/+37
|\ \
| * | i40e: Fix memory leak related filter programming statusAlexander Duyck2017-10-101-27/+36
| * | i40e: Fix comment about locking for __i40e_read_nvm_word()Stefano Brivio2017-10-101-1/+1
* | | wimax/i2400m: Remove VLAISBehan Webster2017-10-101-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-098-64/+48
|\ \
| * | cdc_ether: flag the u-blox TOBY-L2 and SARA-U2 as wwanAleksander Morgado2017-10-091-0/+13
| * | net: thunderx: mark expected switch fall-throughs in nicvf_main()Gustavo A. R. Silva2017-10-091-0/+2
| * | ixgbe: incorrect XDP ring accounting in ethtool tx_frame paramJohn Fastabend2017-10-091-8/+8
| * | net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flagDing Tianhong2017-10-092-41/+0
| * | Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong2017-10-091-1/+1
| * | ixgbe: fix masking of bits read from IXGBE_VXLANCTRL registerSabrina Dubroca2017-10-091-1/+1
| * | ixgbe: Return error when getting PHY address if PHY access is not supportedMark D Rustad2017-10-091-0/+4
| * | mlxsw: spectrum_router: Avoid expensive lookup during route removalIdo Schimmel2017-10-081-14/+0
| * | ppp: fix race in ppp device destructionGuillaume Nault2017-10-061-0/+20
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-10-075-30/+34
|\ \ \
| * | | scsi: ibmvscsis: Fix write_pending failure pathBryant G. Ly2017-10-021-1/+1
| * | | scsi: libiscsi: Remove iscsi_destroy_sessionKhazhismel Kumykov2017-10-021-16/+0
| * | | scsi: libiscsi: Fix use-after-free race during iscsi_session_teardownKhazhismel Kumykov2017-10-021-4/+4