aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/enic
AgeCommit message (Expand)Author
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-23enic: whitespace cleanup; #define cleanup; more verbose err msgScott Feldman
2009-12-23enic: feature add: add ethtool -c/C supportScott Feldman
2009-12-23enic: Bug fix: align desc ring sizes to 32 descsScott Feldman
2009-12-23enic: minimize pkt filter updates to firmwareScott Feldman
2009-12-23enic: Bug fix: try harder to fill Rx ring on skb allocation failuresScott Feldman
2009-12-23enic: Bug fix: use safe queue shutdown in dev->stopScott Feldman
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet
2009-09-03enic: organize device initialization/deinit into separate functionsScott Feldman
2009-09-03enic: bug fix: check for zero port MTU before posting warningScott Feldman
2009-09-03enic: changes to driver/firmware interfaceScott Feldman
2009-09-03enic: bug fix: enable VLAN filteringScott Feldman
2009-09-03enic: provision for multiple Rx/Tx queues; prepare for RSS supportScott Feldman
2009-09-03enic: bug fix: included MAC drops in rx_dropped netstatScott Feldman
2009-09-03enic: bug fix: protect fw call i/f with spinlockScott Feldman
2009-09-03enic: use netdev_alloc_skbScott Feldman
2009-09-03enic: bug fix: split TSO fragments larger than 16K into multiple descsScott Feldman
2009-09-03enic: workaround A0 erratumScott Feldman
2009-09-03enic: add support for multiple BARsScott Feldman
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang
2009-02-09enic: Add api for link down count and to get firmware notification status.Scott Feldman
2009-02-09enic: bug fix: tx_timeout reset path fix-upsScott Feldman
2009-02-09enic: record all bad FCS errs as frame errorsScott Feldman
2009-02-09enic: bug fix: return notify intr creditsScott Feldman
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2009-01-11netdev: add missing set_mac_address hookStephen Hemminger
2008-12-26drivers/net/enic: fix sparse warning: make symbol staticHannes Eder
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-11-21enic: misc cleanup items:Scott Feldman
2008-11-21enic: move wmb closer to where needed: before writing posted_index to hwScott Feldman
2008-11-21enic: mask off some reserved bits in CQ descriptor for future useScott Feldman
2008-11-21enic: driver/firmware API updatesScott Feldman
2008-11-21enic: enable ethtool LRO supportScott Feldman
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19enic: convert to net_device_opsStephen Hemminger
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-27net: convert more to %pMJohannes Berg
2008-10-13net: fix driver build errors due to missing net/ip6_checksum.h includeKamalesh Babulal
2008-10-09enic: Attempt to fix build in 32-bit such as i386.David S. Miller
2008-09-24enic: bug fix: don't set netdev->name too earlyScott Feldman
2008-09-24enic: Bug fix: Free MSI intr with correct data handleScott Feldman
2008-09-24enic: fixes for review items from Ben HutchingsScott Feldman
2008-09-24enic: Don't indicate IPv6 pkts using soft-LROScott Feldman