aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/nes
AgeCommit message (Expand)Author
2014-05-06IB/nes: Return an error on ib_copy_from_udata() failure instead of NULLYann Droneaud
2014-02-12RDMA/nes: Fix error return codeJulia Lawall
2014-01-22RDMA/nes: Slight optimization of Ethernet address compareDing Tianhong
2013-11-09RDMA/nes: Remove self-assignment from nes_query_qp()Dave Jones
2013-08-12RDMA/cma: Add IPv6 support for iWARPSteve Wise
2013-07-30Revert "RDMA/nes: Fix compilation error when nes_debug is enabled"Roland Dreier
2013-07-30RDMA/nes: Fix info leaks in nes_create_qp() and nes_create_cq()Dan Carpenter
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2013-01-04nes: remove usage of dev->masterJiri Pirko
2013-01-03Drivers: infinband: remove __dev* attributes.Greg Kroah-Hartman
2012-12-08RDMA/nes: Fix for crash when registering zero length MR for CQTatyana Nikolova
2012-12-08RDMA/nes: Fix for terminate timer crashTatyana Nikolova
2012-12-08RDMA/nes: Fix for BUG_ON due to adding already-pending timerTatyana Nikolova
2012-11-22RDMA/nes: Use WARN()Julia Lawall
2012-11-22RDMA/nes: Fix for incorrect multicast address in the perfect filter tableTatyana Nikolova
2012-11-22RDMA/nes: Fix for sending fpdus in order to hardwareTatyana Nikolova
2012-11-22RDMA/nes: Fix for unlinking skbs from empty listTatyana Nikolova
2012-11-22RDMA/nes: Fix incorrect address of IP headerTatyana Nikolova
2012-10-03RDMA/nes: Bump the version number of nes driverTatyana Nikolova
2012-10-03RDMA/nes: Remove unused module parameter "send_first"Tatyana Nikolova
2012-10-03RDMA/nes: Remove unnecessary if-else statementTatyana Nikolova
2012-10-03RDMA/nes: Add missing break to switch.Tatyana Nikolova
2012-10-02Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-09-30RDMA/nes: Fix compilation error when nes_debug is enabledTatyana Nikolova
2012-09-30RDMA/nes: Print hardware resource typeTatyana Nikolova
2012-09-30RDMA/nes: Fix for crash when TX checksum offload is offTatyana Nikolova
2012-09-30RDMA/nes: Cosmetic changesTatyana Nikolova
2012-09-30RDMA/nes: Fix for incorrect MSS when TSO is onTatyana Nikolova
2012-09-30RDMA/nes: Fix incorrect resolving of the loopback MAC addressTatyana Nikolova
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo
2012-05-14RDMA/nes: Don't call event handler if pointer is NULLTatyana Nikolova
2012-05-14RDMA/nes: Fix for the ORD value of the connecting peerTatyana Nikolova
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-03-19Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier
2012-03-05IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz
2012-02-25RDMA/nes: Fixes for sparse endianness warningsTatyana Nikolova
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-01-30RDMA/nes: Copyright updateTatyana Nikolova
2012-01-27RDMA/nes: Fix fast memory registration opcodeTatyana Nikolova
2012-01-27RDMA/nes: Fix fast memory registration lengthTatyana Nikolova
2012-01-27RDMA/nes: Add missing rcu_read_unlock() in nes_addr_resolve_neigh()Roland Dreier
2012-01-27RDMA/nes: Fix for sending MPA reject frameTatyana Nikolova
2012-01-25infiniband: nes: Convert nes_addr_resolve_neigh() over to dst_neigh_lookup().David Miller
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell