1. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  2. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  3. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  4. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  5. 215faf9 drivers/net/*/: Use static const by Joe Perches · 14 years ago
  6. b4fe2a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  7. eaff945 WAN: Fix a TX IRQ causing BUG() in PC300 and PCI200SYN drivers. by Krzysztof Halasa · 14 years ago
  8. eed5ee1 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  9. 6a20bd4 NET: wan/x25, fix ldisc->open retval by Jiri Slaby · 14 years ago
  10. 03fe5f3 NET: wan/x25_asy, move lapb_unregister to x25_asy_close_tty by Jiri Slaby · 14 years ago
  11. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  12. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  13. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  14. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  15. d198550 net: Wan/cosa.c: Convert "mutex" to semaphore by Thomas Gleixner · 14 years ago
  16. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  17. 6f0b31c Fix typo interrest[ing|ed] => interest[ing|ed] by Thomas Weber · 14 years ago
  18. 95ae6b2 ipv4: ip_ptr cleanups by Eric Dumazet · 14 years ago
  19. dcfc5d7 wan: make read-only data const by stephen hemminger · 14 years ago
  20. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  21. 354c8e3 drivers/net/wan: Adjust confusing if indentation by Julia Lawall · 14 years ago
  22. 2f2c779 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  23. 946880f Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 by Linus Torvalds · 14 years ago
  24. 5d337d6 farsync: Fix compile warnings. by David S. Miller · 14 years ago
  25. 3f326d4 drivers/net/wan/farsync.c: Use standard pr_<level> by Joe Perches · 14 years ago
  26. 15fd0cd net: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  27. eedc765 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  28. ca73359 X25: remove duplicated #include by Huang Weiyi · 14 years ago
  29. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 14 years ago
  30. 7d88950 drivers/net/wan: Use memdup_user by Julia Lawall · 14 years ago
  31. c146fc9 drivers/net/wan: Use memdup_user by Julia Lawall · 14 years ago
  32. 6276342 IXP4xx: Prevent HSS transmitter lockup by disabling FRaMe signals. by Krzysztof Hałasa · 14 years ago
  33. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  34. 90b3e03 X25: Use identifiers for hdlc x25 device to x25 interface by andrew hendry · 14 years ago
  35. 5d74731 X25: Use identifiers for cyclades device to x25 interface by andrew hendry · 14 years ago
  36. 4d99503 X25: Use identifiers for lapbether device to x25 interface by andrew hendry · 14 years ago
  37. 7eeeacf0 X25: Use identifiers for x25 async device to x25 interface by andrew hendry · 14 years ago
  38. 87eb367 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  39. 31f634a WAN: flush tx_queue in hdlc_ppp to prevent panic on rmmod hw_driver. by Krzysztof Halasa · 14 years ago
  40. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  41. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  42. 2381a55 net/various: remove trailing space in messages by Frans Pop · 14 years ago
  43. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  44. 640462c Coding style correction of some wan drivers by Rudy Matela · 15 years ago
  45. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  46. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  47. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  48. 870571a2 hdlc: spelling fix in find_pvc() comment by Rudy Matela · 15 years ago
  49. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  50. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  51. 614c12a net: Coding style corrections on Sealevel Systems 4021 driver. by Rudy Matela · 15 years ago
  52. ff9c38b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  53. 40be261 wan: cosa: drop chan->wsem on error path by Dan Carpenter · 15 years ago
  54. 6f7ad1e wan: Coding style correction in HDLC/Frame Relay support routines by Rudy Matela · 15 years ago
  55. 48b3d3e wan: Frame Relay/DLCI coding style corrections. by Rudy Matela · 15 years ago
  56. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  57. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  58. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  59. d8bda9f drivers/net/wan: remove exceptional & on function name by Julia Lawall · 15 years ago
  60. 9646e7c net, compat_ioctl: handle socket ioctl abuses in tty drivers by Arnd Bergmann · 15 years ago
  61. 2395f0e cosa: Kill off the use of the old ioctl path by Alan Cox · 15 years ago
  62. c3da314 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  63. 86ae13b headers: Fix build after <linux/sched.h> removal by Ingo Molnar · 15 years ago
  64. 9652041 WAN: fix Cisco HDLC handshaking. by Krzysztof Halasa · 15 years ago
  65. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  66. 966a5d1 drivers/net/wan: introduce missing kfree by Julia Lawall · 15 years ago
  67. 5dbc465 IXP42x HSS support for setting internal clock rate by Krzysztof Halasa · 15 years ago
  68. 32e6a0c WAN: remove deprecated PCI_DEVICE_ID from PCI200SYN driver. by Krzysztof Halasa · 15 years ago
  69. 3848242 wan: dlci/sdla transmit return dehacking by Stephen Hemminger · 15 years ago
  70. fab4e76 WAN: dscc4: Fix warning pointing out a bug. by David S. Miller · 15 years ago
  71. d71a674 wan: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  72. 5de3fca WAN: bit and/or confusion by roel kluin · 15 years ago
  73. 38edb5b WAN/LMC: Fix type_trans(). by Krzysztof Halasa · 15 years ago
  74. 8dd0708 lmc: Read outside array bounds by roel kluin · 15 years ago
  75. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  76. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  77. ec634fe net: convert remaining non-symbolic return values in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  78. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  79. 0e8635a net: remove NET_RX_BAD and NET_RX_CN* defines by Florian Westphal · 15 years ago
  80. d77eeb7 net: fix network drivers ndo_start_xmit() return values by Patrick McHardy · 15 years ago
  81. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  82. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  83. 47f88c9 net: fix network drivers ndo_start_xmit() return values (part 4) by Patrick McHardy · 15 years ago
  84. 5d23a1d net: replace dma_sync_single with dma_sync_single_for_cpu by FUJITA Tomonori · 15 years ago
  85. 9733bb8 IXP4xx: Change QMgr function names to qmgr_stat_*_watermark and clean the comments. by Krzysztof Hałasa · 15 years ago
  86. 6a68afe IXP4xx: Ethernet and WAN drivers now support "high" hardware queues. by Krzysztof Hałasa · 15 years ago
  87. 93f154b net: release dst entry in dev_hard_start_xmit() by Eric Dumazet · 15 years ago
  88. bb803cf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  89. 3ba8c79 IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization. by Krzysztof Hałasa · 15 years ago
  90. d32da05 wan/pc300_drv: convert to net_device_ops by Alexander Beregalov · 15 years ago
  91. ce0b620 dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28) by Yang Hongyang · 15 years ago
  92. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  93. 3a070ad trivial: fix typo "varaible" -> "variable" by Uwe Kleine-Koenig · 16 years ago
  94. ac99533 wan: convert sdla driver to net_device_ops by Stephen Hemminger · 15 years ago
  95. 8e9d20897 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 15 years ago
  96. 7dd0b6e sbni: convert to net_device_ops by Stephen Hemminger · 15 years ago
  97. fe6c6fb sbni: use internal net_device_stats by Stephen Hemminger · 15 years ago
  98. 39549b1 labether: convert to net_device_ops by Stephen Hemminger · 15 years ago
  99. ea2ebaf lapbether: convert to internal net_device_stats by Stephen Hemminger · 15 years ago
  100. d9b06c4 cycx: convert to net_device_ops by Stephen Hemminger · 15 years ago