summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/nes/nes_nic.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-17/+55
2010-05-25RDMA/nes: Have ethtool read hardware registers for rx/tx statsFaisal Latif1-17/+55
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-4/+3
2010-04-22RDMA/nes: Make nesadapter->phy_lock usage consistentChien Tung1-5/+11
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-04net: convert multicast list to list_headJiri Pirko1-4/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-12RDMA/nes: Fix CX4 link problem in back-to-back configurationChien Tung1-2/+28
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-52/+9
2010-02-26infiniband: convert to use netdev_for_each_mc_addrJiri Pirko1-36/+49
2010-02-25RDMA/nes: Add support for KR device id 0x0110Chien Tung1-50/+7
2010-02-19RDMA/nes: Use atomic counters for CM listener create and destroyFaisal Latif1-2/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-1/+1
2009-12-10RDMA/nes: Update copyright and branding stringChien Tung1-1/+1
2009-10-05net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings1-5/+7
2009-09-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-1/+0
2009-09-24RDMA/nes: Remove duplicate .ndo_set_mac_address field initializationJulia Lawall1-1/+0
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-04-09RDMA/nes: Add support for new SFP+ PHYChien Tung1-23/+29
2009-03-27RDMA/nes: Fix mis-mergeRoland Dreier1-2/+0
2009-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-13/+18
2009-03-22infiniband: convert nes driver to net_device_opsStephen Hemminger1-12/+15
2009-03-07RDMA/nes: Remove LLTXFaisal Latif1-79/+61
2009-03-07RDMA/nes: Update copyright to new legal entity and yearChien Tung1-1/+1
2009-01-22net: Remove redundant NAPI functionsBen Hutchings1-1/+1
2008-12-27net: Fix warning fallout from recent NAPI interface changes.David S. Miller1-1/+0
2008-12-23net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-1/+1
2008-10-28net: convert print_mac to %pMJohannes Berg1-6/+4
2008-10-03RDMA/nes: Enhanced PFT management schemeVadim Makhervaks1-14/+62
2008-10-01RDMA/nes: Stop spurious MAC interruptsChien Tung1-7/+11
2008-10-01RDMA/nes: Correct tso_wqe_lengthChien Tung1-0/+2
2008-10-01RDMA/nes: Fill in firmware version for ethtoolChien Tung1-1/+3
2008-10-01RDMA/nes: Correct MAX TSO frags valueBob Sharp1-1/+1
2008-10-01RDMA/nes: Enable MC/UC after changing MTUBob Sharp1-0/+20
2008-04-30RDMA/nes: Formatting cleanupGlenn Streiff1-47/+49
2008-04-30RDMA/nes: Add support for SFP+ PHYEric Schneider1-24/+48
2008-04-30RDMA/nes: Use LROFaisal Latif1-2/+10
2008-04-23RDMA/nes: Use print_mac() to format ethernet addresses for printingRoland Dreier1-10/+8
2008-04-22RDMA/nes: Remove unneeded function declarationsRoland Dreier1-9/+0
2008-04-17IB: Replace remaining __FUNCTION__ occurrences with __func__Harvey Harrison1-1/+1
2008-04-17RDMA/nes: Make symbols used only in a single source file staticRoland Dreier1-1/+1
2008-04-17RDMA/nes: Remove unused nes_netdev_exit() functionRoland Dreier1-22/+0
2008-02-17RDMA/nes: Fix VLAN supportChien Tung1-2/+8
2008-02-16RDMA/nes: Fix MAC interrupt erroneously masked on ifdownGlenn Streiff1-16/+36
2008-02-05RDMA/nes: Add a driver for NetEffect RNICsGlenn Streiff1-0/+1703