| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-10-02 | 6 | -61/+48 |
|\ |
|
| * | RDMA/nes: Fix compilation error when nes_debug is enabled | Tatyana Nikolova | 2012-09-30 | 1 | -2/+2 |
| * | RDMA/nes: Print hardware resource type | Tatyana Nikolova | 2012-09-30 | 3 | -11/+20 |
| * | RDMA/nes: Fix for crash when TX checksum offload is off | Tatyana Nikolova | 2012-09-30 | 1 | -0/+2 |
| * | RDMA/nes: Cosmetic changes | Tatyana Nikolova | 2012-09-30 | 1 | -19/+13 |
| * | RDMA/nes: Fix for incorrect MSS when TSO is on | Tatyana Nikolova | 2012-09-30 | 1 | -7/+7 |
| * | RDMA/nes: Fix incorrect resolving of the loopback MAC address | Tatyana Nikolova | 2012-09-30 | 1 | -25/+7 |
* | | workqueue: use mod_delayed_work() instead of cancel + queue | Tejun Heo | 2012-08-13 | 2 | -7/+4 |
|/ |
|
* | RDMA/nes: Don't call event handler if pointer is NULL | Tatyana Nikolova | 2012-05-14 | 1 | -1/+2 |
* | RDMA/nes: Fix for the ORD value of the connecting peer | Tatyana Nikolova | 2012-05-14 | 1 | -0/+4 |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-03-21 | 2 | -18/+23 |
|\ |
|
| *-. | Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ... | Roland Dreier | 2012-03-19 | 1 | -17/+22 |
| |\ \ |
|
| | | * | RDMA/nes: Fixes for sparse endianness warnings | Tatyana Nikolova | 2012-02-25 | 1 | -17/+22 |
| | |/ |
|
| * | | IB: Use central enum for speed instead of hard-coded values | Or Gerlitz | 2012-03-05 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-02-10 | 14 | -15/+20 |
|\ \
| |/ |
|
| * | RDMA/nes: Copyright update | Tatyana Nikolova | 2012-01-30 | 14 | -14/+14 |
| * | RDMA/nes: Fix fast memory registration opcode | Tatyana Nikolova | 2012-01-27 | 1 | -1/+1 |
| * | RDMA/nes: Fix fast memory registration length | Tatyana Nikolova | 2012-01-27 | 1 | -0/+2 |
| * | RDMA/nes: Add missing rcu_read_unlock() in nes_addr_resolve_neigh() | Roland Dreier | 2012-01-27 | 1 | -2/+3 |
| * | RDMA/nes: Fix for sending MPA reject frame | Tatyana Nikolova | 2012-01-27 | 1 | -0/+3 |
* | | infiniband: nes: Convert nes_addr_resolve_neigh() over to dst_neigh_lookup(). | David Miller | 2012-01-25 | 1 | -3/+8 |
|/ |
|
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
* | Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-01-08 | 3 | -6/+3 |
|\ |
|
| * | RDMA/nes: Fix terminate during AE | Tatyana Nikolova | 2012-01-04 | 2 | -4/+1 |
| * | RDMA/nes: Make unnecessarily global nes_set_pau() static | Tatyana Nikolova | 2012-01-04 | 1 | -1/+1 |
| * | RDMA/nes: Change MDIO bus clock to 2.5MHz | Tatyana Nikolova | 2012-01-04 | 1 | -1/+1 |
* | | infiniband: nes: Use dst's neighbour entry. | David Miller | 2011-12-05 | 1 | -9/+5 |
* | | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. | David Miller | 2011-12-05 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-12-02 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | IB: Fix RCU lockdep splats | Eric Dumazet | 2011-11-29 | 1 | -2/+4 |
* | | infiniband: Update net drivers for netdev_features_t changes. | David S. Miller | 2011-11-16 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2011-11-01 | 13 | -534/+2159 |
|\ |
|
| *-. | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ... | Roland Dreier | 2011-11-01 | 13 | -534/+2159 |
| |\ \ |
|
| | | * | RDMA/nes: Support for Packed And Unaligned fpdus | Faisal Latif | 2011-10-10 | 13 | -50/+1434 |
| | | * | RDMA/nes: Print IP address for critcal errors | Faisal Latif | 2011-10-10 | 1 | -0/+9 |
| | | * | RDMA/nes: Fix terminate connection | Faisal Latif | 2011-10-10 | 1 | -8/+9 |
| | | * | RDMA/nes: Add missing calls to ib_umem_release() | Julia Lawall | 2011-10-06 | 1 | -1/+4 |
| | |/
| |/| |
|
| | * | RDMA/nes: Add support for MPAv2 Enhanced RDMA Negotiation | Tatyana Nikolova | 2011-10-06 | 3 | -475/+703 |
| |/ |
|
* | | net: add skb frag size accessors | Eric Dumazet | 2011-10-19 | 1 | -5/+5 |
* | | net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map | Ian Campbell | 2011-10-06 | 1 | -2/+2 |
* | | IB: nes: convert to SKB paged frag API. | Ian Campbell | 2011-08-26 | 1 | -10/+11 |
* | | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 2011-08-17 | 1 | -1/+1 |
|/ |
|
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2011-07-22 | 1 | -11/+0 |
|\ |
|
| * | RDMA: Allow for NULL .modify_device() and .modify_port() methods | Bart Van Assche | 2011-07-18 | 1 | -11/+0 |
* | | nes: do vlan cleanup | Jiri Pirko | 2011-07-21 | 3 | -28/+45 |
* | | net: Abstract dst->neighbour accesses behind helpers. | David S. Miller | 2011-07-17 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2011-05-26 | 1 | -1/+3 |
|\ |
|
| * | RDMA/nes: Add a check for strict_strtoul() | Liu Yuan | 2011-05-24 | 1 | -1/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2011-05-20 | 3 | -56/+9 |
|\ \
| |/
|/| |
|