aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/enic (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-14/+1
2009-09-03enic: organize device initialization/deinit into separate functionsScott Feldman5-75/+133
2009-09-03enic: bug fix: check for zero port MTU before posting warningScott Feldman1-1/+1
2009-09-03enic: changes to driver/firmware interfaceScott Feldman4-10/+30
2009-09-03enic: bug fix: enable VLAN filteringScott Feldman1-1/+2
2009-09-03enic: provision for multiple Rx/Tx queues; prepare for RSS supportScott Feldman5-14/+50
2009-09-03enic: bug fix: included MAC drops in rx_dropped netstatScott Feldman2-3/+9
2009-09-03enic: bug fix: protect fw call i/f with spinlockScott Feldman1-0/+12
2009-09-03enic: use netdev_alloc_skbScott Feldman1-4/+6
2009-09-03enic: bug fix: split TSO fragments larger than 16K into multiple descsScott Feldman1-18/+69
2009-09-03enic: workaround A0 erratumScott Feldman4-4/+80
2009-09-03enic: add support for multiple BARsScott Feldman4-36/+66
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-2/+0
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang1-2/+2
2009-02-09enic: Add api for link down count and to get firmware notification status.Scott Feldman4-7/+38
2009-02-09enic: bug fix: tx_timeout reset path fix-upsScott Feldman1-16/+23
2009-02-09enic: record all bad FCS errs as frame errorsScott Feldman2-7/+4
2009-02-09enic: bug fix: return notify intr creditsScott Feldman3-7/+26
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-6/+6
2009-01-11netdev: add missing set_mac_address hookStephen Hemminger1-0/+1
2008-12-26drivers/net/enic: fix sparse warning: make symbol staticHannes Eder1-1/+1
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-6/+6
2008-11-21enic: misc cleanup items:Scott Feldman3-2/+15
2008-11-21enic: move wmb closer to where needed: before writing posted_index to hwScott Feldman3-6/+16
2008-11-21enic: mask off some reserved bits in CQ descriptor for future useScott Feldman1-2/+3
2008-11-21enic: driver/firmware API updatesScott Feldman2-19/+60
2008-11-21enic: enable ethtool LRO supportScott Feldman2-20/+24
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-1/+1
2008-11-19enic: convert to net_device_opsStephen Hemminger1-12/+17
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert more to %pMJohannes Berg2-13/+4
2008-10-13net: fix driver build errors due to missing net/ip6_checksum.h includeKamalesh Babulal1-0/+1
2008-10-09enic: Attempt to fix build in 32-bit such as i386.David S. Miller1-0/+14
2008-09-24enic: bug fix: don't set netdev->name too earlyScott Feldman2-76/+47
2008-09-24enic: Bug fix: Free MSI intr with correct data handleScott Feldman1-3/+5
2008-09-24enic: fixes for review items from Ben HutchingsScott Feldman2-26/+37
2008-09-24enic: Don't indicate IPv6 pkts using soft-LROScott Feldman1-2/+2
2008-09-18enic: add Cisco 10G Ethernet NIC driverScott Feldman25-0/+5432