1. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  2. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  3. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  4. 9b3e617 atm: update msg_namelen in vcc_recvmsg() by Mathias Krause · 11 years ago
  5. e5c5d22 net: add ETH_P_802_3_MIN by Simon Horman · 11 years ago
  6. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  7. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  8. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  9. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  10. 3c41777 atm: use scnprintf() instead of sprintf() by chas williams - CONTRACTOR · 12 years ago
  11. 5b4d720 pppoatm: optimise PPP channel wakeups after sock_owned_by_user() by David Woodhouse · 12 years ago
  12. 9eba252 br2684: allow assign only on a connected socket by Krzysztof Mazur · 12 years ago
  13. d71ffeb br2684: fix module_put() race by David Woodhouse · 12 years ago
  14. 0e56d99 pppoatm: fix missing wakeup in pppoatm_send() by David Woodhouse · 12 years ago
  15. b895885 br2684: don't send frames on not-ready vcc by David Woodhouse · 12 years ago
  16. c971f08 atm: add release_cb() callback to vcc by David Woodhouse · 12 years ago
  17. 397ff16 pppoatm: do not inline pppoatm_may_send() by Krzysztof Mazur · 12 years ago
  18. 071d939 pppoatm: drop frames to not-ready vcc by Krzysztof Mazur · 12 years ago
  19. 3ac10800 pppoatm: take ATM socket lock in pppoatm_send() by Krzysztof Mazur · 12 years ago
  20. e41faed pppoatm: fix module_put() race by Krzysztof Mazur · 12 years ago
  21. 3b1a914 pppoatm: allow assign only on a connected socket by Krzysztof Mazur · 12 years ago
  22. ec809bd atm: add owner of push() callback to atmvcc by Krzysztof Mazur · 12 years ago
  23. ae088d6 atm: br2684: Fix excessive queue bloat by David Woodhouse · 12 years ago
  24. 4a2c240 net:atm:fix up ENOIOCTLCMD error handling by Wanlong Gao · 12 years ago
  25. 3c0c5cf atm: fix info leak via getsockname() by Mathias Krause · 12 years ago
  26. e862f1a atm: fix info leak in getsockopt(SO_ATMPVC) by Mathias Krause · 12 years ago
  27. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  28. 5d0ba55 net: use consume_skb() in place of kfree_skb() by Eric Dumazet · 12 years ago
  29. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  30. 60eea6c atm: remove the coupling to token ring support by Paul Gortmaker · 12 years ago
  31. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  32. 150238e atm: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  33. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  34. 9d02daf75 pppoatm: Fix excessive queue bloat by David Woodhouse · 12 years ago
  35. e75d660 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  36. 61282f3 atm: fix comments by Alexandra Vintila · 12 years ago
  37. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  38. 4b32da2b ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> by Paul Mackerras · 12 years ago
  39. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  40. 597cdbc atm: clip: remove clip_tbl by Eric Dumazet · 12 years ago
  41. 7161c76 atm: clip: Convert over to dst_neigh_lookup(). by David S. Miller · 12 years ago
  42. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  43. 340e8dc atm: clip: Remove code commented out since eternity. by David S. Miller · 13 years ago
  44. 32092ec atm: clip: Use device neigh support on top of "arp_tbl". by David Miller · 13 years ago
  45. 869759b atm: clip: Convert over to neighbour_priv() by David Miller · 13 years ago
  46. 76cc714 neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables. by David Miller · 13 years ago
  47. 596b9b6 neigh: Add infrastructure for allocating device neigh privates. by David Miller · 13 years ago
  48. befc93f atm: br2684: Avoid alignment issues by Pascal Hambourg · 13 years ago
  49. 9e667b2 atm: br2684: Make headroom and hard_header_len depend on the payload type by Pascal Hambourg · 13 years ago
  50. 49f5ed4 atm: eliminate atm_guess_pdu2truesize() by chas williams - CONTRACTOR · 13 years ago
  51. 40ba849 atm: Allow MSG_PEEK for atm sockets by Jorge Boncompte [DTI2] · 13 years ago
  52. 4e55f57 atm: Introduce vcc_process_recv_queue by Jorge Boncompte [DTI2] · 13 years ago
  53. 3b82936 atm: clip: move clip_devs check to clip_push by Jorge Boncompte [DTI2] · 13 years ago
  54. ada22aa atm: clip: Don't move counters backwards by Jorge Boncompte [DTI2] · 13 years ago
  55. fe685b8 atm: br2684: Do not move counters backwards by Jorge Boncompte [DTI2] · 13 years ago
  56. 8b5c171 neigh: new unresolved queue limits by Eric Dumazet · 13 years ago
  57. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  58. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  59. fbe5e29 atm: br2684: Fix oops due to skb->dev being NULL by Daniel Schwierzeck · 13 years ago
  60. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  61. a08af81 atm: br2864: sent packets truncated in VC routed mode by Chas Williams · 13 years ago
  62. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  63. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  64. 8f40b16 neigh: Pass neighbour entry to output ops. by David S. Miller · 13 years ago
  65. 542d4d6 neigh: Kill ndisc_ops->queue_xmit by David S. Miller · 13 years ago
  66. 47ec132 neigh: Kill neigh_ops->hh_output by David S. Miller · 13 years ago
  67. ea11073 net: Remove casts of void * by Joe Perches · 13 years ago
  68. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  69. 10799db Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  70. e7a46b4 atm: expose ATM device index in sysfs by Dan Williams · 13 years ago
  71. b7c2f03 Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  72. 36a9f77 atm: Drop __TIME__ usage by Michal Marek · 13 years ago
  73. 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
  74. 9e5ebaf atm: lec: Fix set-but-unused variables. by David S. Miller · 13 years ago
  75. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  76. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  77. c031235 atm/solos-pci: Don't flap VCs when carrier state changes by Philip A. Prindeville · 13 years ago
  78. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  79. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  80. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  81. 4c306a9 net: kill unused macros by Shan Wei · 14 years ago
  82. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  83. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  84. d9ca676 atm: correct sysfs 'device' link creation and parent relationships by Dan Williams · 14 years ago
  85. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  86. 37d6680 net/atm: Remove unnecessary casts of netdev_priv by Joe Perches · 14 years ago
  87. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  88. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  89. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  90. d122179 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  91. 5518b29 ATM: mpc, fix use after free by Jiri Slaby · 14 years ago
  92. d6bf781 net neigh: RCU conversion of neigh hash table by Eric Dumazet · 14 years ago
  93. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  94. a3d6713 br2684: fix scheduling while atomic by Karl Hiramoto · 14 years ago
  95. b928409 atm: remove a net_device_stats clear by Eric Dumazet · 14 years ago
  96. 510a05e net/atm: Adjust confusing if indentation by Julia Lawall · 14 years ago
  97. d7100da ppp: make channel_ops const by stephen hemminger · 14 years ago
  98. 0050661 atm/br2684: register notifier event for carrier signal changes. by Karl Hiramoto · 14 years ago
  99. 7313bb8 atm: propagate signal changes via notifier by Karl Hiramoto · 14 years ago
  100. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago