1. b422993 [ATM]: use NIPQUAD instead of open-coding it by Al Viro · 18 years ago
  2. 69263bc [ATM]: proper prototypes in net/atm/mpc.h (and reduce ifdef clutter) by Adrian Bunk · 18 years ago
  3. bf0d524 [NET]: Remove unnecessary config.h includes from net/ by Dave Jones · 18 years ago
  4. fe26109 [ATM] CLIP: Do not refer freed skbuff in clip_mkip(). by YOSHIFUJI Hideaki · 18 years ago
  5. b9c6e3e [ATM]: Compile error on ARM by Kevin Hilman · 18 years ago
  6. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  7. 2478173 [ATM] net/atm/clip.c: fix PROC_FS=n compile by Adrian Bunk · 18 years ago
  8. 1252ecf [ATM]: fix possible recursive locking in skb_migrate() by Arjan van de Ven · 18 years ago
  9. 4bdbf6c [NET]: add+use poison defines by Randy Dunlap · 18 years ago
  10. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  11. 656d98b [ATM]: basic sysfs support for ATM devices by Roman Kagan · 18 years ago
  12. 1e4fd51 [ATM]: atm/mpc.c warning fix by Andrew Morton · 18 years ago
  13. ff7512e [ATM]: fix broken uses of NIPQUAD in net/atm by Al Viro · 18 years ago
  14. 932ff27 [NET]: Add netif_tx_lock by Herbert Xu · 18 years ago
  15. bd89efc [NEIGH]: Fix IP-over-ATM and ARP interaction. by Simon Kelley · 18 years ago
  16. 4909e488 [ATM] clip: add module info by Stephen Hemminger · 18 years ago
  17. 5ff765f [ATM] clip: notifier related cleanups by Stephen Hemminger · 18 years ago
  18. dcdb027 [ATM] clip: get rid of PROC_FS ifdef by Stephen Hemminger · 18 years ago
  19. e49e76d [ATM] clip: run through Lindent by Stephen Hemminger · 18 years ago
  20. 2d90739 [ATM]: Clip timer race. by Stephen Hemminger · 18 years ago
  21. f3a0592 [ATM]: clip causes unregister hang by Stephen Hemminger · 18 years ago
  22. 57b47a5 [NET]: sem2mutex part 2 by Ingo Molnar · 18 years ago
  23. 4a3e2f7 [NET] sem2mutex: net/ by Arjan van de Ven · 18 years ago
  24. aa837b5 [ATM]: Fix build after neigh->parms->neigh_destructor change. by David S. Miller · 18 years ago
  25. 0f8f325 [ATM]: keep atmsvc failure messages quiet by Chas Williams · 18 years ago
  26. bf3883c [ATM]: Ratelimit atmsvc failure messages by Dave Jones · 18 years ago
  27. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  28. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 19 years ago
  29. d3f4a68 [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr() by Kris Katterjohn · 19 years ago
  30. dbbc098 [NET]: Use newer is_multicast_ether_addr() in some files by Kris Katterjohn · 19 years ago
  31. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  32. 64bf69d [ATM]: deregistration removes device from atm_devs list immediately by Stanislaw Gruszka · 19 years ago
  33. aaaaaad [ATM]: avoid race conditions related to atm_devs list by Stanislaw Gruszka · 19 years ago
  34. 50accc9 [ATM]: attempt to autoload atm drivers by Mitchell Blank Jr · 19 years ago
  35. c219750 [ATM]: atm_pcr_goal() doesn't modify its argument's contents -- mark it as const by Mitchell Blank Jr · 19 years ago
  36. c9933d0 [ATM]: always return the first interface for ATM_ITF_ANY by Mitchell Blank Jr · 19 years ago
  37. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  38. 4f55cd1 [ATM]: [br2684] if we free the skb, we should return 0 by Jean-Denis Boyer · 19 years ago
  39. 0f21ba7 [ATM]: add support for LECS addresses learned from network by Eric Kinzie · 19 years ago
  40. 7b5b3f3 [ATM]: fix sparse gfp nocast warnings by Randy Dunlap · 19 years ago
  41. e5ed639 [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl by Herbert Xu · 19 years ago
  42. 81c3d54 [INET]: speedup inet (tcp/dccp) lookups by Eric Dumazet · 19 years ago
  43. 75b895c [ATM]: [lec] reset retry counter when new arp issued by Scott Talbert · 19 years ago
  44. 4a7097f [ATM]: [lec] attempt to support cisco failover by Scott Talbert · 19 years ago
  45. 735631a [ATM]: fix bug in atm address list handling by Martin Whitaker · 19 years ago
  46. 9301e32 [ATM]: track and close listen sockets when sigd exits by Chas Williams · 19 years ago
  47. e2c4b72 [ATM]: net/atm/ioctl.c: autoload pppoatm and br2684 by Roman Kagan · 19 years ago
  48. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  49. 295098e [ATM]: net/atm/ioctl.c should #include "common.h" by Adrian Bunk · 19 years ago
  50. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago
  51. 88e9fa8 [ATM]: Trivial spelling fix patch for net/Kconfig by Jesper Juhl · 19 years ago
  52. 322361b [ATM]: allow bind() on point-to-multpoint svcs (from Martin Whitaker <martin_whitaker@ntlworld.com>) by Chas Williams · 19 years ago
  53. ab61148 [NET]: __be'ify *_type_trans() by Alexey Dobriyan · 19 years ago
  54. 6a2e9b7 [NET]: move config options out to individual protocols by Sam Ravnborg · 19 years ago
  55. e49332b [PATCH] misc verify_area cleanups by Jesper Juhl · 19 years ago
  56. ebc37b6 [ATM]: net/atm/resources.c: remove __free_atm_dev by Adrian Bunk · 19 years ago
  57. 208a6df [ATM]: sk_atm() conversion missed subtle change of vcc by Chas Williams · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago