1. 6e26661 hippi: Fix a Fix a possible sleep-in-atomic bug in rr_close by Jia-Ju Bai · 7 years ago
  2. 0eba23b drivers/net: hippi: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  3. 0625d73 drivers: net: hippi: use setup_timer() helper. by Allen Pais · 7 years ago
  4. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  5. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  6. 50fb55d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  7. 0632466 format-security: move static strings to const by Kees Cook · 8 years ago
  8. 294316a net/hippi/rrunner: use memdup_user by Geliang Tang · 8 years ago
  9. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  10. b3e3893 net: use core MTU range checking in misc drivers by Jarod Wilson · 8 years ago
  11. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  12. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  13. 79ac7c9 net: hippi: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  14. ff71505 net/hippi/rrunner: Use module_pci_driver to register driver by Peter Hüwe · 12 years ago
  15. fef4c86 rrunner.c: fix possible memory leak in rr_init_one() by David Oostdyk · 12 years ago
  16. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  17. 6e94549 hippi: remove __dev* attributes by Bill Pemberton · 12 years ago
  18. ecffe75 hippi: fix printk format in rrunner.c by Randy Dunlap · 13 years ago
  19. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  20. 0193fc5 rrunner: stop using net_device.{base_addr, irq}. by Francois Romieu · 13 years ago
  21. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  22. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 13 years ago
  23. ff5a3b5 hippi: Move the HIPPI driver by Jeff Kirsher · 13 years ago[Renamed from drivers/net/rrunner.c]
  24. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  25. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 15 years ago
  26. 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
  27. d4a66e7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  28. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  29. 2585e7e rrunner: fix buffer overflow by Dan Carpenter · 15 years ago
  30. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  31. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 16 years ago
  32. 3790c8c net: fix network driver ndo_start_xmit() return values (part 1) by Patrick McHardy · 16 years ago
  33. 9de6d99 netdev: remove pathetic compile-command lines by Alexey Dobriyan · 16 years ago
  34. 748ff68 hippi: convert driver to net_device_ops by Stephen Hemminger · 16 years ago
  35. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  36. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  37. 2450022 drivers/net: Add missing "space" by Joe Perches · 17 years ago
  38. cf96237 rrunner: use offsetof() instead of homegrown insanity by Al Viro · 17 years ago
  39. df1e6e5 [RRUNNER]: Do not muck with sysctl_{r,w}mem_max by David S. Miller · 17 years ago
  40. a37ae40 [NET]: Don't declare extern variables in net/core/sysctl_net_core.c by Pavel Emelyanov · 17 years ago
  41. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  42. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  43. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  44. 4f09243 rrunner.c:rr_init() must be __devinit by Adrian Bunk · 17 years ago
  45. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 18 years ago
  46. 0a4f23f [HIPPI/FDDI]: Make {hippi,fddi}_type_trans set skb->dev 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. 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
  49. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  50. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  51. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  52. b4558ea drivers/net: Remove pointless checks for NULL prior to calling kfree() by Jesper Juhl · 19 years ago
  53. 6f1cf16 [NET]: Remove HIPPI private from skbuff.h by Stephen Hemminger · 19 years ago
  54. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago