1. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  2. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  3. 8f40b16 neigh: Pass neighbour entry to output ops. by David S. Miller · 13 years ago
  4. 542d4d6 neigh: Kill ndisc_ops->queue_xmit by David S. Miller · 13 years ago
  5. 47ec132 neigh: Kill neigh_ops->hh_output by David S. Miller · 13 years ago
  6. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  7. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  8. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  9. d6bf781 net neigh: RCU conversion of neigh hash table by Eric Dumazet · 14 years ago
  10. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  11. 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
  12. e956ea1 net/atm/clip.c: checkpatch cleanups by Joe Perches · 15 years ago
  13. 9982446 net/atm: Convert printk to pr_<level> by Joe Perches · 15 years ago
  14. 89d69d2 net: make neigh_ops constant by Stephen Hemminger · 15 years ago
  15. 3c805a2 convert ATM drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  16. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  17. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  18. a489e51 atm: unset IFF_XMIT_DST_RELEASE in clip_setup() by Eric Dumazet · 15 years ago
  19. b6211ae atm: Use SKB queue and list helpers instead of doing it by-hand. by David S. Miller · 15 years ago
  20. dde0975 atm: convert clip driver to net_device_ops by Stephen Hemminger · 15 years ago
  21. 1a6afe8 clip: convert to internal network_device_stats by Stephen Hemminger · 16 years ago
  22. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  23. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  24. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  25. 06802a8 Merge branch 'master' of ../net-2.6/ by David S. Miller · 16 years ago
  26. dbee0d3 [ATM]: When proc_create() fails, do some error handling work and return -ENOMEM. by Wang Chen · 16 years ago
  27. 5811769 [IPV4]: Remove check for ifa->ifa_dev != NULL. by Denis V. Lunev · 16 years ago
  28. 16e297b [ATM]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  29. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 17 years ago
  30. ae22120 [ATM]: Simplify /proc/net/atm/arp opening by Denis V. Lunev · 17 years ago
  31. 6b175b2 [NETNS]: Add netns parameter to inet_(dev_)add_type. by Eric W. Biederman · 17 years ago
  32. 426b530 [NETNS]: Modify the neighbour table code so it handles multiple network namespaces by Eric W. Biederman · 17 years ago
  33. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  34. 5224006 [ATM]: Replace DPRINTK() with pr_debug(). by Stephen Hemminger · 17 years ago
  35. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  36. 4ef8d0a [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net by Milind Arun Choudhary · 17 years ago
  37. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  38. ecbb416 [NET]: Fix neighbour destructor handling. by Alexey Kuznetsov · 17 years ago
  39. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  40. c40a27f [ATM]: Kill ipcommon.[ch] by David S. Miller · 18 years ago
  41. 30d492d [ATM]: Annotations. by Al Viro · 18 years ago
  42. fe26109 [ATM] CLIP: Do not refer freed skbuff in clip_mkip(). by YOSHIFUJI Hideaki · 18 years ago
  43. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  44. 2478173 [ATM] net/atm/clip.c: fix PROC_FS=n compile by Adrian Bunk · 18 years ago
  45. 4bdbf6c [NET]: add+use poison defines by Randy Dunlap · 18 years ago
  46. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  47. 932ff27 [NET]: Add netif_tx_lock by Herbert Xu · 18 years ago
  48. bd89efc [NEIGH]: Fix IP-over-ATM and ARP interaction. by Simon Kelley · 18 years ago
  49. 4909e488 [ATM] clip: add module info by Stephen Hemminger · 18 years ago
  50. 5ff765f [ATM] clip: notifier related cleanups by Stephen Hemminger · 18 years ago
  51. dcdb027 [ATM] clip: get rid of PROC_FS ifdef by Stephen Hemminger · 18 years ago
  52. e49e76d [ATM] clip: run through Lindent by Stephen Hemminger · 18 years ago
  53. 2d90739 [ATM]: Clip timer race. by Stephen Hemminger · 18 years ago
  54. f3a0592 [ATM]: clip causes unregister hang by Stephen Hemminger · 18 years ago
  55. aa837b5 [ATM]: Fix build after neigh->parms->neigh_destructor change. by David S. Miller · 18 years ago
  56. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  57. e5ed639 [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl by Herbert Xu · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago