Age | Commit message (Expand) | Author | Files | Lines |
2007-08-08 | Merge branch 'r8169-for-jeff-20070806' of git://electric-eye.fr.zoreil.com/ho... | Jeff Garzik | 1 | -8/+16 |
2007-08-07 | r8169: avoid needless NAPI poll scheduling | Francois Romieu | 1 | -8/+10 |
2007-08-07 | r8169: PHY power-on fix | Roger So | 1 | -0/+6 |
2007-08-01 | [NET]: ethtool_perm_addr only has one implementation | Matthew Wilcox | 1 | -1/+0 |
2007-07-18 | drivers/*: mark variables with uninitialized_var() | Jeff Garzik | 1 | -1/+1 |
2007-07-09 | r8169: perform RX config change after mac filtering | Francois Romieu | 1 | -1/+2 |
2007-07-09 | r8169: mac address change support | Francois Romieu | 1 | -0/+36 |
2007-07-09 | r8169: display some extra debug information during startup | Francois Romieu | 1 | -2/+4 |
2007-07-09 | r8169: add endianess annotations to [RT]xDesc | Rolf Eike Beer | 1 | -6/+6 |
2007-07-09 | r8169: align the IP header when there is no DMA constraint | Francois Romieu | 1 | -3/+6 |
2007-07-09 | r8169: add bit description for the TxPoll register | Francois Romieu | 1 | -1/+6 |
2007-07-09 | r8169: cleanup | Francois Romieu | 1 | -202/+145 |
2007-07-09 | r8169: remove the media option | Francois Romieu | 1 | -67/+5 |
2007-07-09 | r8169: small 8101 comment | Francois Romieu | 1 | -0/+4 |
2007-07-09 | r8169: confusion between hardware and IP header alignment | Francois Romieu | 1 | -7/+5 |
2007-07-09 | r8169: merge with version 8.001.00 of Realtek's r8168 driver | Francois Romieu | 1 | -30/+89 |
2007-07-09 | r8169: merge with version 6.001.00 of Realtek's r8169 driver | Francois Romieu | 1 | -35/+55 |
2007-07-09 | r8169: prettify mac_version | Francois Romieu | 1 | -10/+10 |
2007-07-09 | r8169: populate the hw_start handler for the 8110 | Francois Romieu | 1 | -9/+38 |
2007-07-09 | r8169: populate the hw_start handler for the 8168 | Francois Romieu | 1 | -3/+31 |
2007-07-09 | r8169: add helpers for per-device hw_start handler | Francois Romieu | 1 | -18/+35 |
2007-07-09 | r8169: add hooks for per-device hw_start handler | Francois Romieu | 1 | -19/+45 |
2007-07-09 | r8169: Rx path update | Stephen Hemminger | 1 | -28/+28 |
2007-07-09 | r8169: kill eth_copy_and_sum() | David S. Miller | 1 | -1/+1 |
2007-07-09 | r8169: de-obfuscate modulo arithmetic | Francois Romieu | 1 | -1/+3 |
2007-07-09 | r8169: use netdev_alloc_skb | Stephen Hemminger | 1 | -13/+14 |
2007-06-03 | network drivers: eliminate unneeded kill_vid code | Stephen Hemminger | 1 | -11/+0 |
2007-04-26 | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2007-04-04 | r8169: fix suspend/resume for down interface | Francois Romieu | 1 | -6/+7 |
2007-04-04 | r8169: issue request_irq after the private data are completely initialized | Francois Romieu | 1 | -15/+18 |
2007-03-09 | r8169: fix a race between PCI probe and dev_open | Francois Romieu | 1 | -5/+5 |
2007-03-09 | r8169: revert bogus BMCR reset | Francois Romieu | 1 | -2/+2 |
2007-03-03 | [VLAN]: Avoid a 4-order allocation. | Dan Aloni | 1 | -2/+1 |
2007-02-20 | r8169: RTNL and flush_scheduled_work deadlock | Francois Romieu | 1 | -7/+18 |
2007-02-09 | [PATCH] uintptr_t is unsigned long, not u32 | Al Viro | 1 | -2/+2 |
2006-12-27 | r8169: extraneous Cmd{Tx/Rx}Enb write | Francois Romieu | 1 | -1/+0 |
2006-12-27 | r8169: use the broken_parity_status field in pci_dev | Francois Romieu | 1 | -4/+1 |
2006-12-07 | Merge tag 'r8169-upstream-20061204-00' of git://electric-eye.fr.zoreil.com/ho... | Jeff Garzik | 1 | -25/+59 |
2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 1 | -4/+22 |
2006-12-04 | r8169: more alignment for the 0x8168 | Francois Romieu | 1 | -2/+2 |
2006-12-04 | r8169: phy program update | Francois Romieu | 1 | -5/+0 |
2006-12-04 | r8169: tweak the PCI data parity error recovery | Francois Romieu | 1 | -4/+13 |
2006-12-04 | r8169: more magic during initialization of the hardware | Francois Romieu | 1 | -14/+44 |
2006-12-02 | r8169: perform a PHY reset before any other operation at boot time | Francois Romieu | 1 | -2/+20 |
2006-11-30 | [PATCH] r8169: Fix iteration variable sign | Francois Romieu | 1 | -2/+2 |
2006-11-22 | WorkStruct: make allyesconfig | David Howells | 1 | -9/+14 |
2006-10-30 | Revert "r8169: mac address change support" | Linus Torvalds | 1 | -38/+0 |
2006-10-21 | Merge tag 'jg-20061012-00' of git://electric-eye.fr.zoreil.com/home/romieu/li... | Jeff Garzik | 1 | -1/+6 |
2006-10-13 | r8169: fix infinite loop during hotplug | Arnaud Patard | 1 | -1/+5 |