summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cisco/enic/enic_main.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-02enic: Update driver to use __dev_uc/mc_sync/unsync callsAlexander Duyck1-108/+65
2014-05-31enic: Fix 64 bit divide on 32bit systemGovindarajulu Varadarajan1-1/+1
2014-05-22enic: Add support for adaptive interrupt coalescingSujith Sankar1-0/+150
2014-03-25enic: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-2/+2
2014-03-15enic: Don't receive packets when the napi budget == 0Eric W. Biederman1-6/+8
2014-02-19enic: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-2/+4
2013-12-19net: cisco-enic calls skb_set_hashTom Herbert1-5/+6
2013-10-18net: enic: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-05driver/net: enic: Try DMA 64 first, then failover to DMAgovindarajulu.v1-4/+4
2013-09-05driver/net: enic: record q_number and rss_hash for skbgovindarajulu.v1-0/+11
2013-09-05driver/net: enic: Add multi tx support for enicgovindarajulu.v1-12/+24
2013-08-21drivers/net: enic: Generate notification of hardware crashNeel Patel1-0/+1
2013-08-21drivers/net: enic: Add an interface for USNIC to interact with firmwareNeel Patel1-0/+3
2013-07-25drivers/net: enic: Move ethtool code to a separate fileNeel Patel1-269/+1
2013-07-09drivers/net: enic: release rtnl_lock on error-pathKonstantin Khlebnikov1-0/+2
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2013-01-18enic: change sprintf() to snprintf()Dan Carpenter1-4/+8
2013-01-04net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03enic: remove __dev* attributesBill Pemberton1-3/+3
2012-07-11enic: remove unnecessary setting of skb->devJon Mason1-2/+0
2012-05-11drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-8/+4
2012-04-02enic: Stop using NLA_PUT*().David S. Miller1-12/+10
2012-03-08enic: Fix addr valid check in enic_set_vf_macRoopa Prabhu1-1/+1
2012-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-03-02enic: fix an endian bug in enic_probe()Dan Carpenter1-1/+1
2012-02-20enic: Add support for fw init command on sriov vf'sRoopa Prabhu1-1/+1
2012-02-20enic: Fix ndo_set_vf_mac and ndo_set_vf_port to set/get the sriov vf's macRoopa Prabhu1-8/+29
2012-02-18cisco/enic: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka1-1/+2
2012-02-13enic: remove assignment of random mac on enic vfRoopa Prabhu1-5/+0
2012-02-01drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+1
2012-02-01drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-1/+0
2012-01-20enic: fix compile when CONFIG_PCI_IOV is not enabledRoopa Prabhu1-2/+2
2012-01-19enic: fix location of vnic dev unregister in enic_probe cleanup codeRoopa Prabhu1-1/+1
2012-01-19enic: rearrange some of the port profile codeRoopa Prabhu1-7/+7
2012-01-19enic: Add sriov vf device id checks in port profile codeRoopa Prabhu1-9/+8
2012-01-19enic: This patch adds pci id 0x71 for SRIOV VF'sRoopa Prabhu1-0/+7
2011-12-04enic: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-11-14Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones1-4/+4
2011-10-19net: add skb frag size accessorsEric Dumazet1-6/+6
2011-10-07net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-2/+2
2011-09-27enic: Add support for port profile association on a enic SRIOV VFRoopa Prabhu1-48/+70
2011-09-27enic: Helper code for SRIOV proxy commandsRoopa Prabhu1-0/+9
2011-09-27enic: Add SRIOV supportRoopa Prabhu1-1/+47
2011-08-31enic: convert to SKB paged frag API.Ian Campbell1-7/+7
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-2/+0
2011-08-18net: introduce IFF_UNICAST_FLT private flagJiri Pirko1-0/+3
2011-08-11enic: Move the Cisco driverJeff Kirsher1-0/+2513