Commit Graph

105 Commits (8408dc1c14c113face77f6f967af98f76999989f)

Author SHA1 Message Date
françois romieu 6864ddb2d3 8139cp: convert to new VLAN model. 14 years ago
Alexey Dobriyan a6b7a40786 net: remove interrupt.h inclusion from netdevice.h 14 years ago
Michał Mirosław 044a890c5a net: 8139cp: convert to hw_features 14 years ago
Shan Wei 24b7ea9f6c 8139cp: fix checksum broken 14 years ago
Jesse Gross eab6d18d20 vlan: Don't check for vlan group before vlan_tx_tag_present. 14 years ago
Eric Dumazet bc8acf2c8c drivers/net: avoid some skb->ip_summed initializations 15 years ago
Figo.zhang 349124a007 net8139: fix a race at the end of NAPI 15 years ago
Eric Dumazet ba2d358791 drivers/net: use __packed annotation 15 years ago
Joe Perches a4b770972b drivers/net: Remove unnecessary returns from void function()s 15 years ago
Eric Dumazet 1ae5dc342a net: trans_start cleanups 15 years ago
Jiri Pirko 22bedad3ce net: convert multicast list to list_head 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Joe Perches b4f18b3fac drivers/net/8139cp.c: Use (pr|netdev|netif)_<level> macro helpers 15 years ago
Jiri Pirko a56ed41d94 net: 8139cp: convert to use mc helpers 15 years ago
Alexey Dobriyan a3aa18842a drivers/net/: use DEFINE_PCI_DEVICE_TABLE() 15 years ago
Joe Perches 8e95a2026f drivers/net: Move && and || to end of previous line 15 years ago
Eric Dumazet 89d71a66c4 net: Use netdev_alloc_skb_ip_align() 16 years ago
Alan Jenkins 9cc4085585 8139cp: fix duplicate loglevel in module load message 16 years ago
Stephen Hemminger 61357325f3 netdev: convert bulk of drivers to netdev_tx_t 16 years ago
Francois Romieu 839d1624b9 8139cp: balance dma_map_single vs dma_unmap_single pair 16 years ago
Patrick McHardy 6ed106549d net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions 16 years ago
Patrick McHardy 5b54814022 net: use symbolic values for ndo_start_xmit() return codes 16 years ago
Alexander Beregalov b93d584772 8139*: convert printk() to pr_<foo>() 16 years ago
Yang Hongyang 284901a90a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) 16 years ago
Yang Hongyang 6a35528a83 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) 16 years ago
Jiri Pirko c048aaf4ca 8139cp: allow to set mac address on running device 16 years ago
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