1. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  2. be07664 [BR2684]: get rid of broken header code. by Stephen Hemminger · 17 years ago
  3. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  4. cfcabdc [NET]: sparse warning fixes by Stephen Hemminger · 17 years ago
  5. 58c14a8 [ATM] net/atm/lec.c: printk warning fix by Andrew Morton · 17 years ago
  6. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  7. 8b14a53 [NET]: all net/ cleanup with ARRAY_SIZE by Denis Cheng · 17 years ago
  8. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  9. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  10. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  11. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  12. 5224006 [ATM]: Replace DPRINTK() with pr_debug(). by Stephen Hemminger · 17 years ago
  13. 6869a35 [ATM]: Clean up duplicate includes in net/atm/ by Jesper Juhl · 17 years ago
  14. b5492c4 [ATM]: Eliminate dead config variable CONFIG_BR2684_FAST_TRANS. by Robert P. J. Day · 17 years ago
  15. ececfde fallout from constified seq_operations by Al Viro · 17 years ago
  16. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  17. 9af9718 [ATM] br2684: Use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  18. 4ef8d0a [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net by Milind Arun Choudhary · 17 years ago
  19. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  20. 4305b54 [SK_BUFF]: Convert skb->end to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  21. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  22. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  23. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  24. 48d49d0c [SK_BUFF]: Introduce skb_set_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  25. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  26. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  27. c8fb794 [TR]: Make tr_type_trans set skb->dev by Arnaldo Carvalho de Melo · 17 years ago
  28. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 17 years ago
  29. acde485 [NET] ATM: Use htons() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  30. ecbb416 [NET]: Fix neighbour destructor handling. by Alexey Kuznetsov · 17 years ago
  31. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  32. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  33. f7d5745 [NET] ATM: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  34. 84ff602 [ATM]: Fix for crash in adummy_init() by Daniel Walker · 17 years ago
  35. 76a0f17 [PATCH] struct path: convert atm by Josef Sipek · 18 years ago
  36. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  37. c40a27f [ATM]: Kill ipcommon.[ch] by David S. Miller · 18 years ago
  38. 2afe37c [ATM]: Use kmemdup & kzalloc where applicable by Arnaldo Carvalho de Melo · 18 years ago
  39. 30d492d [ATM]: Annotations. by Al Viro · 18 years ago
  40. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  41. 97f80bc [ATM]: handle sysfs errors by Jeff Garzik · 18 years ago
  42. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  43. 6656e3c [ATM]: [lec] use refcnt to protect lec_arp_entries outside lock by Chas Williams · 18 years ago
  44. 33a9c2d [ATM]: [lec] add reference counting to lec_arp entries by Chas Williams · 18 years ago
  45. 987e46b [ATM]: [lec] use work queue instead of timer for lec arp expiry by Chas Williams · 18 years ago
  46. edbc9b0 [ATM]: [lec] old_close is no longer used by Chas Williams · 18 years ago
  47. d0732f6 [ATM]: [lec] convert lec_arp_table to hlist by Chas Williams · 18 years ago
  48. 1c9d3e7 [ATM]: [lec] header indent, comment and whitespace cleanup by Chas Williams · 18 years ago
  49. 1fa9961 [ATM]: [lec] indent, comment and whitespace cleanup [continued] by Chas Williams · 18 years ago
  50. d44f774 [ATM]: [lec] indent, comment and whitespace cleanup by Chas Williams · 18 years ago
  51. b422993 [ATM]: use NIPQUAD instead of open-coding it by Al Viro · 18 years ago
  52. 69263bc [ATM]: proper prototypes in net/atm/mpc.h (and reduce ifdef clutter) by Adrian Bunk · 18 years ago
  53. bf0d524 [NET]: Remove unnecessary config.h includes from net/ by Dave Jones · 18 years ago
  54. fe26109 [ATM] CLIP: Do not refer freed skbuff in clip_mkip(). by YOSHIFUJI Hideaki · 18 years ago
  55. b9c6e3e [ATM]: Compile error on ARM by Kevin Hilman · 18 years ago
  56. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  57. 2478173 [ATM] net/atm/clip.c: fix PROC_FS=n compile by Adrian Bunk · 18 years ago
  58. 1252ecf [ATM]: fix possible recursive locking in skb_migrate() by Arjan van de Ven · 18 years ago
  59. 4bdbf6c [NET]: add+use poison defines by Randy Dunlap · 18 years ago
  60. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  61. 656d98b [ATM]: basic sysfs support for ATM devices by Roman Kagan · 18 years ago
  62. 1e4fd51 [ATM]: atm/mpc.c warning fix by Andrew Morton · 18 years ago
  63. ff7512e [ATM]: fix broken uses of NIPQUAD in net/atm by Al Viro · 18 years ago
  64. 932ff27 [NET]: Add netif_tx_lock by Herbert Xu · 18 years ago
  65. bd89efc [NEIGH]: Fix IP-over-ATM and ARP interaction. by Simon Kelley · 18 years ago
  66. 4909e488 [ATM] clip: add module info by Stephen Hemminger · 18 years ago
  67. 5ff765f [ATM] clip: notifier related cleanups by Stephen Hemminger · 18 years ago
  68. dcdb027 [ATM] clip: get rid of PROC_FS ifdef by Stephen Hemminger · 18 years ago
  69. e49e76d [ATM] clip: run through Lindent by Stephen Hemminger · 18 years ago
  70. 2d90739 [ATM]: Clip timer race. by Stephen Hemminger · 18 years ago
  71. f3a0592 [ATM]: clip causes unregister hang by Stephen Hemminger · 18 years ago
  72. 57b47a5 [NET]: sem2mutex part 2 by Ingo Molnar · 18 years ago
  73. 4a3e2f7 [NET] sem2mutex: net/ by Arjan van de Ven · 18 years ago
  74. aa837b5 [ATM]: Fix build after neigh->parms->neigh_destructor change. by David S. Miller · 18 years ago
  75. 0f8f325 [ATM]: keep atmsvc failure messages quiet by Chas Williams · 18 years ago
  76. bf3883c [ATM]: Ratelimit atmsvc failure messages by Dave Jones · 18 years ago
  77. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  78. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 19 years ago
  79. d3f4a68 [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr() by Kris Katterjohn · 19 years ago
  80. dbbc098 [NET]: Use newer is_multicast_ether_addr() in some files by Kris Katterjohn · 19 years ago
  81. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  82. 64bf69d [ATM]: deregistration removes device from atm_devs list immediately by Stanislaw Gruszka · 19 years ago
  83. aaaaaad [ATM]: avoid race conditions related to atm_devs list by Stanislaw Gruszka · 19 years ago
  84. 50accc9 [ATM]: attempt to autoload atm drivers by Mitchell Blank Jr · 19 years ago
  85. c219750 [ATM]: atm_pcr_goal() doesn't modify its argument's contents -- mark it as const by Mitchell Blank Jr · 19 years ago
  86. c9933d0 [ATM]: always return the first interface for ATM_ITF_ANY by Mitchell Blank Jr · 19 years ago
  87. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  88. 4f55cd1 [ATM]: [br2684] if we free the skb, we should return 0 by Jean-Denis Boyer · 19 years ago
  89. 0f21ba7 [ATM]: add support for LECS addresses learned from network by Eric Kinzie · 19 years ago
  90. 7b5b3f3 [ATM]: fix sparse gfp nocast warnings by Randy Dunlap · 19 years ago
  91. e5ed639 [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl by Herbert Xu · 19 years ago
  92. 81c3d54 [INET]: speedup inet (tcp/dccp) lookups by Eric Dumazet · 19 years ago
  93. 75b895c [ATM]: [lec] reset retry counter when new arp issued by Scott Talbert · 19 years ago
  94. 4a7097f [ATM]: [lec] attempt to support cisco failover by Scott Talbert · 19 years ago
  95. 735631a [ATM]: fix bug in atm address list handling by Martin Whitaker · 19 years ago
  96. 9301e32 [ATM]: track and close listen sockets when sigd exits by Chas Williams · 19 years ago
  97. e2c4b72 [ATM]: net/atm/ioctl.c: autoload pppoatm and br2684 by Roman Kagan · 19 years ago
  98. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  99. 295098e [ATM]: net/atm/ioctl.c should #include "common.h" by Adrian Bunk · 19 years ago
  100. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago