summaryrefslogtreecommitdiff
path: root/drivers/net/enic/enic_main.c
AgeCommit message (Expand)Author
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross
2010-10-21enic: Fix log messageVasanthy Kolluri
2010-10-21enic: Replace firmware devcmd CMD_ENABLE with CMD_ENABLE_WAITVasanthy Kolluri
2010-10-21enic: Make firmware cognizant of the user set mac addressVasanthy Kolluri
2010-10-21enic: Add support for multiple hardware receive queuesVasanthy Kolluri
2010-10-01enic: Make local functions staticVasanthy Kolluri
2010-08-17enic: Clean up: remove enic_dev_stats_clearRoopa Prabhu
2010-08-17enic: Add set mac addressRoopa Prabhu
2010-08-04drivers/net/enic: Use %pUB to format a UUIDJoe Perches
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings
2010-06-25enic: Clean upsVasanthy Kolluri
2010-06-25enic: Feature Add: Add loopback capability to enic devicesVasanthy Kolluri
2010-06-25enic: Use (netdev|dev|pr)_<level> macro helpers for loggingVasanthy Kolluri
2010-06-25enic: Clean up: Add wrapper routines for firmware devcmd callsVasanthy Kolluri
2010-06-25enic: Use a lighter reset operation for enic devicesVasanthy Kolluri
2010-06-25enic: Bug Fix: Change hardware ingress vlan rewrite modeVasanthy Kolluri
2010-06-25enic: Feature Add: Replace LRO with GROVasanthy Kolluri
2010-06-02enic: bug fix: make the set/get netlink VF_PORT support symmetricalScott Feldman
2010-05-23enic: Use random mac addr when associating port-profileScott Feldman
2010-05-23enic: bug fix: sprintf UUID to string as u8[] rather than u16[] arrayScott Feldman
2010-05-17net: Add ndo_{set|get}_vf_port support for enic dynamic vnicsScott Feldman
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-18enic: Clean up: Change driver description; Fix tab space; Update MAINTAINERSVasanthy Kolluri
2010-03-18enic: Do not advertise NETIF_F_HW_VLAN_RXVasanthy Kolluri
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: 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: 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