Commit Graph

76 Commits (9f5bc7f1908665d7cf379f698c7bdc53bc10da85)

Author SHA1 Message Date
Ben Hutchings 288379f050 net: Remove redundant NAPI functions 16 years ago
Stephen Hemminger fe96aaa14f netdev: add missing set_mac_address hook 16 years ago
Neil Horman 908a7a16b8 net: Remove unused netdev arg from some NAPI interfaces. 16 years ago
Stephen Hemminger 008298231a netdev: add more functions to netdevice ops 16 years ago
Stephen Hemminger 48dfcde46e 8139: convert to net_device_ops 16 years ago
David S. Miller babcda74e9 drivers/net: Kill now superfluous ->last_rx stores. 16 years ago
Johannes Berg e174961ca1 net: convert print_mac to %pM 17 years ago
Stephen Hemminger de4549cae0 8139x: reduce message severity on driver overlap 17 years ago
Kevin Lo a52be1cbc2 8139cp: use netdev_alloc_skb 17 years ago
Jeff Garzik be0976be91 [netdrvr] kill sync_irq-before-freq_irq pattern 17 years ago
Paulius Zaleckas 237225f70f 8139cp: use netstats in net_device structure 17 years ago
Al Viro cf9830195a fix vlan in 8139cp on big-endian 18 years ago
Al Viro 03233b90b0 8139cp: trivial endianness annotations 18 years ago
Jeff Garzik b9f2c0440d [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count 18 years ago
Joe Perches 0795af5729 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() 18 years ago
Jeff Garzik 88d3aafdae [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls 18 years ago
Ralf Baechle 10d024c1b2 [NET]: Nuke SET_MODULE_OWNER macro. 18 years ago
Jeff Garzik 6cc92cddb1 [netdrvr] 8139cp, 8139too: convert to generic DMA 18 years ago
Stephen Hemminger bea3348eef [NET]: Make NAPI polling independent of struct net_device objects. 18 years ago
Matthew Wilcox 313674afa8 [NET]: ethtool_perm_addr only has one implementation 18 years ago
Francois Romieu 9030c0d24d 8139cp: implement the missing dev->tx_timeout 18 years ago
Auke Kok 44c10138fd PCI: Change all drivers to use pci_device->revision 18 years ago
Richard Knutsson 2501f843b0 8139cp: Convert to generic boolean 18 years ago
Stephen Hemminger 7b332244a6 8139cp: fix VLAN unregistration 18 years ago
Arnaldo Carvalho de Melo eddc9ec53b [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph 18 years ago
Arnaldo Carvalho de Melo 4c13eb6657 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans 18 years ago
Dan Aloni 5c15bdec5c [VLAN]: Avoid a 4-order allocation. 18 years ago
Chris Lalancette 553af56775 8139cp: Don't blindly enable interrupts 18 years ago
Francois Romieu d15e9c4d9a netpoll: drivers must not enable IRQ unconditionally in their NAPI handler 18 years ago
David Howells 7d12e780e0 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 19 years ago
Patrick McHardy 84fa7933a3 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE 19 years ago
Jeff Garzik 7282d491ec drivers/net: const-ify ethtool_ops declarations 19 years ago
Francois Romieu 48907e3989 8139cp: ring_info removal for the transmit path 19 years ago
Andy Gospodarek d5b20697ca [PATCH] Remove more unnecessary driver printk's 19 years ago
Francois Romieu cccb20d3a9 8139cp: use PCI_DEVICE() to shorten the PCI device table 19 years ago
François Romieu 7668a4945b 8139cp: pci_get_drvdata(pdev) can not be NULL in suspend handler 19 years ago
Francois Romieu e68970e754 8139cp: removal of useless BUG_ON() check 19 years ago
Francois Romieu d03d376dd2 8139cp: sync the device private data with its r8169 counterpart 19 years ago
Francois Romieu 0ba894d420 8139cp: ring_info removal for the receive path 19 years ago
Francois Romieu c48e9399e8 8139cp: remove gratuitous indirection 19 years ago
Francois Romieu 3598b57be4 8139cp: trim ring_info 19 years ago
Jeff Garzik 299176206b drivers/net: Remove deprecated use of pci_module_init() 19 years ago
Andrew Morton 4626dd46f5 [PATCH] 8139cp.c printk fix 19 years ago
Jeff Garzik 9b91cf9daa [netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ... 19 years ago
Jeff Garzik 2e8a538d86 [netdrvr] Use dev_printk() when ethernet interface isn't available 19 years ago
Thomas Gleixner 1fb9df5d30 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Greg Kroah-Hartman 2427ddd8fa [PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_t where needed 19 years ago
Greg Kroah-Hartman 7c7459d1f9 [PATCH] 64bit resource: fix up printks for resources in networks drivers 19 years ago
Herbert Xu 7967168cef [NET]: Merge TSO/UFO fields in sk_buff 19 years ago