1. 19ffa56 atm: Use eth_<foo>_addr instead of memset by Joe Perches · 9 years ago
  2. 6df378d lec: Use rtnl lock/unlock when updating MTU by chas williams - CONTRACTOR · 10 years ago
  3. 8356f9d lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70a by chas williams - CONTRACTOR · 10 years ago
  4. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  5. 9be68c1 net: Fix some fallout from the etner_addr_copy() changes. by David S. Miller · 10 years ago
  6. 116e853 atm: Use ether_addr_copy by Joe Perches · 10 years ago
  7. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  8. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  9. 5d0ba55 net: use consume_skb() in place of kfree_skb() by Eric Dumazet · 12 years ago
  10. 60eea6c atm: remove the coupling to token ring support by Paul Gortmaker · 12 years ago
  11. 150238e atm: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  12. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  13. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  14. b7c2f03 Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  15. 36a9f77 atm: Drop __TIME__ usage by Michal Marek · 13 years ago
  16. 9e5ebaf atm: lec: Fix set-but-unused variables. by David S. Miller · 13 years ago
  17. 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
  18. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  19. 37d6680 net/atm: Remove unnecessary casts of netdev_priv by Joe Perches · 14 years ago
  20. b928409 atm: remove a net_device_stats clear by Eric Dumazet · 14 years ago
  21. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  22. 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
  23. b4c84ec net/atm/lec.c: Add __lec_arp_check_expire and other cleanups by Joe Perches · 14 years ago
  24. c48192a net/atm/lec.c: checkpatch cleanups by Joe Perches · 14 years ago
  25. 9982446 net/atm: Convert printk to pr_<level> by Joe Perches · 14 years ago
  26. eb04458 atm: [lec] initialize .netdev_ops before calling register_netdev() by chas williams - CONTRACTOR · 15 years ago
  27. 3c805a2 convert ATM drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  28. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  29. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  30. 81fbbf6 net: fix network drivers ndo_start_xmit() return values (part 7) by Patrick McHardy · 15 years ago
  31. da67829 bridge: Simplify interface for ATM LANE by Michał Mirosław · 15 years ago
  32. 1f1900f atm: lec use dev_change_mtu by Stephen Hemminger · 15 years ago
  33. 004b322 lec: convert to net_device_ops by Stephen Hemminger · 15 years ago
  34. 162619e lec: convert to internal network_device_stats by Stephen Hemminger · 15 years ago
  35. 524ad0a netdevice: safe convert to netdev_priv() #part-4 by Wang Chen · 16 years ago
  36. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  37. 5e68722 net/atm/lec.c: drop code after return by Julia Lawall · 16 years ago
  38. 61c33e0 atm: use const where reasonable by Mitchell Blank Jr · 16 years ago
  39. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  40. 2e1e984 [ATM]: Use SEQ_START_TOKEN by Joe Perches · 16 years ago
  41. 21f644f [NET]: Undo code bloat in hot paths due to print_mac(). by David S. Miller · 16 years ago
  42. 06802a8 Merge branch 'master' of ../net-2.6/ by David S. Miller · 16 years ago
  43. dbee0d3 [ATM]: When proc_create() fails, do some error handling work and return -ENOMEM. by Wang Chen · 16 years ago
  44. 9a8c09e [ATM]: Use seq_open/release_privade instead of manual manipulations. by Pavel Emelyanov · 16 years ago
  45. 16e297b [ATM]: Use proc_create() to setup ->proc_fops first by Wang Chen · 16 years ago
  46. 5c17d5f [ATM]: Suppress some sparse warnings by Eric Dumazet · 16 years ago
  47. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  48. 58c14a8 [ATM] net/atm/lec.c: printk warning fix by Andrew Morton · 17 years ago
  49. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  50. 5224006 [ATM]: Replace DPRINTK() with pr_debug(). by Stephen Hemminger · 17 years ago
  51. 6869a35 [ATM]: Clean up duplicate includes in net/atm/ by Jesper Juhl · 17 years ago
  52. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  53. 4ef8d0a [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net by Milind Arun Choudhary · 17 years ago
  54. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  55. 4305b54 [SK_BUFF]: Convert skb->end to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  56. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  57. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  58. c8fb794 [TR]: Make tr_type_trans set skb->dev by Arnaldo Carvalho de Melo · 17 years ago
  59. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  60. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  61. f7d5745 [NET] ATM: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  62. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  63. 2afe37c [ATM]: Use kmemdup & kzalloc where applicable by Arnaldo Carvalho de Melo · 18 years ago
  64. 30d492d [ATM]: Annotations. by Al Viro · 18 years ago
  65. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  66. 6656e3c [ATM]: [lec] use refcnt to protect lec_arp_entries outside lock by Chas Williams · 18 years ago
  67. 33a9c2d [ATM]: [lec] add reference counting to lec_arp entries by Chas Williams · 18 years ago
  68. 987e46b [ATM]: [lec] use work queue instead of timer for lec arp expiry by Chas Williams · 18 years ago
  69. d0732f6 [ATM]: [lec] convert lec_arp_table to hlist by Chas Williams · 18 years ago
  70. 1fa9961 [ATM]: [lec] indent, comment and whitespace cleanup [continued] by Chas Williams · 18 years ago
  71. d44f774 [ATM]: [lec] indent, comment and whitespace cleanup by Chas Williams · 18 years ago
  72. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  73. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  74. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  75. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 18 years ago
  76. d3f4a68 [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr() by Kris Katterjohn · 18 years ago
  77. 75b895c [ATM]: [lec] reset retry counter when new arp issued by Scott Talbert · 19 years ago
  78. 4a7097f [ATM]: [lec] attempt to support cisco failover by Scott Talbert · 19 years ago
  79. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago