summaryrefslogtreecommitdiffstats
path: root/drivers/net/enic
Commit message (Expand)AuthorAgeFilesLines
* enic: organize device initialization/deinit into separate functionsScott Feldman2009-09-035-75/+133
* enic: bug fix: check for zero port MTU before posting warningScott Feldman2009-09-031-1/+1
* enic: changes to driver/firmware interfaceScott Feldman2009-09-034-10/+30
* enic: bug fix: enable VLAN filteringScott Feldman2009-09-031-1/+2
* enic: provision for multiple Rx/Tx queues; prepare for RSS supportScott Feldman2009-09-035-14/+50
* enic: bug fix: included MAC drops in rx_dropped netstatScott Feldman2009-09-032-3/+9
* enic: bug fix: protect fw call i/f with spinlockScott Feldman2009-09-031-0/+12
* enic: use netdev_alloc_skbScott Feldman2009-09-031-4/+6
* enic: bug fix: split TSO fragments larger than 16K into multiple descsScott Feldman2009-09-031-18/+69
* enic: workaround A0 erratumScott Feldman2009-09-034-4/+80
* enic: add support for multiple BARsScott Feldman2009-09-034-36/+66
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-291-2/+0
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang2009-04-071-2/+2
* enic: Add api for link down count and to get firmware notification status.Scott Feldman2009-02-094-7/+38
* enic: bug fix: tx_timeout reset path fix-upsScott Feldman2009-02-091-16/+23
* enic: record all bad FCS errs as frame errorsScott Feldman2009-02-092-7/+4
* enic: bug fix: return notify intr creditsScott Feldman2009-02-093-7/+26
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-2/+2
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-6/+6
* netdev: add missing set_mac_address hookStephen Hemminger2009-01-111-0/+1
* drivers/net/enic: fix sparse warning: make symbol staticHannes Eder2008-12-261-1/+1
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-6/+6
* enic: misc cleanup items:Scott Feldman2008-11-213-2/+15
* enic: move wmb closer to where needed: before writing posted_index to hwScott Feldman2008-11-213-6/+16
* enic: mask off some reserved bits in CQ descriptor for future useScott Feldman2008-11-211-2/+3
* enic: driver/firmware API updatesScott Feldman2008-11-212-19/+60
* enic: enable ethtool LRO supportScott Feldman2008-11-212-20/+24
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-201-1/+1
* enic: convert to net_device_opsStephen Hemminger2008-11-191-12/+17
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* net: convert more to %pMJohannes Berg2008-10-272-13/+4
* net: fix driver build errors due to missing net/ip6_checksum.h includeKamalesh Babulal2008-10-131-0/+1
* enic: Attempt to fix build in 32-bit such as i386.David S. Miller2008-10-091-0/+14
* enic: bug fix: don't set netdev->name too earlyScott Feldman2008-09-242-76/+47
* enic: Bug fix: Free MSI intr with correct data handleScott Feldman2008-09-241-3/+5
* enic: fixes for review items from Ben HutchingsScott Feldman2008-09-242-26/+37
* enic: Don't indicate IPv6 pkts using soft-LROScott Feldman2008-09-241-2/+2
* enic: add Cisco 10G Ethernet NIC driverScott Feldman2008-09-1825-0/+5432
OpenPOWER on IntegriCloud