aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cisco
AgeCommit message (Expand)Author
2013-12-31net: enic: slight optimization of addr comparedingtianhong
2013-12-18net: cisco-enic calls skb_set_hashTom Herbert
2013-10-18net: enic: remove unnecessary pci_set_drvdata()Jingoo Han
2013-09-05driver/net: enic: update enic maintainers and drivergovindarajulu.v
2013-09-05driver/net: enic: Exposing symbols for Cisco's low latency drivergovindarajulu.v
2013-09-05driver/net: enic: Try DMA 64 first, then failover to DMAgovindarajulu.v
2013-09-05driver/net: enic: record q_number and rss_hash for skbgovindarajulu.v
2013-09-05driver/net: enic: Add multi tx support for enicgovindarajulu.v
2013-08-20drivers/net: enic: Generate notification of hardware crashNeel Patel
2013-08-20drivers/net: enic: Add an interface for USNIC to interact with firmwareNeel Patel
2013-08-20drivers/net: enic: Adding support for Cisco Low Latency NICNeel Patel
2013-07-24drivers/net: enic: Move ethtool code to a separate fileNeel Patel
2013-07-09drivers/net: enic: release rtnl_lock on error-pathKonstantin Khlebnikov
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-08enic: be less verbose about non-critical firmware errorsStefan Assmann
2013-01-18enic: change sprintf() to snprintf()Dan Carpenter
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03enic: remove __dev* attributesBill Pemberton
2012-11-19net: Remove bogus dependencies on INETBen Hutchings
2012-07-10enic: remove unnecessary setting of skb->devJon Mason
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-04-13enic: replace open-coded ARRAY_SIZE with macroJim Cromie
2012-04-02enic: Stop using NLA_PUT*().David S. Miller
2012-03-08enic: Fix addr valid check in enic_set_vf_macRoopa Prabhu
2012-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-03-01enic: fix an endian bug in enic_probe()Dan Carpenter
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-24enic: Fix endianness bug.Santosh Nayak
2012-02-20enic: Add support for fw init command on sriov vf'sRoopa Prabhu
2012-02-20enic: Fix ndo_set_vf_mac and ndo_set_vf_port to set/get the sriov vf's macRoopa Prabhu
2012-02-20enic: Add new fw devcmd to set mac address of an interfaceRoopa Prabhu
2012-02-20enic: rename CMD_MAC_ADDR to CMD_GET_MAC_ADDRRoopa Prabhu
2012-02-18cisco/enic: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka
2012-02-13enic: remove assignment of random mac on enic vfRoopa Prabhu
2012-02-13enic: Fix address deregistration for sriov vf during port profile disassociateRoopa Prabhu
2012-02-04enic: Check firmware capability before issuing firmware commandsNeel Patel
2012-02-04enic: Enable support for multiple hardware receive queuesNeel Patel
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2012-01-20enic: fix compile when CONFIG_PCI_IOV is not enabledRoopa Prabhu
2012-01-18enic: fix location of vnic dev unregister in enic_probe cleanup codeRoopa Prabhu
2012-01-18enic: rearrange some of the port profile codeRoopa Prabhu
2012-01-18enic: Add sriov vf device id checks in port profile codeRoopa Prabhu
2012-01-18enic: This patch adds pci id 0x71 for SRIOV VF'sRoopa Prabhu
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko
2011-12-04enic: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer
2011-11-14Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones