Commit Graph

64 Commits (0f49ff07025e8d6cd25bce5b623881739e04926e)

Author SHA1 Message Date
Josh Boyer fef1f07cbf net: enic: include irq.h for irqreturn_t definitions 11 years ago
Eric W. Biederman 98d8a65d10 enic: Call dev_kfree_skb_any instead of dev_kfree_skb. 11 years ago
Eric W. Biederman 4c50254902 enic: Don't receive packets when the napi budget == 0 11 years ago
Alexander Gordeev abbb6a373a enic: Use pci_enable_msix_range() instead of pci_enable_msix() 11 years ago
dingtianhong 9130ac61a5 net: enic: slight optimization of addr compare 11 years ago
Tom Herbert 3739acddcc net: cisco-enic calls skb_set_hash 11 years ago
Jingoo Han 6d2d83e631 net: enic: remove unnecessary pci_set_drvdata() 11 years ago
govindarajulu.v 001e1c1d5e driver/net: enic: update enic maintainers and driver 12 years ago
govindarajulu.v 4a50ddfda7 driver/net: enic: Exposing symbols for Cisco's low latency driver 12 years ago
govindarajulu.v 624dbf55a3 driver/net: enic: Try DMA 64 first, then failover to DMA 12 years ago
govindarajulu.v bf751ba802 driver/net: enic: record q_number and rss_hash for skb 12 years ago
govindarajulu.v 822473b6c4 driver/net: enic: Add multi tx support for enic 12 years ago
Neel Patel d765bb41fd drivers/net: enic: Generate notification of hardware crash 12 years ago
Neel Patel 0b038566c0 drivers/net: enic: Add an interface for USNIC to interact with firmware 12 years ago
Neel Patel 92e2b46962 drivers/net: enic: Adding support for Cisco Low Latency NIC 12 years ago
Neel Patel f13bbc2f9a drivers/net: enic: Move ethtool code to a separate file 12 years ago
Konstantin Khlebnikov e057590b05 drivers/net: enic: release rtnl_lock on error-path 12 years ago
Patrick McHardy 86a9bad3ab net: vlan: add protocol argument to packet tagging functions 12 years ago
Patrick McHardy 80d5c3689b net: vlan: prepare for 802.1ad VLAN filtering offload 12 years ago
Patrick McHardy f646968f8f net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* 12 years ago
Stefan Assmann 07783f39e1 enic: be less verbose about non-critical firmware errors 12 years ago
Dan Carpenter 4505f40a6f enic: change sprintf() to snprintf() 12 years ago
Jiri Pirko 15c6ff3bc0 net: remove unnecessary NET_ADDR_RANDOM "bitclean" 12 years ago
Greg Kroah-Hartman 1dd06ae8db drivers/net: fix up function prototypes after __dev* removals 12 years ago
Bill Pemberton 854de92f6d enic: remove __dev* attributes 12 years ago
Ben Hutchings ff33c0e188 net: Remove bogus dependencies on INET 12 years ago
Jon Mason b6457acfb7 enic: remove unnecessary setting of skb->dev 13 years ago
Joe Perches 2e42e4747e drivers/net: Convert compare_ether_addr to ether_addr_equal 13 years ago
Jim Cromie 4133099b3e enic: replace open-coded ARRAY_SIZE with macro 13 years ago
David S. Miller 1a106de6e6 enic: Stop using NLA_PUT*(). 13 years ago
Roopa Prabhu b8622cbd58 enic: Fix addr valid check in enic_set_vf_mac 13 years ago
Dan Carpenter 413708bbaf enic: fix an endian bug in enic_probe() 13 years ago
Santosh Nayak 21ca54e99b enic: Fix endianness bug. 13 years ago
Roopa Prabhu 2b68c18194 enic: Add support for fw init command on sriov vf's 13 years ago
Roopa Prabhu b476583354 enic: Fix ndo_set_vf_mac and ndo_set_vf_port to set/get the sriov vf's mac 13 years ago
Roopa Prabhu d6c81bc6dc enic: Add new fw devcmd to set mac address of an interface 13 years ago
Roopa Prabhu b13423ee0c enic: rename CMD_MAC_ADDR to CMD_GET_MAC_ADDR 13 years ago
Danny Kukawka da19431646 cisco/enic: use eth_hw_addr_random() instead of random_ether_addr() 13 years ago
Roopa Prabhu 73c2ae763a enic: remove assignment of random mac on enic vf 13 years ago
Roopa Prabhu 9f1de88ddd enic: Fix address deregistration for sriov vf during port profile disassociate 13 years ago
Neel Patel f8a6dd59f7 enic: Check firmware capability before issuing firmware commands 13 years ago
Neel Patel 63da93d932 enic: Enable support for multiple hardware receive queues 13 years ago
Joe Perches 41de8d4cff drivers/net: Remove alloc_etherdev error messages 13 years ago
Joe Perches e404decb0f drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages 13 years ago
Roopa Prabhu b67f231ded enic: fix compile when CONFIG_PCI_IOV is not enabled 13 years ago
Roopa Prabhu 35d87e3325 enic: fix location of vnic dev unregister in enic_probe cleanup code 13 years ago
Roopa Prabhu ca2b721de2 enic: rearrange some of the port profile code 13 years ago
Roopa Prabhu 7335903cba enic: Add sriov vf device id checks in port profile code 13 years ago
Roopa Prabhu 3a4adef5c0 enic: This patch adds pci id 0x71 for SRIOV VF's 13 years ago
Jiri Pirko 8e586137e6 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value 13 years ago