aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cisco
Commit message (Expand)AuthorAge
* driver/net: enic: update enic maintainers and drivergovindarajulu.v2013-09-05
* driver/net: enic: Exposing symbols for Cisco's low latency drivergovindarajulu.v2013-09-05
* driver/net: enic: Try DMA 64 first, then failover to DMAgovindarajulu.v2013-09-05
* driver/net: enic: record q_number and rss_hash for skbgovindarajulu.v2013-09-05
* driver/net: enic: Add multi tx support for enicgovindarajulu.v2013-09-05
* drivers/net: enic: Generate notification of hardware crashNeel Patel2013-08-20
* drivers/net: enic: Add an interface for USNIC to interact with firmwareNeel Patel2013-08-20
* drivers/net: enic: Adding support for Cisco Low Latency NICNeel Patel2013-08-20
* drivers/net: enic: Move ethtool code to a separate fileNeel Patel2013-07-24
* drivers/net: enic: release rtnl_lock on error-pathKonstantin Khlebnikov2013-07-09
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-19
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-19
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-19
* enic: be less verbose about non-critical firmware errorsStefan Assmann2013-04-08
* enic: change sprintf() to snprintf()Dan Carpenter2013-01-18
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-04
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-07
* enic: remove __dev* attributesBill Pemberton2012-12-03
* net: Remove bogus dependencies on INETBen Hutchings2012-11-19
* enic: remove unnecessary setting of skb->devJon Mason2012-07-11
* drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-10
* enic: replace open-coded ARRAY_SIZE with macroJim Cromie2012-04-13
* enic: Stop using NLA_PUT*().David S. Miller2012-04-02
* enic: Fix addr valid check in enic_set_vf_macRoopa Prabhu2012-03-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-01
|\
| * enic: fix an endian bug in enic_probe()Dan Carpenter2012-03-01
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-26
|\|
| * enic: Fix endianness bug.Santosh Nayak2012-02-24
* | enic: Add support for fw init command on sriov vf'sRoopa Prabhu2012-02-20
* | enic: Fix ndo_set_vf_mac and ndo_set_vf_port to set/get the sriov vf's macRoopa Prabhu2012-02-20
* | enic: Add new fw devcmd to set mac address of an interfaceRoopa Prabhu2012-02-20
* | enic: rename CMD_MAC_ADDR to CMD_GET_MAC_ADDRRoopa Prabhu2012-02-20
* | cisco/enic: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka2012-02-18
* | enic: remove assignment of random mac on enic vfRoopa Prabhu2012-02-13
* | enic: Fix address deregistration for sriov vf during port profile disassociateRoopa Prabhu2012-02-13
* | enic: Check firmware capability before issuing firmware commandsNeel Patel2012-02-04
* | enic: Enable support for multiple hardware receive queuesNeel Patel2012-02-04
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-31
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-31
|/
* enic: fix compile when CONFIG_PCI_IOV is not enabledRoopa Prabhu2012-01-20
* enic: fix location of vnic dev unregister in enic_probe cleanup codeRoopa Prabhu2012-01-18
* enic: rearrange some of the port profile codeRoopa Prabhu2012-01-18
* enic: Add sriov vf device id checks in port profile codeRoopa Prabhu2012-01-18
* enic: This patch adds pci id 0x71 for SRIOV VF'sRoopa Prabhu2012-01-18
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-08
* enic: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-04
* Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones2011-11-14
* net: add skb frag size accessorsEric Dumazet2011-10-19
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-06
* enic: Add support for port profile association on a enic SRIOV VFRoopa Prabhu2011-09-27