aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15VFS: Fix up some ->d_inode accesses in the chelsio driverDavid Howells2-16/+7
2015-04-15block: loop: switch to VFS ITER_BVECChristoph Hellwig1-174/+120
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+2
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval1-9/+9
2015-04-11infinibad: weird APIs switched to ->write_iter()Al Viro2-15/+23
2015-04-11switch drivers/char/mem.c to ->read_iter/->write_iterAl Viro1-9/+9
2015-04-11make new_sync_{read,write}() staticAl Viro7-18/+0
2015-04-11switch /dev/loop to vfs_iter_write()Al Viro1-5/+7
2015-04-11serial2002: switch to __vfs_read/__vfs_writeAl Viro1-12/+6
2015-04-11ashmem: use __vfs_read()Al Viro1-1/+1
2015-04-11lustre: kill unused members of struct vvp_thread_infoAl Viro1-2/+0
2015-04-11Merge branch 'for-davem' into for-nextAl Viro783-16162/+25860
2015-04-11sg_start_req(): use import_iovec()Al Viro1-11/+5
2015-04-11sg_start_req(): make sure that there's not too many elements in iovecAl Viro1-0/+3
2015-04-11Merge branch 'iocb' into for-nextAl Viro11-13/+10
2015-04-11new helper: msg_data_left()Al Viro1-2/+2
2015-04-09Merge branch 'iocb' into for-davemAl Viro11-13/+10
2015-04-07Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller2-9/+5
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller50-183/+372
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-11/+4
2015-04-06net/mlx4_core: Fix error message deprecation for ConnectX-2 cardsJack Morgenstein1-1/+2
2015-04-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-14/+23
2015-04-06virtio: document queue state logicMichael S. Tsirkin1-5/+9
2015-04-06mvneta: dont call mvneta_adjust_link() manuallyStas Sergeev1-6/+1
2015-04-05Input: alps - report V2 Dualpoint Stick events via the right evdev nodeHans de Goede1-1/+6
2015-04-05Input: alps - report interleaved bare PS/2 packets via dev3Hans de Goede1-14/+18
2015-04-04Merge tag 'usb-4.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds6-5/+26
2015-04-04Merge tag 'staging-4.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds17-91/+132
2015-04-04Merge tag 'tty-4.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-0/+6
2015-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-6/+12
2015-04-03mvneta: implement SGMII-based in-band link state signalingStas Sergeev1-11/+95
2015-04-03add fixed_phy_update_state() - update state of fixed_phyStas Sergeev1-0/+29
2015-04-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+7
2015-04-03Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds1-3/+8
2015-04-03i40e: Bump to version 1.3.1Catherine Sullivan1-2/+2
2015-04-03i40evf: Refactor VF RSS codeAnjali Singhai Jain1-32/+11
2015-04-03i40evf: protect VLAN filter listMitch Williams1-2/+22
2015-04-03i40e: Communicate VSI id in place of VSI index to the VFsAnjali Singhai Jain4-53/+76
2015-04-03i40e: stop flow director on shutdownMitch Williams1-0/+2
2015-04-03i40e: fix up VXLAN messagesShannon Nelson1-19/+19
2015-04-03i40e: Don't register/de-register apps on NIC partitions in MFP modeNeerav Parikh1-0/+8
2015-04-03i40e/i40evf: Set Ethernet protocol correctly when Tx VLAN offloads are disabledGreg Rose2-0/+27
2015-04-03i40e: warn at the right timeMitch Williams1-3/+2
2015-04-03i40e: fix invalid void return in FCoE codeJesse Brandeburg1-2/+1
2015-04-03i40e/i40evf: fix bug when skb allocation failsJesse Brandeburg2-2/+8
2015-04-03i40e: Change some memcpys to struct assignmentsJesse Brandeburg1-11/+8
2015-04-03i40e: Print some more info to help figure out the cause of HMC errorAnjali Singhai Jain1-0/+3
2015-04-03i40e: validate VSI param from VFsMitch Williams1-0/+2
2015-04-03i40evf: Fix Outer UDP RX checksum codeAnjali Singhai Jain1-11/+13
2015-04-02Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds14-29/+58