aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/enic/enic_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-2/+2
2011-04-07net: enic: convert to hw_featuresMichał Mirosław1-66/+8
2011-03-30enic: Add support for PORT_REQUEST_PREASSOCIATE_RRRoopa Prabhu1-147/+49
2011-02-28enic: Flush driver cache of registered addr lists during port profile disassociateRoopa Prabhu1-0/+2
2011-02-17enic: Always use single transmit and single receive hardware queues per deviceVasanthy Kolluri1-1/+1
2011-02-17enic: Clean up: Remove a not needed #ifdefVasanthy Kolluri1-2/+0
2011-02-17enic: Bug fix: Reset driver count of registered unicast addresses to zero during device resetVasanthy Kolluri1-6/+7
2011-02-07enic: Clean up: Remove support for an older version of hardwareVasanthy Kolluri1-53/+3
2011-02-07enic: Bug Fix: Reorder firmware devcmds - CMD_INIT and CMD_IG_VLAN_REWRITE_MODEVasanthy Kolluri1-12/+16
2011-02-07enic: Clean up: Organize devcmd wrapper routinesVasanthy Kolluri1-206/+1
2011-02-07enic: Decouple mac address registration and deregistration from port profile set operationRoopa Prabhu1-6/+0
2011-01-20enic: Bug Fix: Dont reset ENIC_SET_APPLIED flag on port profile disassociateRoopa Prabhu1-4/+6
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław1-1/+1
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-10enic: Move enic port profile handling code to a new 802.1Qbh provisioning info typeRoopa Prabhu1-10/+23
2010-12-10enic: Use VF mac set by IFLA_VF_MAC in port profile provisioning dataRoopa Prabhu1-23/+56
2010-12-10enic: Add ndo_set_vf_mac support for enic dynamic devicesRoopa Prabhu1-0/+20
2010-12-10enic: Add ndo_set_rx_mode support for enic vnicsRoopa Prabhu1-23/+98
2010-12-10enic: Bug Fix: Pass napi reference to the isr that services receive queueVasanthy Kolluri1-1/+2
2010-11-15enic: Fix build warningsVasanthy Kolluri1-2/+2
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-10-21enic: Fix log messageVasanthy Kolluri1-1/+1
2010-10-21enic: Replace firmware devcmd CMD_ENABLE with CMD_ENABLE_WAITVasanthy Kolluri1-1/+1
2010-10-21enic: Make firmware cognizant of the user set mac addressVasanthy Kolluri1-1/+12
2010-10-21enic: Add support for multiple hardware receive queuesVasanthy Kolluri1-82/+291
2010-10-01enic: Make local functions staticVasanthy Kolluri1-3/+3
2010-08-17enic: Clean up: remove enic_dev_stats_clearRoopa Prabhu1-15/+0
2010-08-17enic: Add set mac addressRoopa Prabhu1-1/+3
2010-08-04drivers/net/enic: Use %pUB to format a UUIDJoe Perches1-15/+2
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-1/+0
2010-06-25enic: Clean upsVasanthy Kolluri1-5/+6
2010-06-25enic: Feature Add: Add loopback capability to enic devicesVasanthy Kolluri1-15/+27
2010-06-25enic: Use (netdev|dev|pr)_<level> macro helpers for loggingVasanthy Kolluri1-70/+55
2010-06-25enic: Clean up: Add wrapper routines for firmware devcmd callsVasanthy Kolluri1-55/+171
2010-06-25enic: Use a lighter reset operation for enic devicesVasanthy Kolluri1-8/+8
2010-06-25enic: Bug Fix: Change hardware ingress vlan rewrite modeVasanthy Kolluri1-5/+26
2010-06-25enic: Feature Add: Replace LRO with GROVasanthy Kolluri1-71/+8
2010-06-02enic: bug fix: make the set/get netlink VF_PORT support symmetricalScott Feldman1-103/+97
2010-05-23enic: Use random mac addr when associating port-profileScott Feldman1-0/+8
2010-05-23enic: bug fix: sprintf UUID to string as u8[] rather than u16[] arrayScott Feldman1-8/+13
2010-05-17net: Add ndo_{set|get}_vf_port support for enic dynamic vnicsScott Feldman1-12/+318
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-18enic: Clean up: Change driver description; Fix tab space; Update MAINTAINERSVasanthy Kolluri1-1/+1
2010-03-18enic: Do not advertise NETIF_F_HW_VLAN_RXVasanthy Kolluri1-2/+1
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko1-4/+6
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+2
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-23enic: whitespace cleanup; #define cleanup; more verbose err msgScott Feldman1-2/+3