summaryrefslogtreecommitdiff
path: root/drivers/net/enic
AgeCommit message (Expand)Author
2011-03-14enic: Support newer version of firmware devcmd CMD_MCPU_FW_INFOVasanthy Kolluri
2011-02-28enic: Flush driver cache of registered addr lists during port profile disasso...Roopa Prabhu
2011-02-17enic: Always use single transmit and single receive hardware queues per deviceVasanthy Kolluri
2011-02-17enic: Clean up: Remove a not needed #ifdefVasanthy Kolluri
2011-02-17enic: Bug fix: Reset driver count of registered unicast addresses to zero dur...Vasanthy Kolluri
2011-02-07enic: Clean up: Remove support for an older version of hardwareVasanthy Kolluri
2011-02-07enic: Bug Fix: Reorder firmware devcmds - CMD_INIT and CMD_IG_VLAN_REWRITE_MODEVasanthy Kolluri
2011-02-07enic: Bug Fix: Fix return values of enic_add/del_station_addr routinesVasanthy Kolluri
2011-02-07enic: Clean up: Organize devcmd wrapper routinesVasanthy Kolluri
2011-02-07enic: Decouple mac address registration and deregistration from port profile ...Roopa Prabhu
2011-01-20enic: Bug Fix: Dont reset ENIC_SET_APPLIED flag on port profile disassociateRoopa Prabhu
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo
2010-12-10enic: Move enic port profile handling code to a new 802.1Qbh provisioning inf...Roopa Prabhu
2010-12-10enic: Use VF mac set by IFLA_VF_MAC in port profile provisioning dataRoopa Prabhu
2010-12-10enic: Add ndo_set_vf_mac support for enic dynamic devicesRoopa Prabhu
2010-12-10enic: Add ndo_set_rx_mode support for enic vnicsRoopa Prabhu
2010-12-10enic: Bug Fix: Pass napi reference to the isr that services receive queueVasanthy Kolluri
2010-11-15enic: Fix build warningsVasanthy Kolluri
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: Change min MTUVasanthy 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-10-01enic: Remove dead codeVasanthy Kolluri
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-08-17enic: Mark intr_timer in vnic_enet_config as deprecatedRoopa Prabhu
2010-08-17enic: Check if rq/wq buf not NULL before freeing themRoopa Prabhu
2010-08-17enic: Clean up: remove enic_dev_stats_clearRoopa Prabhu
2010-08-17enic: Use offsetof macro in vic tlv length calculationRoopa Prabhu
2010-08-17enic: Add new firmware devcmdsRoopa Prabhu
2010-08-17enic: Add support for firmware management deviceRoopa 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: Bug Fix: Handle surprise hardware removalsVasanthy Kolluri
2010-06-25enic: Feature Add: Add loopback capability to enic devicesVasanthy Kolluri
2010-06-25enic: Use receive queue buffer blocks of 32/64 entriesVasanthy Kolluri
2010-06-25enic: Add new firmware devcmdsVasanthy 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-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-12enic: fix pci_alloc_consistent argumentRandy Dunlap