summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | via-rhine: fix VLAN receive handling regression.Andrej Ota2015-10-161-1/+2
| * | | mlxsw: core: Fix race condition in __mlxsw_emad_transmitIdo Schimmel2015-10-151-4/+9
| * | | be2net: remove vlan promisc capability from VF's profile descriptorsKalesh AP2015-10-131-2/+8
| * | | be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmdSomnath Kotur2015-10-134-9/+25
| * | | be2net: pad skb to meet minimum TX pkt size in BE3Suresh Reddy2015-10-131-4/+5
| * | | be2net: release mcc-lock in a failure case in be_cmd_notify_wait()Suresh Reddy2015-10-131-2/+5
| * | | be2net: fix BE3-R FW download compatibility checkKalesh AP2015-10-131-1/+9
| * | | net/fsl_pq_mdio: fix computed address for the TBI registerGerlando Falauto2015-10-131-6/+18
| * | | net/fsl_pq_mdio: check TBI address for consistency with mapped rangeGerlando Falauto2015-10-131-0/+10
| * | | bnx2x: Prevent UDP 4-tuple configurations on older adaptersYuval Mintz2015-10-111-0/+7
| * | | mlxsw: Fix bug in __mlxsw_item_bit_array_offsetIdo Schimmel2015-10-111-1/+3
| * | | mlxsw: switchx2: changing order of exit fallbacksElad Raz2015-10-111-1/+1
| * | | net/mlx5e: Disable VLAN filter in promiscuous modeAchiad Shochat2015-10-091-2/+14
| * | | net/mlx5: Fix typo in mlx5_query_port_pvlcJiri Pirko2015-10-091-1/+1
| * | | net/mlx4_core: Avoid failing the interrupts testCarol L Soto2015-10-091-0/+4
| * | | net/mlx4: Remove shared_ports variable at mlx4_enable_msi_xCarol L Soto2015-10-081-8/+2
| * | | net: mdio-octeon: Drop obsolete Kconfig adviceJean Delvare2015-10-081-2/+0
| * | | mlxsw: fix warnings for big-endian 32-bit dma_addr_tArnd Bergmann2015-10-081-4/+4
| * | | i40e/i40evf: set AQ count after memory allocationMitch Williams2015-10-072-4/+4
| * | | amd-xgbe: Check for successful buffer allocation before useTom Lendacky2015-10-061-0/+3
| * | | i40e: fix offload of GRE tunnelsJesse Brandeburg2015-10-051-0/+2
| * | | Merge tag 'wireless-drivers-for-davem-2015-10-01' of git://git.kernel.org/pub...David S. Miller2015-10-054-2/+5
| |\| |
| | * | ath10k: fix DMA related firmware crashes on multiple devicesFelix Fietkau2015-09-261-2/+2
| | * | b43: probe bcma core (device) rev 0x15Rafał Miłecki2015-09-261-0/+1
| | * | rt2800usb: add usb ID 1b75:3070 for Airlive WT-2000USBStanislaw Gruszka2015-09-261-0/+1
| | * | ath9k: declare required extra tx headroomFelix Fietkau2015-09-261-0/+1
| * | | net: lpc_eth: fix warnings caused by enabling unprepared clockVladimir Zapolskiy2015-10-051-7/+6
| * | | net: usb: asix: Fix crash on skb alloc failureDavid B. Robins2015-10-051-1/+3
| * | | Merge tag 'linux-can-fixes-for-4.3-20150930' of git://git.kernel.org/pub/scm/...David S. Miller2015-10-051-0/+1
| |\ \ \
| | * | | can: peak_pci: add unused device id. in devices tableStephane Grosjean2015-09-301-0/+1
| * | | | amd-xgbe: fix potential memory leak in xgbe-debugfsGeliang Tang2015-10-051-0/+1
| * | | | ppp: don't override sk->sk_state in pppoe_flush_dev()Guillaume Nault2015-10-051-1/+0
* | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-10-184-18/+42
|\ \ \ \ \
| * | | | | i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348Mika Westerberg2015-10-181-0/+20
| * | | | | i2c: designware-platdrv: enable RuntimePM before registering to the coreWolfram Sang2015-10-151-6/+7
| * | | | | i2c: s3c2410: enable RuntimePM before registering to the coreWolfram Sang2015-10-151-3/+5
| * | | | | i2c: rcar: enable RuntimePM before registering to the coreWolfram Sang2015-10-151-3/+4
| * | | | | i2c: return probe deferred status on dev_pm_domain_attachKieran Bingham2015-10-151-6/+6
| | | | | |
| \ \ \ \ \
*-. | | | | | Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...Linus Torvalds2015-10-171-0/+4
|\ \| | | | |
| * | | | | | genirq/msi: Do not use pci_msi_[un]mask_irq as default methodsMarc Zyngier2015-10-161-0/+4
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-10-172-9/+9
|\ \ \ \ \ \
| * | | | | | Input: cyapa - fix the copy paste error on electrodes_rx valueDudley Du2015-10-141-7/+3
| * | | | | | Input: ads7846 - correct the value got from SPIAndrey Gelman2015-10-071-2/+6
* | | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-10-171-1/+3
|\ \ \ \ \ \ \
| * | | | | | | Partially revert "clk: mvebu: Convert to clk_hw based provider APIs"Stephen Boyd2015-10-141-1/+3
* | | | | | | | Merge tag 'dm-4.3-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-10-162-4/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | dm thin: fix missing pool reference count decrement in pool_ctr error pathMike Snitzer2015-10-131-1/+1
| * | | | | | | | dm snapshot persistent: fix missing cleanup in persistent_ctr error pathSudip Mukherjee2015-10-131-3/+12
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-10-161-2/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | rbd: use writefull op for object size writesIlya Dryomov2015-10-161-2/+7