Age | Commit message (Expand) | Author | Files | Lines |
2011-07-22 | ixgbevf: do vlan cleanup | Jiri Pirko | 2 | -52/+18 |
2011-06-21 | ixgbevf: remove unnecessary ampersands | Stephen Hemminger | 1 | -11/+11 |
2011-06-21 | ixgbevf: Fix bungled declaration of ixgbevf_mbx_ops | Greg Rose | 2 | -2/+2 |
2011-06-10 | ixgbevf: Update the driver string | Greg Rose | 1 | -1/+1 |
2011-05-23 | Add appropriate <linux/prefetch.h> include for prefetch users | Paul Gortmaker | 1 | -0/+1 |
2011-05-15 | ixgbevf: Add macvlan support in the set rx mode op | Greg Rose | 4 | -0/+66 |
2011-04-30 | ethtool: cosmetic: Use ethtool ethtool_cmd_speed API | David Decotigny | 1 | -3/+5 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-12 | ixgbe: correct typo in define name | Emil Tantilov | 2 | -3/+3 |
2011-03-12 | ixgbevf: Fix Driver String | Greg Rose | 1 | -1/+1 |
2011-03-12 | ixgbevf: Fix Version String | Greg Rose | 1 | -1/+1 |
2011-03-11 | ixgbevf: remove Tx hang detection | Lior Levy | 2 | -51/+0 |
2011-03-03 | ixgbevf: Fix Compiler Warnings | Greg Rose | 1 | -7/+2 |
2011-02-28 | net: use pci_dev->revision, again | Sergei Shtylyov | 1 | -1/+1 |
2011-02-24 | ixgbevf: Fix name of function in function header comment | Greg Rose | 1 | -8/+8 |
2011-02-24 | ixgbevf: Enable jumbo frame support for X540 VF | Greg Rose | 2 | -2/+19 |
2010-12-25 | ixgbevf: Add X540 VF device support to the ixgbevf driver | Greg Rose | 5 | -4/+15 |
2010-12-12 | drivers/net: don't use flush_scheduled_work() | Tejun Heo | 1 | -2/+1 |
2010-12-11 | Intel Wired LAN drivers: Use static const | Jeff Kirsher | 1 | -7/+11 |
2010-11-28 | drivers/net: use vzalloc() | Eric Dumazet | 1 | -4/+2 |
2010-11-17 | ixgbevf: Fix Oops | Greg Rose | 1 | -4/+2 |
2010-11-17 | ixgbevf: Update Version String and Copyright Notice | Greg Rose | 9 | -11/+12 |
2010-10-21 | vlan: Don't check for vlan group before vlan_tx_tag_present. | Jesse Gross | 1 | -1/+1 |
2010-10-21 | vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. | Jesse Gross | 1 | -1/+1 |
2010-10-06 | ixgbevf: declare functions as static | Emil Tantilov | 3 | -4/+2 |
2010-09-27 | drivers/net: return operator cleanup | Eric Dumazet | 1 | -1/+1 |
2010-09-25 | ixgbevf: Refactor ring parameter re-size | Greg Rose | 1 | -74/+79 |
2010-09-10 | ixgbevf: remove private net_device_stats | Eric Dumazet | 2 | -22/+5 |
2010-09-09 | ixgbevf: Removed unneeded HW struct members | Greg Rose | 1 | -2/+0 |
2010-09-03 | drivers/net: avoid some skb->ip_summed initializations | Eric Dumazet | 1 | -1/+1 |
2010-08-26 | drivers/net: Remove address use from assignments of function pointers | Joe Perches | 1 | -1/+1 |
2010-08-09 | e100/e1000*/igb*/ixgb*: Add missing read memory barrier | Jeff Kirsher | 1 | -0/+2 |
2010-08-03 | ixgbevf: fix null pointer dereference due to filter being set for VLAN 0 | Alexander Duyck | 1 | -11/+1 |
2010-07-28 | igbvf, ixgbevf: use dev_hw_addr_random | Stefan Assmann | 1 | -1/+1 |
2010-07-16 | drivers: ixgbevf: fix unsigned underflow | Kulikov Vasiliy | 1 | -1/+2 |
2010-06-05 | ixgbevf: Enable GRO by default | Shirley Ma | 1 | -0/+1 |
2010-05-14 | drivers/net: Remove unnecessary returns from void function()s | Joe Perches | 1 | -4/+0 |
2010-05-10 | net: trans_start cleanups | Eric Dumazet | 1 | -2/+0 |
2010-05-06 | ixgbevf: Cache PF ack bit in interrupt | Greg Rose | 1 | -0/+16 |
2010-04-28 | ixgbevf: use DMA API instead of PCI DMA functions | Nick Nunley | 1 | -33/+35 |
2010-04-28 | ixgbevf: Fix link speed display | Greg Rose | 2 | -6/+9 |
2010-04-15 | drivers: net: use skb_headlen() | Eric Dumazet | 1 | -1/+1 |
2010-04-13 | drivers: net: last_rx elimination | Eric Dumazet | 1 | -1/+0 |
2010-04-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -0/+2 |
2010-04-07 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+2 |
2010-04-04 | net: convert multicast list to list_head | Jiri Pirko | 1 | -3/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2 | -0/+2 |
2010-03-27 | ixgbevf: convert to use netdev_for_each_mc_addr | Jiri Pirko | 3 | -37/+15 |
2010-03-26 | ixgbevf: Fix signed/unsigned int error | Greg Rose | 1 | -1/+2 |
2010-03-25 | net/intel: remove trailing space in messages | Frans Pop | 1 | -1/+1 |