summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-24vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream ...Al Viro
2014-11-24tipc_msg_build(): pass msghdr instead of its ->msg_iovAl Viro
2014-11-24tipc_sendmsg(): pass msghdr instead of its ->msg_iovAl Viro
2014-11-24switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro
2014-11-24kill zerocopy_sg_from_iovec()Al Viro
2014-11-24{macvtap,tun}_get_user(): switch to iov_iterAl Viro
2014-11-24new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro
2014-11-24switch macvtap to ->read_iter()Al Viro
2014-11-24switch drivers/net/tun.c to ->read_iter()Al Viro
2014-11-24new helper: memcpy_to_msg()Al Viro
2014-11-24switch ipxrtr_route_packet() from iovec to msghdrAl Viro
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-24new helper: skb_copy_and_csum_datagram_msg()Al Viro
2014-11-24enic: use netdev_rss_key_fill() helperEric Dumazet
2014-11-24ipv6: coding style improvements (remove assignment in if statements)Ian Morris
2014-11-23enic: use spin_lock(wq_lock) instead of spin_lock_irqsave(wq_lock)Govindarajulu Varadarajan
2014-11-23enic: use napi_schedule_irqoff()Govindarajulu Varadarajan
2014-11-23mlx4: fix mlx4_en_set_rxfh()Eric Dumazet
2014-11-22Merge branch 'cxgb4-next'David S. Miller
2014-11-22RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE,...Hariprasad Shenai
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VIHariprasad Shenai
2014-11-22cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queuesHariprasad Shenai
2014-11-22RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF an...Hariprasad Shenai
2014-11-22RDMA/cxgb4: Cleanup Filter related macros/register definesHariprasad Shenai
2014-11-22i40e: enable fdb add code, remove unused codeJesse Brandeburg
2014-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-11-22Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-11-22Merge tag 'sound-3.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-11-22Merge tag 'pm+acpi-3.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-11-22Merge tag 'devicetree-fixes-for-3.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-11-22Merge tag 'pci-v3.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds
2014-11-22Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-11-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-11-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds
2014-11-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-11-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-11-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-11-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-11-21Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-11-21Merge branch 'defxx-next'David S. Miller
2014-11-21defxx: Clean up DEFEA resource managementMaciej W. Rozycki
2014-11-21defxx: Disable DEFEA's ESIC I/O decoding on shutdownMaciej W. Rozycki
2014-11-21defxx: Correct DEFEA's ESIC MMIO decodingMaciej W. Rozycki
2014-11-21defxx: Fix DEFPA enable error propagationMaciej W. Rozycki
2014-11-21vlan: Pass ethtool get_ts_info queries to real device.Richard Cochran
2014-11-21tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens
2014-11-21net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet