| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/net: enic: release rtnl_lock on error-path | Konstantin Khlebnikov | 2013-07-09 | 1 | -0/+2 |
* | net: vlan: add protocol argument to packet tagging functions | Patrick McHardy | 2013-04-19 | 1 | -1/+1 |
* | net: vlan: prepare for 802.1ad VLAN filtering offload | Patrick McHardy | 2013-04-19 | 2 | -4/+4 |
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 2013-04-19 | 1 | -2/+2 |
* | enic: be less verbose about non-critical firmware errors | Stefan Assmann | 2013-04-08 | 1 | -0/+3 |
* | enic: change sprintf() to snprintf() | Dan Carpenter | 2013-01-18 | 1 | -4/+8 |
* | net: remove unnecessary NET_ADDR_RANDOM "bitclean" | Jiri Pirko | 2013-01-03 | 1 | -1/+0 |
* | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman | 2012-12-07 | 1 | -2/+1 |
* | enic: remove __dev* attributes | Bill Pemberton | 2012-12-03 | 1 | -3/+3 |
* | net: Remove bogus dependencies on INET | Ben Hutchings | 2012-11-19 | 2 | -2/+2 |
* | enic: remove unnecessary setting of skb->dev | Jon Mason | 2012-07-10 | 1 | -2/+0 |
* | drivers/net: Convert compare_ether_addr to ether_addr_equal | Joe Perches | 2012-05-10 | 1 | -8/+4 |
* | enic: replace open-coded ARRAY_SIZE with macro | Jim Cromie | 2012-04-13 | 1 | -1/+1 |
* | enic: Stop using NLA_PUT*(). | David S. Miller | 2012-04-02 | 1 | -12/+10 |
* | enic: Fix addr valid check in enic_set_vf_mac | Roopa Prabhu | 2012-03-08 | 2 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-03-01 | 2 | -2/+2 |
|\ |
|
| * | enic: fix an endian bug in enic_probe() | Dan Carpenter | 2012-03-01 | 2 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-02-26 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | enic: Fix endianness bug. | Santosh Nayak | 2012-02-24 | 2 | -2/+2 |
* | | enic: Add support for fw init command on sriov vf's | Roopa Prabhu | 2012-02-20 | 2 | -2/+2 |
* | | enic: Fix ndo_set_vf_mac and ndo_set_vf_port to set/get the sriov vf's mac | Roopa Prabhu | 2012-02-20 | 2 | -9/+30 |
* | | enic: Add new fw devcmd to set mac address of an interface | Roopa Prabhu | 2012-02-20 | 4 | -1/+23 |
* | | enic: rename CMD_MAC_ADDR to CMD_GET_MAC_ADDR | Roopa Prabhu | 2012-02-20 | 4 | -6/+6 |
* | | cisco/enic: use eth_hw_addr_random() instead of random_ether_addr() | Danny Kukawka | 2012-02-18 | 1 | -1/+2 |
* | | enic: remove assignment of random mac on enic vf | Roopa Prabhu | 2012-02-13 | 2 | -6/+1 |
* | | enic: Fix address deregistration for sriov vf during port profile disassociate | Roopa Prabhu | 2012-02-13 | 2 | -3/+3 |
* | | enic: Check firmware capability before issuing firmware commands | Neel Patel | 2012-02-04 | 2 | -28/+32 |
* | | enic: Enable support for multiple hardware receive queues | Neel Patel | 2012-02-04 | 1 | -2/+2 |
* | | drivers/net: Remove alloc_etherdev error messages | Joe Perches | 2012-01-31 | 1 | -3/+1 |
* | | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 2012-01-31 | 3 | -7/+2 |
|/ |
|
* | enic: fix compile when CONFIG_PCI_IOV is not enabled | Roopa Prabhu | 2012-01-20 | 1 | -2/+2 |
* | enic: fix location of vnic dev unregister in enic_probe cleanup code | Roopa Prabhu | 2012-01-18 | 1 | -1/+1 |
* | enic: rearrange some of the port profile code | Roopa Prabhu | 2012-01-18 | 1 | -7/+7 |
* | enic: Add sriov vf device id checks in port profile code | Roopa Prabhu | 2012-01-18 | 1 | -9/+8 |
* | enic: This patch adds pci id 0x71 for SRIOV VF's | Roopa Prabhu | 2012-01-18 | 2 | -1/+8 |
* | net: make vlan ndo_vlan_rx_[add/kill]_vid return error value | Jiri Pirko | 2011-12-08 | 2 | -6/+12 |
* | enic: Use kcalloc instead of kzalloc to allocate array | Thomas Meyer | 2011-12-04 | 1 | -1/+1 |
* | Sweep the last of the active .get_drvinfo floors under ethernet/ | Rick Jones | 2011-11-14 | 1 | -4/+4 |
* | net: add skb frag size accessors | Eric Dumazet | 2011-10-19 | 1 | -6/+6 |
* | net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map | Ian Campbell | 2011-10-06 | 1 | -2/+2 |
* | enic: Add support for port profile association on a enic SRIOV VF | Roopa Prabhu | 2011-09-27 | 4 | -96/+232 |
* | enic: Helper code for SRIOV proxy commands | Roopa Prabhu | 2011-09-27 | 5 | -5/+54 |
* | enic: Add SRIOV support | Roopa Prabhu | 2011-09-27 | 2 | -2/+57 |
* | enic: convert to SKB paged frag API. | Ian Campbell | 2011-08-30 | 1 | -7/+7 |
* | drivers/net/ethernet/*: Enabled vendor Kconfig options | Jeff Kirsher | 2011-08-27 | 1 | -0/+1 |
* | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 2011-08-17 | 1 | -2/+0 |
* | net: introduce IFF_UNICAST_FLT private flag | Jiri Pirko | 2011-08-17 | 1 | -0/+3 |
* | enic: Move the Cisco driver | Jeff Kirsher | 2011-08-11 | 34 | -0/+7497 |