Age | Commit message (Expand) | Author | Files | Lines |
2009-01-07 | resource: allow MMIO exclusivity for device drivers | Arjan van de Ven | 1 | -1/+1 |
2008-12-23 | net: Remove unused netdev arg from some NAPI interfaces. | Neil Horman | 1 | -7/+7 |
2008-12-16 | e1000e: Add GRO support | Herbert Xu | 1 | -1/+1 |
2008-12-06 | igb/e1000e: Naming interrupt vectors | Alexander Duyck | 1 | -2/+2 |
2008-11-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+0 |
2008-11-24 | driver/net/*: remove redundant argument comments | Qinghuang Feng | 1 | -1/+0 |
2008-11-22 | e1000e: check return code from NVM accesses and fix bank detection | Bruce Allan | 1 | -2/+2 |
2008-11-22 | e1000e: fix incorrect link status when switch module pulled | Bruce Allan | 1 | -1/+1 |
2008-11-22 | e1000e: store EEPROM version number to prevent unnecessary NVM reads | Bruce Allan | 1 | -0/+3 |
2008-11-22 | e1000e: sync change flow control variables with ixgbe | Bruce Allan | 1 | -3/+3 |
2008-11-22 | e1000e: link up/down messages must follow a specific format | Bruce Allan | 1 | -2/+7 |
2008-11-22 | e1000e: ESB2 config after link up | Bruce Allan | 1 | -0/+8 |
2008-11-22 | e1000e: check return of pci_save_state | Bruce Allan | 1 | -1/+4 |
2008-11-22 | e1000e: disable correctable errors for quad ports while going to D3 | Alexander Duyck | 1 | -1/+21 |
2008-11-21 | netdev: add more functions to netdevice ops | Stephen Hemminger | 1 | -1/+1 |
2008-11-20 | e1000e: convert to net_device_ops | Stephen Hemminger | 1 | -14/+20 |
2008-11-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+23 |
2008-11-17 | e1000e: fix IPMI traffic | Jeff Kirsher | 1 | -2/+21 |
2008-11-17 | e1000e: fix warn_on reload after phy_id error | Jeff Kirsher | 1 | -0/+1 |
2008-11-16 | e1000e: Use device_set_wakeup_enable | \"Rafael J. Wysocki\ | 1 | -0/+1 |
2008-11-13 | netdevice: safe convert to netdev_priv() #part-2 | Wang Chen | 1 | -2/+1 |
2008-11-04 | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 1 | -2/+0 |
2008-10-28 | net: convert more to %pM | Johannes Berg | 1 | -8/+3 |
2008-10-10 | e1000e: don't generate bad checksums for tcp packets with 0 csum | Dave Graham | 1 | -23/+39 |
2008-10-09 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -35/+33 |
2008-10-03 | e1000e: update version from k4 to k6 | Jesse Brandeburg | 1 | -1/+1 |
2008-10-03 | e1000e: drop stats lock | Jesse Brandeburg | 1 | -18/+0 |
2008-10-03 | e1000e: remove phy read from inside spinlock | Jesse Brandeburg | 1 | -13/+0 |
2008-10-03 | e1000e: do not ever sleep in interrupt context | Jesse Brandeburg | 1 | -3/+28 |
2008-10-02 | e1000e: write protect ICHx NVM to prevent malicious write/erase | Bruce Allan | 1 | -3/+7 |
2008-09-25 | e1000e: avoid duplicated output of device name in kernel warning | Frans Pop | 1 | -2/+4 |
2008-09-03 | e1000e: add support for new 82574L part | Bruce Allan | 1 | -46/+363 |
2008-09-03 | e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) parts | Bruce Allan | 1 | -0/+25 |
2008-09-03 | e1000e: add support for the 82567LM-4 device | Bruce Allan | 1 | -0/+1 |
2008-08-14 | e1000e: test for unusable MSI support | Bruce Allan | 1 | -10/+162 |
2008-08-14 | e1000e: increase minimum frame size allowed | Bruce Allan | 1 | -1/+1 |
2008-08-14 | e1000e: Increase Tx timeout factor for 10Mbps | Bruce Allan | 1 | -1/+1 |
2008-08-14 | e1000e: Use skb_copy_to_linear_data_offset introduced in 2.6.22 | Bruce Allan | 1 | -3/+6 |
2008-08-07 | e1000e: remove inapplicable test for ioport | Bruce Allan | 1 | -38/+10 |
2008-08-07 | e1000e: fix drv load issues | Jesse Brandeburg | 1 | -16/+12 |
2008-08-07 | e1000e: perform basic 82573 EEPROM checks for known issues | Auke Kok | 1 | -0/+24 |
2008-08-07 | e1000e: convert ndev_ printks to something smaller | Jeff Kirsher | 1 | -86/+68 |
2008-07-26 | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 1 | -5/+6 |
2008-07-24 | e1000e: fix e1000_netpoll(), remove extraneous e1000_clean_tx_irq() call | Ingo Molnar | 1 | -2/+0 |
2008-07-18 | igb/ixgbe/e1000e: resolve tx multiqueue bug | Jeff Kirsher | 1 | -4/+6 |
2008-07-17 | netdrv intel: always enable VLAN filtering except in promiscous mode | Patrick McHardy | 1 | -7/+1 |
2008-07-17 | netdrv intel: disable VLAN filtering in promiscous mode | Patrick McHardy | 1 | -5/+11 |
2008-07-07 | netdrv: don't truncate VLAN TCI with VLAN stripping | Patrick McHardy | 1 | -2/+1 |
2008-06-29 | Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar... | David S. Miller | 1 | -6/+42 |
2008-06-28 | e1000e: make ioport free | Taku Izumi | 1 | -6/+42 |