aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/enic (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Kolluri25-53/+41
2010-06-25enic: Bug Fix: Handle surprise hardware removalsVasanthy Kolluri3-4/+20
2010-06-25enic: Feature Add: Add loopback capability to enic devicesVasanthy Kolluri5-27/+45
2010-06-25enic: Use receive queue buffer blocks of 32/64 entriesVasanthy Kolluri4-26/+37
2010-06-25enic: Add new firmware devcmdsVasanthy Kolluri3-9/+146
2010-06-25enic: Use (netdev|dev|pr)_<level> macro helpers for loggingVasanthy Kolluri9-109/+98
2010-06-25enic: Clean up: Add wrapper routines for firmware devcmd callsVasanthy Kolluri5-84/+201
2010-06-25enic: Use a lighter reset operation for enic devicesVasanthy Kolluri4-8/+55
2010-06-25enic: Bug Fix: Change hardware ingress vlan rewrite modeVasanthy Kolluri5-7/+68
2010-06-25enic: Feature Add: Replace LRO with GROVasanthy Kolluri2-79/+9
2010-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-06-12enic: fix pci_alloc_consistent argumentRandy Dunlap1-1/+1
2010-06-11enic: cleanup vic_provinfo_alloc()Dan Carpenter1-2/+3
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-103/+104
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2010-06-02enic: bug fix: make the set/get netlink VF_PORT support symmetricalScott Feldman2-103/+104
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 Feldman9-24/+521
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-0/+3
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2010-03-18enic: Clean up: Change driver description; Fix tab space; Update MAINTAINERSVasanthy Kolluri2-2/+2
2010-03-18enic: Clean up: Add wrapper functionsVasanthy Kolluri2-11/+44
2010-03-18enic: Do not advertise NETIF_F_HW_VLAN_RXVasanthy Kolluri1-2/+1
2010-03-18enic: Bug Fix: Fix timeout for hardware Tx and Rx queue disable operationsVasanthy Kolluri2-4/+4
2010-03-18enic: Bug Fix: Fix hardware descriptor readsVasanthy Kolluri2-5/+9
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 Feldman3-9/+9
2009-12-23enic: feature add: add ethtool -c/C supportScott Feldman6-7/+85
2009-12-23enic: Bug fix: align desc ring sizes to 32 descsScott Feldman1-2/+2
2009-12-23enic: minimize pkt filter updates to firmwareScott Feldman2-2/+7
2009-12-23enic: Bug fix: try harder to fill Rx ring on skb allocation failuresScott Feldman1-21/+33
2009-12-23enic: Bug fix: use safe queue shutdown in dev->stopScott Feldman3-38/+27
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-14/+1
2009-09-03enic: organize device initialization/deinit into separate functionsScott Feldman5-75/+133
2009-09-03enic: bug fix: check for zero port MTU before posting warningScott Feldman1-1/+1
2009-09-03enic: changes to driver/firmware interfaceScott Feldman4-10/+30
2009-09-03enic: bug fix: enable VLAN filteringScott Feldman1-1/+2
2009-09-03enic: provision for multiple Rx/Tx queues; prepare for RSS supportScott Feldman5-14/+50
2009-09-03enic: bug fix: included MAC drops in rx_dropped netstatScott Feldman2-3/+9
2009-09-03enic: bug fix: protect fw call i/f with spinlockScott Feldman1-0/+12
2009-09-03enic: use netdev_alloc_skbScott Feldman1-4/+6
2009-09-03enic: bug fix: split TSO fragments larger than 16K into multiple descsScott Feldman1-18/+69
2009-09-03enic: workaround A0 erratumScott Feldman4-4/+80
2009-09-03enic: add support for multiple BARsScott Feldman4-36/+66