- c79992f via-velocity: Re-enable transmit scatter-gather support by Simon Kagstrom · 15 years ago
- 2a5774f via-velocity: Change DMA_LENGTH_DEF (from the VIA driver) by Simon Kagstrom · 15 years ago
- dfff714 via-velocity: Implement NAPI support by Simon Kagstrom · 15 years ago
- 6dfc4b9 via-velocity: Add ethtool interrupt coalescing support by Simon Kagstrom · 15 years ago
- da95b2d via-velocity: Correct 64-byte alignment for rx buffers by Simon Kagstrom · 15 years ago
- 1ede9b5 drivers/net/via-velocity.c: remove exceptional & on function name by Julia Lawall · 15 years ago
- 516b4df via-velocity: Remove private device list by Ben Hutchings · 15 years ago
- 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
- 7ab0f27 netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations by Ben Hutchings · 15 years ago
- 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
- 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
- 0527a1a via-velocity: Fix test of mii_status bit VELOCITY_DUPLEX_FULL by roel kluin · 15 years ago
- 2cf71d2 Remove unnecessary forward declarations from velocity NIC driver. by Dave Jones · 15 years ago
- c406740 Fix up CodingStyle problems in via-velocity.c by Dave Jones · 15 years ago
- 83c98a8 Remove unused zero-copy code from velocity NIC driver. by Dave Jones · 15 years ago
- 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
- f6b24ca via-velocity: Fix velocity driver unmapping incorrect size. by Dave Jones · 15 years ago
- d3b238a via-velocity : fix no link detection on boot by Séguier Régis · 15 years ago
- 553e233 net: use netdev stats in b44, sundance, via-rhine and via-velocity by Eric Dumazet · 15 years ago
- 3ca17df via-velocity : fix compilation warning. by Séguier Régis · 16 years ago
- 59f8e16 via-velocity: Fix DMA mapping length errors on transmit. by Dave Jones · 16 years ago
- 0d1cfd2 via-velocity: fix hot spin by roel kluin · 16 years ago
- fe96aaa netdev: add missing set_mac_address hook by Stephen Hemminger · 16 years ago
- 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
- 39a11bd via-velocity: convert to net_device_ops by Stephen Hemminger · 16 years ago
- 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
- 5f5c4bd via-velocity: enable perfect filtering for multicast packets by Joey Zhuo · 16 years ago
- babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
- 07b5f6a via-velocity: use driver string instead of dev->name before register_netdev() by Sven Hartge · 16 years ago
- 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
- 822f1a5 via-velocity: Fix warnings on sparc64. by Francois Romieu · 16 years ago
- 3c4dc71 via-velocity: velocity_init_{rd/tx}_ring use kcalloc(..., GFP_KERNEL). by Francois Romieu · 16 years ago
- 0fe9f15 via-velocity: separated struct allow wholesale copy during MTU changes. by Francois Romieu · 16 years ago
- 9088d9a via-velocity: add velocity_set_rxbufsize helper by Francois Romieu · 16 years ago
- 2813317 via-velocity: move residual free rx descriptors count register update by Francois Romieu · 16 years ago
- 8ac53af via-velocity: lean and clean velocity_init_rings by Francois Romieu · 16 years ago
- 580a690 via-velocity: remove the bounce buffers by Francois Romieu · 16 years ago
- c03571a via-velocity: use memmove by Stephen Hemminger · 17 years ago
- c73d258 via-velocity: use netdev_alloc_skb by Stephen Hemminger · 17 years ago
- d4f73c8 via-velocity: fix vlan receipt by Francois Romieu · 17 years ago
- c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
- 6133fb1 [NETNS]: Disable inetaddr notifiers in namespaces other than initial. by Denis V. Lunev · 17 years ago
- a337499 [IPV4]: Remove ifa != NULL check. by Denis V. Lunev · 17 years ago
- 4f14b92 via-velocity: section fix by Andrew Morton · 17 years ago
- 4a51c0d big-endian support for via-velocity by Al Viro · 17 years ago
- 48f6b05 via-velocity: don't oops on MTU change (resend) by Stephen Hemminger · 17 years ago
- bd7b3f3 [VIA_VELOCITY]: Don't oops on MTU change. by Stephen Hemminger · 17 years ago
- 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
- 01faccb via-velocity: more cleanup by Stephen Hemminger · 17 years ago
- 501e4d2 via-velocity: use standard VLAN interface (resend) by Stephen Hemminger · 17 years ago
- 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
- ae94607 drivers/net/via-velocity.c: mostly kmalloc + memset conversion to kcalloc by Mariusz Kozlowski · 17 years ago
- 0e6ff15 in-string typos of "error" by Eddy L O Jansson · 17 years ago
- 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
- b4fea61 typo in via-velocity.c by Dave Jones · 17 years ago
- d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} 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
- 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 18 years ago
- ce9f7fe via-velocity uses INET interfaces by Randy Dunlap · 18 years ago
- 906d66d [PATCH] crc32: replace bitreverse by bitrev32 by Akinobu Mita · 18 years ago
- 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
- a319a27 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
- 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
- 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
- 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
- 4e83b7f Merge branch 'tmp' into upstream by Jeff Garzik · 18 years ago
- d5b2069 [PATCH] Remove more unnecessary driver printk's by Andy Gospodarek · 18 years ago
- 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
- 59b693f via-velocity: fix speed and link status reported by ethtool by Jay Cliburn · 18 years ago
- 9b91cf9 [netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ... by Jeff Garzik · 18 years ago
- cabb766 [netdrvr] via-velocity: remove io_size struct member, it is invariant by Jeff Garzik · 18 years ago
- e54f489 [netdrvr] via-velocity: misc. cleanups by Jeff Garzik · 18 years ago
- 8ab6f3f [netdrvr] via-velocity: use netdev_priv() where appropriate by Jeff Garzik · 18 years ago
- 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
- 8a22ddd via-velocity: the link is not correctly detected when the device starts by Francois Romieu · 18 years ago
- 364c6ba [NET]: Clean up skb_linearize by Herbert Xu · 18 years ago
- b3c3e7d via-velocity: fix memory corruption when changing the mtu by Francois Romieu · 19 years ago
- 9f3f46b [PATCH] via-velocity: use NETIF_F_IP_CSUM (hardware only support IPv4) by John W. Linville · 19 years ago
- 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
- b4558ea drivers/net: Remove pointless checks for NULL prior to calling kfree() by Jesper Juhl · 19 years ago
- 689be43 [NET]: Remove gratuitous use of skb->tail in network drivers. by David S. Miller · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago