summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cisco/enic/enic_main.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-8/+4
* enic: Stop using NLA_PUT*().David S. Miller2012-04-021-12/+10
* enic: Fix addr valid check in enic_set_vf_macRoopa Prabhu2012-03-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-011-1/+1
|\
| * enic: fix an endian bug in enic_probe()Dan Carpenter2012-03-011-1/+1
* | enic: Add support for fw init command on sriov vf'sRoopa Prabhu2012-02-201-1/+1
* | enic: Fix ndo_set_vf_mac and ndo_set_vf_port to set/get the sriov vf's macRoopa Prabhu2012-02-201-8/+29
* | cisco/enic: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka2012-02-181-1/+2
* | enic: remove assignment of random mac on enic vfRoopa Prabhu2012-02-131-5/+0
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-3/+1
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-1/+0
|/
* enic: fix compile when CONFIG_PCI_IOV is not enabledRoopa Prabhu2012-01-201-2/+2
* enic: fix location of vnic dev unregister in enic_probe cleanup codeRoopa Prabhu2012-01-181-1/+1
* enic: rearrange some of the port profile codeRoopa Prabhu2012-01-181-7/+7
* enic: Add sriov vf device id checks in port profile codeRoopa Prabhu2012-01-181-9/+8
* enic: This patch adds pci id 0x71 for SRIOV VF'sRoopa Prabhu2012-01-181-0/+7
* enic: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-041-1/+1
* Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones2011-11-141-4/+4
* net: add skb frag size accessorsEric Dumazet2011-10-191-6/+6
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-061-2/+2
* enic: Add support for port profile association on a enic SRIOV VFRoopa Prabhu2011-09-271-48/+70
* enic: Helper code for SRIOV proxy commandsRoopa Prabhu2011-09-271-0/+9
* enic: Add SRIOV supportRoopa Prabhu2011-09-271-1/+47
* enic: convert to SKB paged frag API.Ian Campbell2011-08-301-7/+7
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-2/+0
* net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-171-0/+3
* enic: Move the Cisco driverJeff Kirsher2011-08-111-0/+2513
OpenPOWER on IntegriCloud