| Commit message (Expand) | Author | Age | Files | Lines |
* | e100, fix iomap read | Jiri Slaby | 2008-08-27 | 1 | -2/+2 |
* | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 2008-07-26 | 1 | -1/+1 |
* | e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xx | Kevin Hao | 2008-06-27 | 1 | -0/+2 |
* | net: use get/put_unaligned_* helpers | Harvey Harrison | 2008-04-29 | 1 | -1/+1 |
* | e100: endianness annotations | Al Viro | 2008-03-25 | 1 | -1/+1 |
* | e100: Do suspend/shutdown like e1000 | Auke Kok | 2008-03-05 | 1 | -26/+3 |
* | e100: fix spelling errors | Andreas Mohr | 2008-02-03 | 1 | -7/+7 |
* | Net: e100, fix iomap mem accesses | Jiri Slaby | 2008-02-03 | 1 | -2/+2 |
* | e100 endianness annotations | Al Viro | 2008-01-28 | 1 | -37/+35 |
* | Fix e100 on systems that have cache incoherent DMA | David Acker | 2008-01-28 | 1 | -29/+99 |
* | netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN | Alejandro Martinez Ruiz | 2008-01-28 | 1 | -2/+2 |
* | [NET]: Make ->poll() breakout consistent in Intel ethernet drivers. | David S. Miller | 2008-01-08 | 1 | -4/+3 |
* | [NET]: Do not check netif_running() and carrier state in ->poll() | David S. Miller | 2008-01-08 | 1 | -1/+1 |
* | e100: free IRQ to remove warningwhenrebooting | Auke Kok | 2007-12-14 | 1 | -1/+4 |
* | e100: cleanup unneeded math | Auke Kok | 2007-12-07 | 1 | -4/+2 |
* | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 2007-10-19 | 1 | -1/+1 |
* | network drivers: sparse warning fixes | Stephen Hemminger | 2007-10-10 | 1 | -1/+1 |
* | [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count | Jeff Garzik | 2007-10-10 | 1 | -9/+10 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-10 | 1 | -5/+4 |
* | [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code | Jeff Garzik | 2007-10-10 | 1 | -14/+9 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-10 | 1 | -1/+0 |
* | e100: timer power saving | Stephen Hemminger | 2007-10-10 | 1 | -1/+2 |
* | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 2007-10-10 | 1 | -20/+17 |
* | [NET]: ethtool_perm_addr only has one implementation | Matthew Wilcox | 2007-07-31 | 1 | -1/+0 |
* | PCI: Change all drivers to use pci_device->revision | Auke Kok | 2007-07-11 | 1 | -5/+3 |
* | e100: Fix Tyan motherboard e100 not receiving IPMI commands | David Graham | 2007-07-10 | 1 | -3/+9 |
* | Revert "[netdrvr e100] experiment with doing RX in a similar manner to eepro100" | Jeff Garzik | 2007-06-12 | 1 | -9/+63 |
* | e100: Optionally use I/O mode only to access register space | Jesse Brandeburg | 2007-04-28 | 1 | -33/+39 |
* | e100: allow bad MAC address when running with invalid eeprom csum | Jesse Brandeburg | 2007-04-28 | 1 | -5/+10 |
* | [netdrvr e100] experiment with doing RX in a similar manner to eepro100 | Scott Feldman | 2007-04-28 | 1 | -63/+9 |
* | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | e100: fix napi ifdefs removing needed code | Auke Kok | 2007-02-02 | 1 | -6/+1 |
* | e100: fix irq leak on suspend/resume | Auke Kok | 2007-01-30 | 1 | -0/+2 |
* | e100: replace kmalloc with kcalloc | Yan Burman | 2006-12-12 | 1 | -2/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 1 | -1/+1 |
|\ |
|
| * | Fix misc .c/.h comment typos | Matt LaPlante | 2006-11-30 | 1 | -1/+1 |
* | | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 1 | -4/+4 |
|/ |
|
* | e100: account for closed interface when shutting down | Auke Kok | 2006-10-24 | 1 | -2/+8 |
* | [PATCH] e100: fix reboot -f with netconsole enabled | Auke Kok | 2006-10-20 | 1 | -19/+31 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -2/+2 |
* | e100, e1000, ixgb: increment version numbers | Auke Kok | 2006-09-27 | 1 | -1/+1 |
* | e100: rework WoL and shutdown handling | Auke Kok | 2006-09-27 | 1 | -31/+20 |
* | e100: Add debugging code for cb cleaning. | Jesse Brandeburg | 2006-09-27 | 1 | -3/+4 |
* | e100, e1000, ixgb: Fix an impossible memory overwrite bug | Auke Kok | 2006-09-27 | 1 | -1/+1 |
* | e100, e1000, ixgb: update copyright header and remove LICENSE | Auke Kok | 2006-09-27 | 1 | -10/+10 |
* | drivers/net: const-ify ethtool_ops declarations | Jeff Garzik | 2006-09-13 | 1 | -1/+1 |
* | Merge branch 'master' into upstream | Jeff Garzik | 2006-09-04 | 1 | -1/+5 |
|\ |
|
| * | [E100]: Add module option to ignore bad EEPROM checksums. | David S. Miller | 2006-08-29 | 1 | -1/+5 |
* | | e100: increment version to 3.5.16-k2 | Auke Kok | 2006-08-31 | 1 | -1/+1 |
* | | e100: remove skb->dev assignment | Auke Kok | 2006-08-31 | 1 | -1/+0 |