1. b39d66a drivers/net: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  2. 5406951 wan/hdlc_x25.c: fix a NULL dereference by Krzysztof Halasa · 16 years ago
  3. bb55b32 drivers/net/wan: Use DIV_ROUND_UP by Julia Lawall · 16 years ago
  4. f2455eb wan: Missing capability checks in sbni_ioctl() by Eugene Teo · 16 years ago
  5. 3859069 Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 into tmp by Jeff Garzik · 16 years ago
  6. e2c709b WAN: remove extra help text from HDLC_PPP config option by Krzysztof Halasa · 16 years ago
  7. 867240f WAN: Use u32 type instead of u_int32_t in LMC driver. by Krzysztof Hałasa · 16 years ago
  8. 64bef76 WAN: Port LMC driver to generic HDLC by Krzysztof Hałasa · 16 years ago
  9. 52e8a6a WAN: Convert Zilog-based drivers to generic HDLC by Krzysztof Hałasa · 16 years ago
  10. aca25753 WAN: Port COSA driver to generic HDLC. by Krzysztof Hałasa · 16 years ago
  11. 0bee8db WAN: farsync driver no longer uses syncppp.c directly by Krzysztof Hałasa · 16 years ago
  12. b22267d WAN: Convert PC300 driver to use normal u8/u16/u32 types by Krzysztof Hałasa · 16 years ago
  13. c36936c WAN: Remove dead code from PC300 driver, part #2 by Krzysztof Hałasa · 16 years ago
  14. ea96616 WAN: Remove dead code from PC300 driver, part #1 by Krzysztof Hałasa · 16 years ago
  15. c1a0f0c WAN: Remove unneeded "#include <net/syncppp.h>" by Krzysztof Hałasa · 16 years ago
  16. efa4158 Remove bogus variables from syncppp.[ch] by Krzysztof Hałasa · 16 years ago
  17. 4dfce40 WAN: cosmetic changes to generic HDLC by Krzysztof Hałasa · 16 years ago
  18. e17da9c device create: net: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  19. db6d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  20. a352def tty: Ldisc revamp by Alan Cox · 16 years ago
  21. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  22. 7197914 net: Remove references to wan-router.txt in Kconfigs by Johann Felix Soden · 16 years ago
  23. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  24. ea2aca0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  25. 141766c WAN: Remove no longer needed pvc_desc in FR code. by Krzysztof Halasa · 16 years ago
  26. 198191c WAN: convert drivers to use built-in netdev_stats by Krzysztof Halasa · 16 years ago
  27. 54364b7 Add missing skb->dev assignment in Frame Relay RX code by Krzysztof Halasa · 16 years ago
  28. 3e3cda9 Hold RTNL while calling dev_close() by Ben Hutchings · 16 years ago
  29. fa701bd WAN: protect HDLC proto list while insmod/rmmod by Krzysztof Halasa · 16 years ago
  30. aff26e2 WAN: protect Cisco HDLC state changes with a spinlock. by Krzysztof Halasa · 16 years ago
  31. 0911810 cosa: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  32. 4951704 syncppp: Fix crashes. by David S. Miller · 16 years ago
  33. e544ff0 lapbeth: Release ->ethdev when unregistering device. by David S. Miller · 16 years ago
  34. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  35. 56dbbb9 pc300: Update to tty_set_operations by Alan Cox · 16 years ago
  36. d753d82 WAN: Fix confusing insmod error code for C101 too. by Krzysztof Halasa · 16 years ago
  37. 7cda1ed Removing dead code in drivers/net/wan/hdlc_fr.c by Cédric Augonnet · 16 years ago
  38. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  39. 16a7914 Mark generic HDLC + PPP as broken. by Krzysztof Halasa · 16 years ago
  40. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  41. 293a383 lapb: use the shorter LIST_HEAD form for brevity by Robert P. J. Day · 16 years ago
  42. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  43. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  44. 5ffa6d7 wan/farsync: copy_from_user() to iomem is wrong by Al Viro · 16 years ago
  45. 6387c4b COSA/SRP: convert channel_data.rsem to mutex by Matthias Kaehlcke · 16 years ago
  46. dfec722 net: replace __inline with inline by Harvey Harrison · 16 years ago
  47. 91a0736 x25_asy.c: silence compiler warning by S.Çağlar Onur · 17 years ago
  48. 11b0cc3 x25_asy: Fix ref count rule violation by Alan Cox · 17 years ago
  49. 47eaa26 Generic HDLC - use random_ether_addr() by Krzysztof Halasa · 17 years ago
  50. 40d2514 Generic HDLC - remove now unneeded hdlc_device_desc by Krzysztof Halasa · 17 years ago
  51. 983e230 Generic HDLC - fix kernel panic by Krzysztof Halasa · 17 years ago
  52. efad798b Spelling fixes: lenght->length by Paulius Zaleckas · 17 years ago
  53. 90458401 annotate the rest of drivers/net/wan by Al Viro · 17 years ago
  54. 79ea13c NULL noise in drivers/net by Al Viro · 17 years ago
  55. 93ab8e8 drivers/net/wan: Add missing "space" by Joe Perches · 17 years ago
  56. 28fc1f5 [netdrvr] irq handler minor cleanups in several drivers by Jeff Garzik · 17 years ago
  57. 02ff82c cosa: Convert from class_device to device for cosa sync driver by Tony Jones · 17 years ago
  58. c15561f sbni endian fixes by Al Viro · 17 years ago
  59. 44b1e77 wan/lmc bitfields fixes by Al Viro · 17 years ago
  60. 409cd63 dscc4 endian fixes by Al Viro · 17 years ago
  61. 7fd71e5 cycx: annotations and fixes (.24 fodder?) by Al Viro · 17 years ago
  62. 6f229d7 [SYNCPPP]: Endianness and 64bit fixes. by Al Viro · 17 years ago
  63. d012753 [TTY]: Use tty_mode_ioctl() in network drivers. by Alan Cox · 17 years ago
  64. 5c41542 [WAN]: fix drivers/net/wan/lmc/ compilation by Adrian Bunk · 17 years ago
  65. e3376dc [WAN]: lmc_ioctl: don't return with locks held by Roel Kluin · 17 years ago
  66. 06efcad Eliminate pointless casts from void* in a few driver irq handlers. by Jeff Garzik · 17 years ago
  67. e9edda6 netdev: convert non-obvious instances to use ARRAY_SIZE() by Alejandro Martinez Ruiz · 17 years ago
  68. 64b3361 long vs. unsigned long - low-hanging fruits in drivers by Al Viro · 17 years ago
  69. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  70. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  71. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  72. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  73. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  74. e730c15 [NET]: Make packet reception network namespace safe by Eric W. Biederman · 17 years ago
  75. 1ee3254 [WAN] drivers/net/wan/hdlc_fr.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  76. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  77. e5fb4f4 drivers/net/wan/sbni: kill uninit'd var warning by Jeff Garzik · 17 years ago
  78. 79c63e1 drivers/net/wan/pc300_drv: fix bug caught by gcc warning by Jeff Garzik · 17 years ago
  79. f057eac Introduce CONFIG_VIRT_TO_BUS by Stephen Rothwell · 17 years ago
  80. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  81. e6c5fb3 Use menuconfig objects II - netdev/wan by Jan Engelhardt · 17 years ago
  82. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  83. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 17 years ago
  84. abf17ff Generic HDLC sparse annotations by Krzysztof Halasa · 17 years ago
  85. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  86. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  87. 2f7826c [WAN] cosa.c: Build fix. by David S. Miller · 17 years ago
  88. d004b8d [LMC]: lmc_main wants to use skb_tailroom by Arnaldo Carvalho de Melo · 17 years ago
  89. 4305b54 [SK_BUFF]: Convert skb->end to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  90. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  91. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  92. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  93. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  94. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  95. ea3d0d7 [NET]: remove unused header file: drivers/net/wan/lmc/lmc_media.h by Robert P. J. Day · 17 years ago
  96. fe79745 z85230: Fix FIFO handling by Alan Cox · 17 years ago
  97. b5284e5 [HDLC] Fix dev->header_cache_update having a random value. by Krzysztof Halasa · 17 years ago
  98. b882add net: remove a collection of unneeded #undef REALLY_SLOW_IO stuff by Alan · 17 years ago
  99. bdcac18 Hostess SV-11 depends on INET by Baruch Even · 17 years ago
  100. 11cc3bb net/wan/pc300too.c: pci_module_init to pci_register_driver by Richard Knutsson · 18 years ago