aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/enic/enic_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-21enic: do vlan cleanupJiri Pirko1-26/+6
2011-06-30enic: Add support to configure hardware interrupt coalesce timers in a platform independent wayVasanthy Kolluri1-10/+16
2011-06-09enic: Bug Fix: Fix hardware transmit queue indexing in enic_poll_controllerVasanthy Kolluri1-2/+6
2011-06-09enic: Get/Set interrupt resource index for transmit and receive queuesVasanthy Kolluri1-2/+2
2011-06-09enic: Pass 802.1p bits for packets tagged with vlan zeroVasanthy Kolluri1-2/+1
2011-06-08enic: update to support 64 bit statsstephen hemminger1-4/+4
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-06enic: Add support for MTU change via port profile on a dynamic vnicRoopa Prabhu1-5/+66
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches1-1/+1
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