aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-7/+7
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-8/+11
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli1-8/+11
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-5/+7
2013-01-04nes: remove usage of dev->masterJiri Pirko2-4/+6
2013-01-03Drivers: infinband: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-08RDMA/nes: Fix for crash when registering zero length MR for CQTatyana Nikolova1-0/+5
2012-12-08RDMA/nes: Fix for terminate timer crashTatyana Nikolova3-8/+6
2012-12-08RDMA/nes: Fix for BUG_ON due to adding already-pending timerTatyana Nikolova1-18/+6
2012-11-22RDMA/nes: Use WARN()Julia Lawall2-9/+5
2012-11-22RDMA/nes: Fix for incorrect multicast address in the perfect filter tableTatyana Nikolova1-6/+7
2012-11-22RDMA/nes: Fix for sending fpdus in order to hardwareTatyana Nikolova1-13/+10
2012-11-22RDMA/nes: Fix for unlinking skbs from empty listTatyana Nikolova1-4/+7
2012-11-22RDMA/nes: Fix incorrect address of IP headerTatyana Nikolova1-1/+1
2012-10-03RDMA/nes: Bump the version number of nes driverTatyana Nikolova1-1/+1
2012-10-03RDMA/nes: Remove unused module parameter "send_first"Tatyana Nikolova2-6/+0
2012-10-03RDMA/nes: Remove unnecessary if-else statementTatyana Nikolova1-12/+3
2012-10-03RDMA/nes: Add missing break to switch.Tatyana Nikolova1-0/+1
2012-10-02Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds6-61/+48
2012-09-30RDMA/nes: Fix compilation error when nes_debug is enabledTatyana Nikolova1-2/+2
2012-09-30RDMA/nes: Print hardware resource typeTatyana Nikolova3-11/+20
2012-09-30RDMA/nes: Fix for crash when TX checksum offload is offTatyana Nikolova1-0/+2
2012-09-30RDMA/nes: Cosmetic changesTatyana Nikolova1-19/+13
2012-09-30RDMA/nes: Fix for incorrect MSS when TSO is onTatyana Nikolova1-7/+7
2012-09-30RDMA/nes: Fix incorrect resolving of the loopback MAC addressTatyana Nikolova1-25/+7
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2-7/+4
2012-05-14RDMA/nes: Don't call event handler if pointer is NULLTatyana Nikolova1-1/+2
2012-05-14RDMA/nes: Fix for the ORD value of the connecting peerTatyana Nikolova1-0/+4
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-18/+23
2012-03-19Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', 'srp' and 'srpt' into for-nextRoland Dreier1-17/+22
2012-03-05IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz1-1/+1
2012-02-25RDMA/nes: Fixes for sparse endianness warningsTatyana Nikolova1-17/+22
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-15/+20
2012-01-30RDMA/nes: Copyright updateTatyana Nikolova14-14/+14
2012-01-27RDMA/nes: Fix fast memory registration opcodeTatyana Nikolova1-1/+1
2012-01-27RDMA/nes: Fix fast memory registration lengthTatyana Nikolova1-0/+2
2012-01-27RDMA/nes: Add missing rcu_read_unlock() in nes_addr_resolve_neigh()Roland Dreier1-2/+3
2012-01-27RDMA/nes: Fix for sending MPA reject frameTatyana Nikolova1-0/+3
2012-01-25infiniband: nes: Convert nes_addr_resolve_neigh() over to dst_neigh_lookup().David Miller1-3/+8
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-08Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-6/+3
2012-01-04RDMA/nes: Fix terminate during AETatyana Nikolova2-4/+1
2012-01-04RDMA/nes: Make unnecessarily global nes_set_pau() staticTatyana Nikolova1-1/+1
2012-01-04RDMA/nes: Change MDIO bus clock to 2.5MHzTatyana Nikolova1-1/+1
2011-12-05infiniband: nes: Use dst's neighbour entry.David Miller1-9/+5
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-1/+1
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4