summaryrefslogtreecommitdiffstats
path: root/drivers/net/enic
AgeCommit message (Expand)AuthorLines
2011-08-11enic: Move the Cisco driverJeff Kirsher-7461/+0
2011-07-21enic: do vlan cleanupJiri Pirko-27/+6
2011-06-30enic: Add support to configure hardware interrupt coalesce timers in a platfo...Vasanthy Kolluri-26/+122
2011-06-09enic: Bug Fix: Fix hardware transmit queue indexing in enic_poll_controllerVasanthy Kolluri-3/+7
2011-06-09enic: Get/Set interrupt resource index for transmit and receive queuesVasanthy Kolluri-3/+6
2011-06-09enic: Log device configuration in detail during driver loadVasanthy Kolluri-6/+26
2011-06-09enic: Pass 802.1p bits for packets tagged with vlan zeroVasanthy Kolluri-2/+1
2011-06-08enic: update to support 64 bit statsstephen hemminger-4/+4
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan-0/+1
2011-06-06enic: Add support for MTU change via port profile on a dynamic vnicRoopa Prabhu-6/+68
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches-1/+1
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker-0/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny-2/+2
2011-04-07net: enic: convert to hw_featuresMichał Mirosław-69/+10
2011-03-30enic: Add support for PORT_REQUEST_PREASSOCIATE_RRRoopa Prabhu-149/+344
2011-03-30enic: Cleanups in port profile helper codeRoopa Prabhu-4/+14
2011-03-30enic: Add wrapper routines for new fw devcmds for port profile handlingRoopa Prabhu-6/+63
2011-03-30enic: Add support for new fw devcmds for port profile handlingRoopa Prabhu-49/+111
2011-03-14enic: Support newer version of firmware devcmd CMD_MCPU_FW_INFOVasanthy Kolluri-3/+44
2011-02-28enic: Flush driver cache of registered addr lists during port profile disasso...Roopa Prabhu-1/+3
2011-02-17enic: Always use single transmit and single receive hardware queues per deviceVasanthy Kolluri-4/+4
2011-02-17enic: Clean up: Remove a not needed #ifdefVasanthy Kolluri-3/+1
2011-02-17enic: Bug fix: Reset driver count of registered unicast addresses to zero dur...Vasanthy Kolluri-7/+8
2011-02-07enic: Clean up: Remove support for an older version of hardwareVasanthy Kolluri-99/+4
2011-02-07enic: Bug Fix: Reorder firmware devcmds - CMD_INIT and CMD_IG_VLAN_REWRITE_MODEVasanthy Kolluri-13/+17
2011-02-07enic: Bug Fix: Fix return values of enic_add/del_station_addr routinesVasanthy Kolluri-13/+15
2011-02-07enic: Clean up: Organize devcmd wrapper routinesVasanthy Kolluri-208/+275
2011-02-07enic: Decouple mac address registration and deregistration from port profile ...Roopa Prabhu-7/+1
2011-01-20enic: Bug Fix: Dont reset ENIC_SET_APPLIED flag on port profile disassociateRoopa Prabhu-7/+9
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+2
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław-1/+1
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo-1/+1
2010-12-10enic: Move enic port profile handling code to a new 802.1Qbh provisioning inf...Roopa Prabhu-19/+47
2010-12-10enic: Use VF mac set by IFLA_VF_MAC in port profile provisioning dataRoopa Prabhu-23/+57
2010-12-10enic: Add ndo_set_vf_mac support for enic dynamic devicesRoopa Prabhu-1/+22
2010-12-10enic: Add ndo_set_rx_mode support for enic vnicsRoopa Prabhu-24/+102
2010-12-10enic: Bug Fix: Pass napi reference to the isr that services receive queueVasanthy Kolluri-1/+2
2010-11-15enic: Fix build warningsVasanthy Kolluri-3/+3
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross-1/+1
2010-10-21enic: Fix log messageVasanthy Kolluri-1/+1
2010-10-21enic: Change min MTUVasanthy Kolluri-1/+1
2010-10-21enic: Replace firmware devcmd CMD_ENABLE with CMD_ENABLE_WAITVasanthy Kolluri-4/+10
2010-10-21enic: Make firmware cognizant of the user set mac addressVasanthy Kolluri-1/+12
2010-10-21enic: Add support for multiple hardware receive queuesVasanthy Kolluri-124/+368
2010-10-01enic: Make local functions staticVasanthy Kolluri-25/+10
2010-10-01enic: Remove dead codeVasanthy Kolluri-187/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet-1/+1
2010-08-17enic: Mark intr_timer in vnic_enet_config as deprecatedRoopa Prabhu-1/+1
2010-08-17enic: Check if rq/wq buf not NULL before freeing themRoopa Prabhu-4/+8
2010-08-17enic: Clean up: remove enic_dev_stats_clearRoopa Prabhu-15/+0