1. 3acf4b5 uli526x: stop using net_device.{base_addr, irq} and convert to __iomem. by Francois Romieu · 13 years ago
  2. 5e58deb uli526x: fix regions leak in driver probe error path. by Francois Romieu · 13 years ago
  3. 1ab0d2e netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A. Dalvi · 13 years ago
  4. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
  5. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  6. a88394c ewrk3/tulip: Move the DEC - Tulip drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/tulip/uli526x.c]
  7. 1c3319f tulip: Use pr_<level> where appropriate by Joe Perches · 14 years ago
  8. 163ef0b tulip: Convert printks to netdev_<level> by Joe Perches · 14 years ago
  9. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 14 years ago
  10. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  11. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  12. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 15 years ago
  13. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  14. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  15. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  16. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  17. 7855f76 tulip: Add missing parens. by David S. Miller · 15 years ago
  18. ac90a14 tulip: Fix null dereference in uli526x_rx_packet() by Kyle McMartin · 16 years ago
  19. 4302b67 tulip: convert to use netdev_for_each_mc_addr by Jiri Pirko · 15 years ago
  20. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  21. e02fb7a tulip/uli526x.c: Use dev_<level> and pr_<level> by Joe Perches · 15 years ago
  22. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  23. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  24. ad09646 tulip: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  25. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 16 years ago
  26. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 16 years ago
  27. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  28. 03f54b3 tulip: get rid of warning for non-const string literal by Stephen Hemminger · 16 years ago
  29. dfefe02 uli526x: convert devices to new API by Stephen Hemminger · 16 years ago
  30. 8f15ea4 netdevice: safe convert to netdev_priv() #part-3 by Wang Chen · 16 years ago
  31. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  32. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  33. 7fa0cba3 uli526x: add support for netpoll by Anton Vorontsov · 17 years ago
  34. e284e5c uli526x: fix endianness issues in the setup frame by Anton Vorontsov · 17 years ago
  35. afd8e39 uli526x: initialize the hardware prior to requesting interrupts by Anton Vorontsov · 17 years ago
  36. 7a7d23d uli526x partially recognizing interface by Grant Grundler · 17 years ago
  37. 1977f03 remove asm/bitops.h includes by Jiri Slaby · 17 years ago
  38. 1f8f455 Fix a potential NULL pointer dereference in uli526x_interrupt() in drivers/net/tulip/uli526x.c by Micah Gruber · 17 years ago
  39. 7a1f810 Clean up redundant PHY write line for ULi526x Ethernet driver by Roy Zang · 17 years ago
  40. c559a5b tulip: endianness annotations by Al Viro · 17 years ago
  41. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  42. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  43. b6aec32 uli526x: Add suspend and resume routines (updated) by Rafael J. Wysocki · 17 years ago
  44. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 18 years ago
  45. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 18 years ago
  46. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 18 years ago
  47. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  48. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  49. e1c3e50 [PATCH] initialisation cleanup for ULI526x-net-driver by Henrik Kretzschmar · 18 years ago
  50. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  51. f3b197a [netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/* by Jeff Garzik · 19 years ago
  52. 99bb257 [PATCH] uli526x warning fix by Andrew Morton · 19 years ago
  53. c213460 [PATCH] replace MODULE_PARM in tulip/uli526x.c by Eric Sesterhenn / snakebyte · 19 years ago
  54. 6cafa99 [PATCH] (4/7) missing include (uli526x) by viro@ftp.linux.org.uk · 19 years ago
  55. 945a787 [netdrvr uli526x] fix problems found in review by Peer Chen · 19 years ago
  56. 4689ced [netdrvr] add 'uli526x' driver (a tulip clone) by Peer Chen · 19 years ago