1. f6226de via-velocity: remove duplicated #include by Huang Weiyi · 13 years ago
  2. 73b5468 via-velocity: do vlan cleanup by Jiri Pirko · 13 years ago
  3. 6403eab drivers/net: Remove unnecessary semicolons by Joe Perches · 13 years ago
  4. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  5. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 13 years ago
  6. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  7. f593fe3 net: via-velocity: convert to hw_features by Michał Mirosław · 13 years ago
  8. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  9. 2ffa007 via-velocity: fix the WOL bug on 1000M full duplex forced mode. by françois romieu · 14 years ago
  10. a34f0b3 fix comment typos concerning "consistent" by Uwe Kleine-König · 14 years ago
  11. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  12. 1541922 via-velocity: forced 1000 Mbps mode support. by françois romieu · 14 years ago
  13. e548833 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  14. de2b96f via-velocity: Turn scatter-gather support back off. by David S. Miller · 14 years ago
  15. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  16. 889635f via-velocity: do not use PCI resources before pci_enable_device() by Kulikov Vasiliy · 14 years ago
  17. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  18. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  19. 3a7f868 via-velocity: remove private #define by Francois Romieu · 14 years ago
  20. 22bedad net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  21. bcbe536 via-velocity: Fix FLOW_CNTL_TX_RX handling in set_mii_flow_control() by David S. Miller · 14 years ago
  22. 567ec87 net: convert multiple drivers to use netdev_for_each_mc_addr, part6 by Jiri Pirko · 14 years ago
  23. b6ca430 via-velocity: Enable scatter/gather IO by default by Simon Kagstrom · 14 years ago
  24. 5ecccb7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  25. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  26. 3f2e8d9 via-velocity: Fix races on shared interrupts by Simon Kagstrom · 14 years ago
  27. 39c2ff4 via-velocity: Take spinlock on set coalesce by Simon Kagstrom · 14 years ago
  28. d6cade0 via-velocity: Remove unused IRQ status parameter from rx_srv and tx_srv by Simon Kagstrom · 14 years ago
  29. d4a66e7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  30. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  31. 35bb5ca via-velocity: Give RX descriptors to the NIC later on open or MTU change by Ben Hutchings · 15 years ago
  32. aa7c68a drivers/net/via-velocity.c: use %pM to shown MAC address by H Hartley Sweeten · 15 years ago
  33. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  34. b06f78f via-velocity: Set tx checksum from ethtool instead of module parameter by Simon Kagstrom · 15 years ago
  35. c79992f via-velocity: Re-enable transmit scatter-gather support by Simon Kagstrom · 15 years ago
  36. 2a5774f via-velocity: Change DMA_LENGTH_DEF (from the VIA driver) by Simon Kagstrom · 15 years ago
  37. dfff714 via-velocity: Implement NAPI support by Simon Kagstrom · 15 years ago
  38. 6dfc4b9 via-velocity: Add ethtool interrupt coalescing support by Simon Kagstrom · 15 years ago
  39. da95b2d via-velocity: Correct 64-byte alignment for rx buffers by Simon Kagstrom · 15 years ago
  40. 1ede9b5 drivers/net/via-velocity.c: remove exceptional & on function name by Julia Lawall · 15 years ago
  41. 516b4df via-velocity: Remove private device list by Ben Hutchings · 15 years ago
  42. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  43. 7ab0f27 netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations by Ben Hutchings · 15 years ago
  44. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  45. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  46. 0527a1a via-velocity: Fix test of mii_status bit VELOCITY_DUPLEX_FULL by roel kluin · 15 years ago
  47. 2cf71d2 Remove unnecessary forward declarations from velocity NIC driver. by Dave Jones · 15 years ago
  48. c406740 Fix up CodingStyle problems in via-velocity.c by Dave Jones · 15 years ago
  49. 83c98a8 Remove unused zero-copy code from velocity NIC driver. by Dave Jones · 15 years ago
  50. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  51. f6b24ca via-velocity: Fix velocity driver unmapping incorrect size. by Dave Jones · 15 years ago
  52. d3b238a via-velocity : fix no link detection on boot by Séguier Régis · 15 years ago
  53. 553e233 net: use netdev stats in b44, sundance, via-rhine and via-velocity by Eric Dumazet · 15 years ago
  54. 3ca17df via-velocity : fix compilation warning. by Séguier Régis · 15 years ago
  55. 59f8e16 via-velocity: Fix DMA mapping length errors on transmit. by Dave Jones · 15 years ago
  56. 0d1cfd2 via-velocity: fix hot spin by roel kluin · 16 years ago
  57. fe96aaa netdev: add missing set_mac_address hook by Stephen Hemminger · 16 years ago
  58. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  59. 39a11bd via-velocity: convert to net_device_ops by Stephen Hemminger · 16 years ago
  60. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  61. 5f5c4bd via-velocity: enable perfect filtering for multicast packets by Joey Zhuo · 16 years ago
  62. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  63. 07b5f6a via-velocity: use driver string instead of dev->name before register_netdev() by Sven Hartge · 16 years ago
  64. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  65. 822f1a5 via-velocity: Fix warnings on sparc64. by Francois Romieu · 16 years ago
  66. 3c4dc71 via-velocity: velocity_init_{rd/tx}_ring use kcalloc(..., GFP_KERNEL). by Francois Romieu · 16 years ago
  67. 0fe9f15 via-velocity: separated struct allow wholesale copy during MTU changes. by Francois Romieu · 16 years ago
  68. 9088d9a via-velocity: add velocity_set_rxbufsize helper by Francois Romieu · 16 years ago
  69. 2813317 via-velocity: move residual free rx descriptors count register update by Francois Romieu · 16 years ago
  70. 8ac53af via-velocity: lean and clean velocity_init_rings by Francois Romieu · 16 years ago
  71. 580a690 via-velocity: remove the bounce buffers by Francois Romieu · 16 years ago
  72. c03571a via-velocity: use memmove by Stephen Hemminger · 16 years ago
  73. c73d258 via-velocity: use netdev_alloc_skb by Stephen Hemminger · 16 years ago
  74. d4f73c8 via-velocity: fix vlan receipt by Francois Romieu · 16 years ago
  75. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  76. 6133fb1 [NETNS]: Disable inetaddr notifiers in namespaces other than initial. by Denis V. Lunev · 16 years ago
  77. a337499 [IPV4]: Remove ifa != NULL check. by Denis V. Lunev · 16 years ago
  78. 4f14b92 via-velocity: section fix by Andrew Morton · 16 years ago
  79. 4a51c0d big-endian support for via-velocity by Al Viro · 16 years ago
  80. 48f6b05 via-velocity: don't oops on MTU change (resend) by Stephen Hemminger · 17 years ago
  81. bd7b3f3 [VIA_VELOCITY]: Don't oops on MTU change. by Stephen Hemminger · 17 years ago
  82. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  83. 01faccb via-velocity: more cleanup by Stephen Hemminger · 17 years ago
  84. 501e4d2 via-velocity: use standard VLAN interface (resend) by Stephen Hemminger · 17 years ago
  85. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  86. ae94607 drivers/net/via-velocity.c: mostly kmalloc + memset conversion to kcalloc by Mariusz Kozlowski · 17 years ago
  87. 0e6ff15 in-string typos of "error" by Eddy L O Jansson · 17 years ago
  88. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  89. b4fea61 typo in via-velocity.c by Dave Jones · 17 years ago
  90. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  91. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  92. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  93. ce9f7fe via-velocity uses INET interfaces by Randy Dunlap · 18 years ago
  94. 906d66d [PATCH] crc32: replace bitreverse by bitrev32 by Akinobu Mita · 18 years ago
  95. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  96. a319a27 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  97. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  98. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  99. 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
  100. 4e83b7f Merge branch 'tmp' into upstream by Jeff Garzik · 18 years ago