summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-03-106-14/+14
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-076-14/+14
| |\
| | * mwifiex: save and copy AP's VHT capability info correctlyAmitkumar Karwar2014-03-062-6/+5
| | * mwifiex: copy AP's HT capability info correctlyAmitkumar Karwar2014-03-061-2/+1
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-03-042-5/+7
| | |\
| | | * iwlwifi: fix and add 7265 series HW IDsOren Givon2014-03-041-3/+2
| | | * iwlwifi: mvm: don't WARN when statistics are handled lateEmmanuel Grumbach2014-03-041-2/+5
| | * | wl1251: use skb_trim to make skb shorterIvaylo Dimitrov2014-03-041-1/+1
* | | | bnx2: Fix shutdown sequenceMichael Chan2014-03-092-4/+38
|/ / /
* | | net/mlx4_core: mlx4_init_slave() shouldn't access comm channel before PF is r...Amir Vadai2014-03-061-0/+11
* | | net/mlx4_core: Fix memory access error in mlx4_QUERY_DEV_CAP_wrapper()Amir Vadai2014-03-061-3/+3
* | | bonding: correctly handle out of range parameters for lp_intervalSasha Levin2014-03-061-0/+1
* | | ibmveth: Fix endian issues with MAC addressesAnton Blanchard2014-03-062-10/+16
* | | phy: fix compiler array bounds warning on settings[]Bjorn Helgaas2014-03-061-5/+6
* | | hyperv: Move state setting for link queryHaiyang Zhang2014-03-052-1/+24
* | | net: macb: DMA-unmap full rx-bufferSoren Brinkmann2014-03-051-1/+1
* | | net: macb: Check DMA mappings for errorSoren Brinkmann2014-03-051-2/+12
* | | r8152: disable the ECM modehayeswang2014-03-054-255/+17
* | | net/mlx4: Support shutdown() interfaceGavin Shan2014-03-051-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-0450-298/+567
|\ \ \
| * | | macvlan: Add support for 'always_on' offload featuresVlad Yasevich2014-03-031-2/+5
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-03-034-23/+19
| |\ \ \
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-034-23/+19
| | |\| |
| | | * | mwifiex: do not advertise usb autosuspend supportBing Zhao2014-02-281-8/+0
| | | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwif...John W. Linville2014-02-283-15/+19
| | | |\|
| | | | * iwlwifi: fix TX status for aggregated packetsJohannes Berg2014-02-272-14/+18
| | | | * iwlwifi: mvm: change of listen interval from 70 to 10Max Stepanov2014-02-271-1/+1
| * | | | Merge tag 'linux-can-fixes-for-3.14-20140303' of git://gitorious.org/linux-ca...David S. Miller2014-03-031-41/+131
| |\ \ \ \
| | * | | | can: flexcan: factor out soft reset into seperate funtionMarc Kleine-Budde2014-03-031-9/+17
| | * | | | can: flexcan: flexcan_remove(): add missing netif_napi_del()Marc Kleine-Budde2014-03-031-1/+2
| | * | | | can: flexcan: fix transition from and to freeze mode in chip_{,un}freezeMarc Kleine-Budde2014-03-031-11/+49
| | * | | | can: flexcan: factor out transceiver {en,dis}able into seperate functionsMarc Kleine-Budde2014-03-031-7/+20
| | * | | | can: flexcan: fix transition from and to low power mode in chip_{en,dis}ableMarc Kleine-Budde2014-03-031-12/+38
| | * | | | can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() failsMarc Kleine-Budde2014-03-031-1/+3
| | * | | | can: flexcan: fix shutdown: first disable chip, then all interruptsMarc Kleine-Budde2014-03-031-3/+5
| | |/ / /
| * | | | net: cpsw: fix cpdma rx descriptor leak on down interfaceSchuyler Patton2014-03-031-0/+6
| * | | | be2net: isolate TX workarounds not applicable to Skyhawk-RVasundhara Volam2014-03-031-13/+26
| * | | | be2net: Fix skb double free in be_xmit_wrokarounds() failure pathVasundhara Volam2014-03-031-3/+4
| * | | | be2net: clear promiscuous bits in adapter->flags while disabling promiscuous ...Somnath kotur2014-03-031-3/+9
| * | | | be2net: Fix to reset transparent vlan taggingSomnath Kotur2014-03-032-20/+12
| * | | | qlcnic: dcb: a couple off by one bugsDan Carpenter2014-03-031-2/+2
| |/ / /
| * | | USB AX88179/178A: Support D-Link DUB-1312Gerry Demaret2014-03-021-0/+17
| * | | b44: always set duplex mode why phy changesHauke Mehrtens2014-03-021-1/+6
| * | | b44: add calls to phy_{start,stop}Hauke Mehrtens2014-03-021-0/+7
| * | | bna: fix vlan tag stripping and implement its togglingIvan Vecera2014-02-281-10/+30
| * | | tg3: Don't check undefined error bits in RXBDMichael Chan2014-02-282-3/+6
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-02-2711-76/+79
| |\ \ \
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-2711-76/+79
| | |\| |
| | | * | ath9k: fix invalid descriptor discardingFelix Fietkau2014-02-251-35/+35
| | | * | ath9k: reduce baseband hang detection false positive rateFelix Fietkau2014-02-251-1/+7