- 581abbc e1000: only enable TSO6 via ethtool when using correct hardware by Andy Gospodarek · 16 years ago
- 406874a e1000: convert uint16_t style integers to u16 by Joe Perches · 17 years ago
- 9150b76 e1000: remove irq_sem by Jesse Brandeburg · 17 years ago
- c3033b0 e1000: Convert boolean_t to bool by Joe Perches · 17 years ago
- 14782ca e1000: warn if this driver is used for e1000e devices by Auke Kok · 17 years ago
- 030ed68 replace code with FIELD_SIZEOF by Julia Lawall · 17 years ago
- 3c34ac3 e1000: Fix for 32 bits platforms with 64 bits resources by Benjamin Herrenschmidt · 17 years ago
- b4ea895 e1000: make e1000_dump_eeprom() static by Adrian Bunk · 17 years ago
- 60e2331 [net] Gracefully handle shared e1000/1000e driver PCI ID's by Linus Torvalds · 17 years ago
- 5b10ca1 Mostly revert "e1000/e1000e: Move PCI-Express device IDs over to e1000e" by Linus Torvalds · 17 years ago
- 67b3c27 e1000: Dump the eeprom when a user encounters a bad checksum by Auke Kok · 17 years ago
- 67cefcb e1000: remove no longer used code for pci read/write cfg by Adrian Bunk · 17 years ago
- 3e18826 e1000 endianness annotations by Al Viro · 17 years ago
- cba0516 [netdrvr] checkpatch cleanups by Jeff Garzik · 17 years ago
- db0ce50 [E1000]: Secondary unicast address support by Patrick McHardy · 17 years ago
- 7e64300 [E1000]: Convert regtest macro's to functions by Joe Perches · 17 years ago
- ef90e4e [E1000]: update netstats traffic counters realtime by Auke Kok · 17 years ago
- 040babf e1000/e1000e: Move PCI-Express device IDs over to e1000e by Auke Kok · 17 years ago
- 4c3616c netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN by Alejandro Martinez Ruiz · 17 years ago
- 49d85c5 [NET]: Fix interrupt semaphore corruption in Intel drivers. by David S. Miller · 17 years ago
- d2c7ddd [NET]: Fix TX timeout regression in Intel drivers. by David S. Miller · 17 years ago
- 53e52c7 [NET]: Make ->poll() breakout consistent in Intel ethernet drivers. by David S. Miller · 17 years ago
- 4ec2411 [NET]: Do not check netif_running() and carrier state in ->poll() by David S. Miller · 17 years ago
- c32bc6e e1000: fix memcpy in e1000_get_strings by Roel Kluin · 17 years ago
- f7bbb90 e1000: Fix NAPI state bug when Rx complete by Auke Kok · 17 years ago
- f0163ac [E1000]: Fix schedule while atomic when called from mii-tool. by Jesse Brandeburg · 17 years ago
- abec42a e1000: sparse warnings fixes by Stephen Hemminger · 17 years ago
- 828d055 fix typo about TBI in e1000 comment by Masatake YAMATO · 17 years ago
- 6d1e3aa e1000: Simple optimizations in e1000_xmit_frame by Krishna Kumar · 17 years ago
- 007755e PCI-X/PCI-Express read control interfaces: use them in e1000 by Peter Oruba · 17 years ago
- b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 17 years ago
- 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
- 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
- ff8ac60 drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE by Denis Cheng · 17 years ago
- 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
- bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
- f4ec7f9 e1000: Add device IDs of blade version of the 82571 quad port by Auke Kok · 17 years ago
- ce57a02 e1000: Add device IDs of new 82571 board variants by Auke Kok · 17 years ago
- 313674a [NET]: ethtool_perm_addr only has one implementation by Matthew Wilcox · 17 years ago
- 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
- 416b5d1 e1000: disable polling before registering netdevice by Auke Kok · 17 years ago
- 4731305 e1000: restore netif_poll_enable call but make sure IRQs are off by Herbert Xu · 17 years ago
- 3e1657c e1000: Don't enable polling in open() (was: e1000: assertion hit in e1000_clean(), kernel 2.6.21.1) by Auke Kok · 17 years ago
- e94bd23 e1000: Fix msi enable leak on error, don't print error message, cleanup by Auke Kok · 18 years ago
- 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 18 years ago
- d9ef8b9 e1000: use flush_work_keventd() by Andrew Morton · 18 years ago
- 9099cfb e1000: ROUND_UP macro cleanup in drivers/net/e1000 by Milind Arun Choudhary · 18 years ago
- 1c7e5b1 e1000: Use kcalloc() by Yan Burman · 18 years ago
- c38db30 e1000: Use ARRAY_SIZE macro when appropriate by Ahmed S. Darwish · 18 years ago
- 56e1393 user of the jiffies rounding code: e1000 by Arjan van de Ven · 18 years ago
- c58b8e4 Merge branch 'e1000-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
- f50393f e1000: FIX: Stop raw interrupts disabled nag from RT by Mark Huth · 18 years ago
- 31d7644 e1000: FIX: firmware handover bits by Bruce Allan · 18 years ago
- e0aac5a e1000: FIX: be ready for incoming irq at pci_request_irq by Auke Kok · 18 years ago
- 628592c [NETDRV]: Perform missing csum_offset conversions by Herbert Xu · 18 years ago
- 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 18 years ago
- 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 18 years ago
- aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 18 years ago
- ab6a5bb [TCP]: Introduce tcp_hdrlen() and tcp_optlen() by Arnaldo Carvalho de Melo · 18 years ago
- ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 18 years ago
- 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 18 years ago
- eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 18 years ago
- bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 18 years ago
- 46fcc86 Revert "e1000: fix NAPI performance on 4-port adapters" by Linus Torvalds · 18 years ago
- 5c15bde [VLAN]: Avoid a 4-order allocation. by Dan Aloni · 18 years ago
- b5bf28c Revert "e1000: fix shared interrupt warning message" by Linus Torvalds · 18 years ago
- 874ff01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
- ca6efb7 e1000: allow ethtool to see link status when down by Kok, Auke · 18 years ago
- 1d33e9c e1000: remove obsolete custom pci_save_state code by Kok, Auke · 18 years ago
- d2ed163 e1000: fix shared interrupt warning message by Kok, Auke · 18 years ago
- d08df60 Various typo fixes. by Robert P. J. Day · 18 years ago
- 78149df Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
- 81b1955 PCI: Use newly defined PCI channel offline routine by Linas Vepstas · 18 years ago
- 1d39ed5 remove NETIF_F_TSO ifdefery by Arjan van de Ven · 18 years ago
- 7e72157 e1000: update version to 7.3.20-k2 by Auke Kok · 18 years ago
- 7753b17 e1000: tune our dynamic itr transmit packet accounting by Jesse Brandeburg · 18 years ago
- f6c57ba e1000: clear ip csum info from context descriptor by Bruce Allan · 18 years ago
- 9669f53 e1000: display flow control of link status at link up by Auke Kok · 18 years ago
- 60cba20 e1000: fix NAPI performance on 4-port adapters by Jesse Brandeburg · 18 years ago
- b5fc8f0 e1000: Fix MSI only interrupt handler routine by Jesse Brandeburg · 18 years ago
- bf3cea4 e1000: clean up debug output defines by Auke Kok · 18 years ago
- 9990fa3 e1000: simplify case handling gigabit at half duplex by Jesse Brandeburg · 18 years ago
- e633117 Revert "[PATCH] e1000: disable TSO on the 82544 with slab debugging" by Jeff Garzik · 18 years ago
- 683a2aa e1000: Do not truncate TSO TCP header with 82544 workaround by Herbert Xu · 18 years ago
- 79f3d39 [PATCH] e1000: No-delay link detection at interface up by Jesse Brandeburg · 18 years ago
- 15e376b e1000: 3 new driver stats for managability testing by Jeff Garzik · 18 years ago
- 1f75386 [PATCH] e1000: Make the copybreak value a module parameter by Jesse Brandeburg · 18 years ago
- 018ea44 [PATCH] e1000: Fix PBA allocation calculations by Bruce Allan · 18 years ago
- d89b6c6 [PATCH] e1000: narrow down the scope of the tipg timer tweak by Jesse Brandeburg · 18 years ago
- c3813ae [PATCH] e1000: fix ethtool reported bus type for older adapters by Jeff Kirsher · 18 years ago
- 83cd827 [PATCH] e1000: fix to set the new max frame size before resetting the adapter by Bruce Allan · 18 years ago
- bb8e331 e1000: workaround for the ESB2 NIC RX unit issue by Jeff Garzik · 18 years ago
- 72f3ab7 [PATCH] e1000: disable TSO on the 82544 with slab debugging by Jesse Brandeburg · 18 years ago
- 3d5460a [PATCH] e1000: Fix Wake-on-Lan with forced gigabit speed by Jesse Brandeburg · 18 years ago
- 0fccd0e e1000: consolidate managability enabling/disabling by Jeff Garzik · 18 years ago
- 167fb28 e1000: omit stats for broken counter in 82543 by Jeff Garzik · 18 years ago
- bd2371e e1000: For sanity, reformat e1000_set_mac_type(), struct e1000_hw[_stats] by Jeff Garzik · 18 years ago
- 2b65326 [PATCH] e1000: dynamic itr: take TSO and jumbo into account by Jesse Brandeburg · 18 years ago
- 7d16e65 [PATCH] e1000: The user-supplied itr setting needs the lower 2 bits masked off by Jesse Brandeburg · 18 years ago
- 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago