Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-03-23 | ixgbevf: Message formatting fixup | Joe Perches | 1 | -3/+3 |
2010-03-20 | ixgbevf: Message formatting cleanups | Greg Rose | 1 | -2/+2 |
2010-03-20 | ixgbevf: Shorten up delay timer for watchdog task | Greg Rose | 1 | -1/+1 |
2010-03-20 | ixgbevf: Fix VF Stats accounting after reset | Greg Rose | 3 | -38/+78 |
2010-03-06 | bitops: rename for_each_bit() to for_each_set_bit() | Akinobu Mita | 1 | -1/+1 |
2010-02-12 | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 1 | -1/+1 |
2010-01-28 | netdev: remove HAVE_ leftovers | Alexey Dobriyan | 1 | -18/+0 |
2010-01-23 | ixgbevf: Fix IPv6 GSO type checks | Jeff Kirsher | 1 | -1/+1 |
2010-01-23 | ixgbevf: Tell network stack to stop tx when the VF detects PF reset | Greg Rose | 1 | -0/+2 |
2010-01-23 | ixgbevf: Fix panics in the VF driver | Greg Rose | 1 | -4/+20 |
2010-01-23 | ixgbevf: Take action when the PF notifies the VF it is resetting. | Greg Rose | 1 | -0/+7 |
2010-01-11 | ixgbevf: Driver Makefile | Greg Rose | 1 | -0/+38 |
2010-01-11 | ixgbevf: Driver main and ethool interface module and main header | Greg Rose | 3 | -0/+4605 |
2010-01-11 | ixgbevf: Mailbox communication | Greg Rose | 2 | -0/+441 |
2010-01-11 | ixgbevf: 82599 Virtual Function core functions and header | Greg Rose | 2 | -0/+555 |
2010-01-11 | ixgbevf: Macros, data structures, useful defines and registers | Greg Rose | 2 | -0/+377 |