summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_nic.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/nes: Turn carrier off on ifdownMaciej Sosnowski2010-10-061-0/+1
* RDMA/nes: Write correct register write to set TX pause paramChien Tung2010-09-081-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-08-081-5/+10
|\
| * RDMA/nes: Get rid of "set but not used" variablesRoland Dreier2010-08-041-2/+0Star
| * RDMA/nes: Fix hangs on ifdownFaisal Latif2010-07-291-3/+10
* | IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags()Ben Hutchings2010-07-041-1/+7
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-05-251-17/+55
|\
| * RDMA/nes: Have ethtool read hardware registers for rx/tx statsFaisal Latif2010-05-251-17/+55
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-211-4/+3Star
|\ \ | |/ |/|
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
| |\
| * | net: convert multicast list to list_headJiri Pirko2010-04-031-4/+3Star
* | | RDMA/nes: Make nesadapter->phy_lock usage consistentChien Tung2010-04-221-5/+11
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* RDMA/nes: Fix CX4 link problem in back-to-back configurationChien Tung2010-03-121-2/+28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-03-031-52/+9Star
|\
| * RDMA/nes: Add support for KR device id 0x0110Chien Tung2010-02-251-50/+7Star
| * RDMA/nes: Use atomic counters for CM listener create and destroyFaisal Latif2010-02-191-2/+2
* | infiniband: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-261-36/+49
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-12-161-1/+1
|\
| * RDMA/nes: Update copyright and branding stringChien Tung2009-12-101-1/+1
* | net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings2009-10-051-5/+7
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-09-251-1/+0Star
|\
| * RDMA/nes: Remove duplicate .ndo_set_mac_address field initializationJulia Lawall2009-09-241-1/+0Star
* | netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
|/
* RDMA/nes: Add support for new SFP+ PHYChien Tung2009-04-081-23/+29
* RDMA/nes: Fix mis-mergeRoland Dreier2009-03-271-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-03-261-13/+18
|\
| * infiniband: convert nes driver to net_device_opsStephen Hemminger2009-03-221-12/+15
| * net: Remove redundant NAPI functionsBen Hutchings2009-01-211-1/+1
* | RDMA/nes: Remove LLTXFaisal Latif2009-03-071-79/+61Star
* | RDMA/nes: Update copyright to new legal entity and yearChien Tung2009-03-071-1/+1
|/
* net: Fix warning fallout from recent NAPI interface changes.David S. Miller2008-12-271-1/+0Star
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-1/+1
* net: convert print_mac to %pMJohannes Berg2008-10-281-6/+4Star
* RDMA/nes: Enhanced PFT management schemeVadim Makhervaks2008-10-031-14/+62
* RDMA/nes: Stop spurious MAC interruptsChien Tung2008-10-011-7/+11
* RDMA/nes: Correct tso_wqe_lengthChien Tung2008-10-011-0/+2
* RDMA/nes: Fill in firmware version for ethtoolChien Tung2008-10-011-1/+3
* RDMA/nes: Correct MAX TSO frags valueBob Sharp2008-10-011-1/+1
* RDMA/nes: Enable MC/UC after changing MTUBob Sharp2008-10-011-0/+20
* RDMA/nes: Formatting cleanupGlenn Streiff2008-04-291-47/+49
* RDMA/nes: Add support for SFP+ PHYEric Schneider2008-04-291-24/+48
* RDMA/nes: Use LROFaisal Latif2008-04-291-2/+10
* RDMA/nes: Use print_mac() to format ethernet addresses for printingRoland Dreier2008-04-231-10/+8Star
* RDMA/nes: Remove unneeded function declarationsRoland Dreier2008-04-221-9/+0Star
* IB: Replace remaining __FUNCTION__ occurrences with __func__Harvey Harrison2008-04-171-1/+1
* RDMA/nes: Make symbols used only in a single source file staticRoland Dreier2008-04-171-1/+1
* RDMA/nes: Remove unused nes_netdev_exit() functionRoland Dreier2008-04-171-22/+0Star
* RDMA/nes: Fix VLAN supportChien Tung2008-02-171-2/+8