| Commit message (Expand) | Author | Age | Files | Lines |
* | e100/e1000*/igb*/ixgb*: Add missing read memory barrier | Jeff Kirsher | 2010-08-08 | 1 | -0/+2 |
* | ixgbevf: fix null pointer dereference due to filter being set for VLAN 0 | Alexander Duyck | 2010-08-02 | 1 | -11/+1 |
* | igbvf, ixgbevf: use dev_hw_addr_random | Stefan Assmann | 2010-07-27 | 1 | -1/+1 |
* | drivers: ixgbevf: fix unsigned underflow | Kulikov Vasiliy | 2010-07-15 | 1 | -1/+2 |
* | ixgbevf: Enable GRO by default | Shirley Ma | 2010-06-05 | 1 | -0/+1 |
* | drivers/net: Remove unnecessary returns from void function()s | Joe Perches | 2010-05-14 | 1 | -4/+0 |
* | net: trans_start cleanups | Eric Dumazet | 2010-05-10 | 1 | -2/+0 |
* | ixgbevf: Cache PF ack bit in interrupt | Greg Rose | 2010-05-06 | 1 | -0/+16 |
* | ixgbevf: use DMA API instead of PCI DMA functions | Nick Nunley | 2010-04-27 | 1 | -33/+35 |
* | ixgbevf: Fix link speed display | Greg Rose | 2010-04-27 | 2 | -6/+9 |
* | drivers: net: use skb_headlen() | Eric Dumazet | 2010-04-14 | 1 | -1/+1 |
* | drivers: net: last_rx elimination | Eric Dumazet | 2010-04-13 | 1 | -1/+0 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 2 | -0/+2 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 2 | -0/+2 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-06 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | ixgbevf: Fix signed/unsigned int error | Greg Rose | 2010-03-26 | 1 | -1/+2 |
* | | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 | 1 | -3/+3 |
* | | ixgbevf: convert to use netdev_for_each_mc_addr | Jiri Pirko | 2010-03-26 | 3 | -37/+15 |
* | | net/intel: remove trailing space in messages | Frans Pop | 2010-03-24 | 1 | -1/+1 |
* | | ixgbevf: Message formatting fixup | Joe Perches | 2010-03-22 | 1 | -3/+3 |
|/ |
|
* | ixgbevf: Message formatting cleanups | Greg Rose | 2010-03-19 | 1 | -2/+2 |
* | ixgbevf: Shorten up delay timer for watchdog task | Greg Rose | 2010-03-19 | 1 | -1/+1 |
* | ixgbevf: Fix VF Stats accounting after reset | Greg Rose | 2010-03-19 | 3 | -38/+78 |
* | bitops: rename for_each_bit() to for_each_set_bit() | Akinobu Mita | 2010-03-06 | 1 | -1/+1 |
* | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 | 1 | -1/+1 |
* | netdev: remove HAVE_ leftovers | Alexey Dobriyan | 2010-01-28 | 1 | -18/+0 |
* | ixgbevf: Fix IPv6 GSO type checks | Jeff Kirsher | 2010-01-23 | 1 | -1/+1 |
* | ixgbevf: Tell network stack to stop tx when the VF detects PF reset | Greg Rose | 2010-01-23 | 1 | -0/+2 |
* | ixgbevf: Fix panics in the VF driver | Greg Rose | 2010-01-23 | 1 | -4/+20 |
* | ixgbevf: Take action when the PF notifies the VF it is resetting. | Greg Rose | 2010-01-23 | 1 | -0/+7 |
* | ixgbevf: Driver Makefile | Greg Rose | 2010-01-10 | 1 | -0/+38 |
* | ixgbevf: Driver main and ethool interface module and main header | Greg Rose | 2010-01-10 | 3 | -0/+4605 |
* | ixgbevf: Mailbox communication | Greg Rose | 2010-01-10 | 2 | -0/+441 |
* | ixgbevf: 82599 Virtual Function core functions and header | Greg Rose | 2010-01-10 | 2 | -0/+555 |
* | ixgbevf: Macros, data structures, useful defines and registers | Greg Rose | 2010-01-10 | 2 | -0/+377 |