summaryrefslogtreecommitdiff
path: root/drivers/net/enic/enic_main.c
AgeCommit message (Expand)Author
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-11enic: 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: 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-26enic: Clean upsVasanthy Kolluri
2010-06-26enic: Feature Add: Add loopback capability to enic devicesVasanthy Kolluri
2010-06-26enic: Use (netdev|dev|pr)_<level> macro helpers for loggingVasanthy Kolluri
2010-06-26enic: Clean up: Add wrapper routines for firmware devcmd callsVasanthy Kolluri
2010-06-26enic: Use a lighter reset operation for enic devicesVasanthy Kolluri
2010-06-26enic: Bug Fix: Change hardware ingress vlan rewrite modeVasanthy Kolluri
2010-06-26enic: Feature Add: Replace LRO with GROVasanthy Kolluri
2010-06-02enic: bug fix: make the set/get netlink VF_PORT support symmetricalScott Feldman
2010-05-24enic: Use random mac addr when associating port-profileScott Feldman
2010-05-24enic: bug fix: sprintf UUID to string as u8[] rather than u16[] arrayScott Feldman
2010-05-18net: Add ndo_{set|get}_vf_port support for enic dynamic vnicsScott Feldman
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-19enic: Clean up: Change driver description; Fix tab space; Update MAINTAINERSVasanthy Kolluri
2010-03-19enic: 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-08drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-24enic: whitespace cleanup; #define cleanup; more verbose err msgScott Feldman
2009-12-24enic: feature add: add ethtool -c/C supportScott Feldman
2009-12-24enic: minimize pkt filter updates to firmwareScott Feldman
2009-12-24enic: Bug fix: try harder to fill Rx ring on skb allocation failuresScott Feldman
2009-12-24enic: Bug fix: use safe queue shutdown in dev->stopScott Feldman
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet
2009-09-04enic: organize device initialization/deinit into separate functionsScott Feldman
2009-09-04enic: bug fix: check for zero port MTU before posting warningScott Feldman
2009-09-04enic: bug fix: enable VLAN filteringScott Feldman
2009-09-04enic: provision for multiple Rx/Tx queues; prepare for RSS supportScott Feldman
2009-09-04enic: bug fix: included MAC drops in rx_dropped netstatScott Feldman
2009-09-04enic: bug fix: protect fw call i/f with spinlockScott Feldman
2009-09-04enic: use netdev_alloc_skbScott Feldman
2009-09-04enic: bug fix: split TSO fragments larger than 16K into multiple descsScott Feldman