aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-22Merge branch 'ip-roce' into for-nextRoland Dreier7-26/+85
2014-01-22Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'ocrdma', 'qib', 'srp' and 'usnic' into for-nextRoland Dreier7-20/+138
2014-01-22IB/mlx5: Remove old field for create mkey mailboxEli Cohen1-2/+2
2014-01-22mlx5_core: Fix PowerPC supportEli Cohen1-1/+2
2014-01-22mlx5_core: Improve debugfs readabilityEli Cohen1-0/+45
2014-01-22IB/mlx5: Add support for resize CQEli Cohen2-2/+12
2014-01-22IB/mlx5: Implement modify CQEli Cohen2-4/+19
2014-01-21scsi_transport_srp: Fix kernel-doc warningsBart Van Assche1-4/+28
2014-01-21scsi_transport_srp: Fix a race conditionBart Van Assche1-2/+2
2014-01-18IB/mlx4: Handle Ethernet L2 parameters for IP based GID addressingMoni Shoua1-4/+11
2014-01-18IB/cma: IBoE (RoCE) IP-based GID addressingMoni Shoua1-23/+12
2014-01-18IB/core: Add support for RDMA_NODE_USNIC_UDPUpinder Malhi1-0/+1
2014-01-14IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak6-3/+66
2014-01-14mlx4_core: Add support for steerable IB UD QPsMatan Barak2-1/+6
2014-01-14IB/core: Add support for IB L2 device-managed steeringMatan Barak1-1/+15
2014-01-14IB/core: Add flow steering support for IPoIB UD trafficMatan Barak1-0/+1
2014-01-14IB/mlx5: Fix micro UAR allocatorEli Cohen1-3/+4
2014-01-14IB/core: Add RDMA_TRANSPORT_USNIC_UDPUpinder Malhi1-1/+2
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-4/+8
2014-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-4/+23
2014-01-03Merge tag 'pm+acpi-3.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+3
2014-01-02ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao1-0/+13
2014-01-02sctp: Remove outqueue empty stateVlad Yasevich1-3/+0
2014-01-01net: llc: fix order of evaluation in llc_conn_ac_inc_vr_by_1Daniel Borkmann1-1/+1
2014-01-01Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-1/+3
2014-01-01Merge branch 'drm-fixes-3.13' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie2-1/+3
2013-12-31vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller1-0/+9
2013-12-31Merge branches 'acpi-pci-pm' and 'acpi-pci-hotplug'Rafael J. Wysocki1-1/+3
2013-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+2
2013-12-31ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplugRafael J. Wysocki1-1/+3
2013-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+14
2013-12-27net: Add some clarification to skb_tx_timestamp() comment.David S. Miller1-0/+4
2013-12-24Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-0/+1
2013-12-24Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+1
2013-12-24auxvec.h: account for AT_HWCAP2 in AT_VECTOR_SIZE_BASEArd Biesheuvel1-1/+1
2013-12-23Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2013-12-23drm/radeon: expose render backend mask to the userspaceMarek Olšák1-0/+2
2013-12-23drm/radeon: 0x9649 is SUMO2 not SUMOAlex Deucher1-1/+1
2013-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-4/+1
2013-12-21aio/migratepages: make aio migrate pages saneBenjamin LaHaise1-1/+2
2013-12-20pstore: Don't allow high traffic options on fragile devicesLuck, Tony1-0/+3
2013-12-20mm: do not allocate page->ptl dynamically, if spinlock_t fits to longKirill A. Shutemov3-5/+6
2013-12-20mm: Fix NULL pointer dereference in madvise(MADV_WILLNEED) supportKirill A. Shutemov1-3/+2
2013-12-20Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-5/+5
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/netDavid S. Miller1-0/+5
2013-12-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-12-19target/file: Update hw_max_sectors based on current block_sizeNicholas Bellinger1-0/+1
2013-12-18Merge branch 'akpm' (incoming from Andrew)Linus Torvalds4-1/+60
2013-12-18mm: numa: guarantee that tlb_flush_pending updates are visible before page table updatesMel Gorman1-1/+6
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2-1/+45