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