summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cisco
Commit message (Expand)AuthorAgeFilesLines
* net: enic: slight optimization of addr comparedingtianhong2013-12-311-1/+1
* net: cisco-enic calls skb_set_hashTom Herbert2013-12-181-5/+6
* net: enic: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0Star
* driver/net: enic: update enic maintainers and drivergovindarajulu.v2013-09-051-1/+1
* driver/net: enic: Exposing symbols for Cisco's low latency drivergovindarajulu.v2013-09-052-0/+11
* driver/net: enic: Try DMA 64 first, then failover to DMAgovindarajulu.v2013-09-051-4/+4
* driver/net: enic: record q_number and rss_hash for skbgovindarajulu.v2013-09-051-0/+11
* driver/net: enic: Add multi tx support for enicgovindarajulu.v2013-09-052-13/+25
* drivers/net: enic: Generate notification of hardware crashNeel Patel2013-08-202-1/+2
* drivers/net: enic: Add an interface for USNIC to interact with firmwareNeel Patel2013-08-205-1/+83
* drivers/net: enic: Adding support for Cisco Low Latency NICNeel Patel2013-08-207-17/+197
* drivers/net: enic: Move ethtool code to a separate fileNeel Patel2013-07-255-270/+309
* drivers/net: enic: release rtnl_lock on error-pathKonstantin Khlebnikov2013-07-091-0/+2
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-192-4/+4
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+2
* enic: be less verbose about non-critical firmware errorsStefan Assmann2013-04-081-0/+3
* enic: change sprintf() to snprintf()Dan Carpenter2013-01-181-4/+8
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-041-1/+0Star
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1Star
* enic: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* net: Remove bogus dependencies on INETBen Hutchings2012-11-202-2/+2
* enic: remove unnecessary setting of skb->devJon Mason2012-07-111-2/+0Star
* drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-111-8/+4Star
* enic: replace open-coded ARRAY_SIZE with macroJim Cromie2012-04-131-1/+1
* enic: Stop using NLA_PUT*().David S. Miller2012-04-021-12/+10Star
* enic: Fix addr valid check in enic_set_vf_macRoopa Prabhu2012-03-082-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-012-2/+2
|\
| * enic: fix an endian bug in enic_probe()Dan Carpenter2012-03-012-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-272-2/+2
|\|
| * enic: Fix endianness bug.Santosh Nayak2012-02-242-2/+2
* | enic: Add support for fw init command on sriov vf'sRoopa Prabhu2012-02-202-2/+2
* | enic: Fix ndo_set_vf_mac and ndo_set_vf_port to set/get the sriov vf's macRoopa Prabhu2012-02-202-9/+30
* | enic: Add new fw devcmd to set mac address of an interfaceRoopa Prabhu2012-02-204-1/+23
* | enic: rename CMD_MAC_ADDR to CMD_GET_MAC_ADDRRoopa Prabhu2012-02-204-6/+6
* | 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-132-6/+1Star
* | enic: Fix address deregistration for sriov vf during port profile disassociateRoopa Prabhu2012-02-132-3/+3
* | enic: Check firmware capability before issuing firmware commandsNeel Patel2012-02-042-28/+32
* | enic: Enable support for multiple hardware receive queuesNeel Patel2012-02-041-2/+2
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-3/+1Star
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-313-7/+2Star
|/
* 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/+8Star
* enic: This patch adds pci id 0x71 for SRIOV VF'sRoopa Prabhu2012-01-182-1/+8
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-092-6/+12
* 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