summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* lustre: get rid of messing with iovecsAl Viro2014-05-066-163/+37
* blkdev_aio_write() - turn into blkdev_write_iter()Al Viro2014-05-061-2/+2
* switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro2014-05-062-4/+4
* new helper: iov_iter_get_pages_alloc()Al Viro2014-05-061-55/+37
* new primitive: iov_iter_alignment()Al Viro2014-05-061-5/+2
* get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+1
* pass iov_iter to ->direct_IO()Al Viro2014-05-061-9/+8
* kill generic_segment_checks()Al Viro2014-05-061-8/+2
* agp: info leak in agpioc_info_wrap()Dan Carpenter2014-05-061-0/+1
* drivers/rtc/rtc-pcf8523.c: fix month definitionChris Cui2014-05-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-05-0590-927/+1193
|\
| * net: macb: Fix race between HW and driverSoren Brinkmann2014-05-051-10/+0
| * net: macb: Remove 'unlikely' optimizationSoren Brinkmann2014-05-051-1/+1
| * net: macb: Re-enable RX interrupt only when RX is doneSoren Brinkmann2014-05-051-7/+6
| * net: macb: Clear interrupt flagsSoren Brinkmann2014-05-051-0/+10
| * net: macb: Pass same size to DMA_UNMAP as used for DMA_MAPSoren Brinkmann2014-05-051-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-05-053-29/+46
| |\
| | * e1000e: Restrict MDIO Slow Mode workaround to relevant partsDavid Ertman2014-05-051-6/+8
| | * e1000e: Fix issue with link flap on 82579David Ertman2014-05-052-0/+13
| | * e1000e: Expand workaround for 10Mb HD throughput bugDavid Ertman2014-05-052-4/+12
| | * e1000e: Workaround for dropped packets in Gig/100 speeds on 82579David Ertman2014-05-052-19/+13
| * | net/mlx4_core: Don't issue PCIe speed/width checks for VFsEyal Perry2014-05-051-1/+2
| * | net/mlx4_core: Load the Eth driver firstOr Gerlitz2014-05-051-2/+2
| * | net/mlx4_core: Fix slave id computation for single port VFMatan Barak2014-05-051-15/+20
| * | net/mlx4_core: Adjust port number in qp_attach wrapper when detachingJack Morgenstein2014-05-051-0/+23
| * | net: cdc_ncm: fix buffer overflowBjørn Mork2014-05-051-1/+1
| |/
| * Altera TSE: ALTERA_TSE should depend on HAS_DMAGeert Uytterhoeven2014-05-051-0/+1
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-05-0515-46/+45
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-0115-46/+45
| | |\
| | | * rtl8192cu: Fix unbalanced irq enable in error path of rtl92cu_hw_init()Ben Hutchings2014-04-301-1/+1
| | | * rtlwifi: rtl8192se: Fix regression due to commit 1bf4bbbLarry Finger2014-04-301-0/+6
| | | * ath9k: remove tid->paused flagFelix Fietkau2014-04-303-17/+3
| | | * ath9k_hw: do not lower ANI setting below default on AR913xFelix Fietkau2014-04-301-0/+6
| | | * Bluetooth: Add support for Lite-on [04ca:3007]Mohammed Habibulla2014-04-252-0/+3
| | | * Revert "Bluetooth: Enable autosuspend for Intel Bluetooth device"Marcel Holtmann2014-04-251-3/+1
| | | * brcmfmac: Fix brcmf_chip_ai_coredisable not applying reset bits to BCMA_IOCTLHans de Goede2014-04-241-2/+3
| | | * ath9k: fix race in setting ATH_OP_INVALIDRajkumar Manoharan2014-04-243-9/+3
| | | * ath9k: add a recv budgetTim Harvey2014-04-221-0/+4
| | | * ath9k: fix possible hang on flushTim Harvey2014-04-221-3/+2
| | | * rtlwifi: rtl8188ee: initialize packet_beaconColin Ian King2014-04-221-1/+1
| | | * rt2x00: fix beaconing on USBStanislaw Gruszka2014-04-221-10/+12
| * | | net: mvmdio: Check for a valid interrupt instead of an errorEzequiel Garcia2014-05-021-1/+4
| * | | net phy: Check for aneg completion before setting state to PHY_RUNNINGBalakumaran Kannan2014-05-021-0/+11
| |/ /
| * | hyperv: Properly handle checksum offloadKY Srinivasan2014-04-301-0/+4
| * | gianfar: Avoid unnecessary reg accesses in adjust_link()Claudiu Manoil2014-04-301-110/+113
| * | Revert "macvlan : fix checksums error when we are in bridge mode"Vlad Yasevich2014-04-301-3/+0
| * | mactap: Fix checksum errors for non-gso packets in bridge modeVlad Yasevich2014-04-301-0/+9
| * | net: sxgbe: Added set function for interrupt on completeByungho An2014-04-303-0/+11
| * | net: sxgbe: Added rxqueue enable functionByungho An2014-04-304-0/+36