Age | Commit message (Expand) | Author | Files | Lines |
2012-01-18 | Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 7 | -0/+4672 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 3 | -7/+7 |
2012-01-13 | module_param: avoid bool abuse, add bint for special cases. | Rusty Russell | 1 | -1/+1 |
2012-01-08 | Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 21 | -67/+105 |
2012-01-08 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 6 | -10/+10 |
2012-01-04 | Merge branches 'cma', 'misc', 'mlx4', 'nes', 'qib' and 'uverbs' into for-next | Roland Dreier | 19 | -58/+99 |
2012-01-04 | rdma/core: Fix sparse warnings | Sean Hefty | 2 | -6/+3 |
2012-01-04 | RDMA/cma: Fix endianness bugs | Sean Hefty | 1 | -3/+3 |
2012-01-04 | RDMA/nes: Fix terminate during AE | Tatyana Nikolova | 2 | -4/+1 |
2012-01-04 | RDMA/nes: Make unnecessarily global nes_set_pau() static | Tatyana Nikolova | 1 | -1/+1 |
2012-01-04 | RDMA/nes: Change MDIO bus clock to 2.5MHz | Tatyana Nikolova | 1 | -1/+1 |
2012-01-03 | IB/cm: Fix layout of APR message | Eli Cohen | 1 | -0/+1 |
2012-01-03 | IB/mlx4: Fix SL to 802.1Q priority-bits mapping for IBoE | Or Gerlitz | 3 | -4/+8 |
2012-01-03 | IB/qib: Default some module parameters optimally | Mike Marciniszyn | 2 | -3/+3 |
2012-01-03 | IB/qib: Optimize locking for get_txreq() | Mike Marciniszyn | 1 | -10/+33 |
2012-01-03 | IB/qib: Fix a possible data corruption when receiving packets | Ram Vepa | 3 | -4/+10 |
2012-01-03 | IB/qib: Eliminate 64-bit jiffies use | Mike Marciniszyn | 4 | -22/+20 |
2012-01-03 | IB/qib: Fix style issues | Mike Marciniszyn | 4 | -5/+4 |
2012-01-03 | IB/uverbs: Protect QP multicast list | Eli Cohen | 1 | -4/+17 |
2012-01-03 | infiniband: umode_t noise, including open-coded S_ISDIR() | Al Viro | 2 | -6/+6 |
2012-01-03 | switch ->is_visible() to returning umode_t | Al Viro | 1 | -1/+1 |
2012-01-03 | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 3 | -3/+3 |
2011-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -4/+12 |
2011-12-19 | Merge branches 'cma', 'mlx4' and 'qib' into for-next | Roland Dreier | 2 | -4/+6 |
2011-12-19 | IB/qib: Correct sense on freectxts increment and decrement | Mike Marciniszyn | 1 | -2/+2 |
2011-12-19 | RDMA/cma: Verify private data length | Sean Hefty | 1 | -0/+6 |
2011-12-16 | ib_srpt: Initial SRP Target merge for v3.3-rc1 | Bart Van Assche | 7 | -0/+4672 |
2011-12-13 | mlx4_ib: disable SRIOV mode for IB ports (not yet supported) | Jack Morgenstein | 1 | -0/+5 |
2011-12-13 | mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed) | Jack Morgenstein | 2 | -5/+8 |
2011-12-13 | mlx4: Extanding port_mask functionality | Jack Morgenstein | 1 | -1/+1 |
2011-12-06 | IB/mlx4: Fix shutdown crash accessing a non-existent bitmap | Roland Dreier | 1 | -2/+4 |
2011-12-05 | infiniband: ipoib: Sanitize neighbour handling in ipoib_main.c | David Miller | 1 | -12/+12 |
2011-12-05 | infiniband: cxgb4: Consolidate 3 copies of the same operation into 1 helper f... | David Miller | 1 | -140/+80 |
2011-12-05 | infiniband: nes: Use dst's neighbour entry. | David Miller | 1 | -9/+5 |
2011-12-05 | cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour. | David Miller | 1 | -13/+2 |
2011-12-05 | infiniband: addr: Consolidate code to fetch neighbour hardware address from dst. | David Miller | 1 | -26/+21 |
2011-12-05 | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. | David Miller | 6 | -14/+14 |
2011-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 10 | -45/+62 |
2011-11-30 | neigh: Add infrastructure for allocating device neigh privates. | David Miller | 1 | -0/+2 |
2011-11-29 | Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-next | Roland Dreier | 9 | -43/+58 |
2011-11-29 | IB: Fix RCU lockdep splats | Eric Dumazet | 6 | -14/+35 |
2011-11-29 | IB/ipoib: Prevent hung task or softlockup processing multicast response | Mike Marciniszyn | 3 | -8/+14 |
2011-11-28 | IB/qib: Fix over-scheduling of QSFP work | Mike Marciniszyn | 2 | -20/+8 |
2011-11-28 | RDMA/cxgb4: Fix retry with MPAv1 logic for MPAv2 | Kumar Sanghvi | 1 | -1/+3 |
2011-11-28 | RDMA/cxgb4: Fix iw_cxgb4 count_rcqes() logic | Jonathan Lallinger | 1 | -1/+1 |
2011-11-22 | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2 | -7/+7 |
2011-11-16 | infiniband: Update net drivers for netdev_features_t changes. | David S. Miller | 2 | -4/+4 |
2011-11-08 | IB/qib: Don't use schedule_work() | Mike Marciniszyn | 1 | -1/+1 |
2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 41 | -0/+44 |
2011-11-04 | Merge branches 'iser', 'mthca' and 'qib' into for-next | Roland Dreier | 2 | -8/+4 |