1. d43b239 atm: idt77252: clean up trigraph warning on ??) string by Colin Ian King · 3 years, 6 months ago
  2. 73d7de6 atm: idt77252: remove unused function by Jiapeng Chong · 3 years, 9 months ago
  3. d0a0bbe atm: idt77252: fix build broken on amd64 by Tong Zhang · 4 years ago
  4. 8df66af atm: idt77252: call pci_disable_device() on error path by Dan Carpenter · 4 years, 1 month ago
  5. cbbb64f atm: idt77252: avoid accessing the data mapped to streaming DMA by Jia-Ju Bai · 4 years, 6 months ago
  6. cef86f1 atm: idt77252: Remove call to memset after dma_alloc_coherent by Fuqian Huang · 6 years ago
  7. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  8. 3c69f79 atm: idt77252: remove redundant bit-wise or'ing of zero by Colin Ian King · 7 years ago
  9. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  10. 3d2ceaa atm: idt77252: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  11. 46c4b7a atm: make atmdev_ops const by Bhumika Goyal · 7 years ago
  12. 97ae5c2 atm: idt77252: constify pci_device_id. by Arvind Yadav · 8 years ago
  13. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  14. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  15. b973154 atm: idt77252, use setup_timer and mod_timer by Jan Koniarik · 8 years ago
  16. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  17. ede58ef atm: remove deprecated use of pci api by chas williams - CONTRACTOR · 10 years ago
  18. 6f2a011 atm: use pci_zalloc_consistent by Joe Perches · 10 years ago
  19. 7e91035 atm: idt77252: Remove redundant error check by Peter Senna Tschudin · 11 years ago
  20. b5de4a2 atm: idt77252: fix dev refcnt leak by Ying Xue · 11 years ago
  21. 6c44512 Drivers: atm: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  22. ec47ea8 skb: Add inline helper for getting the skb end offset from head by Alexander Duyck · 13 years ago
  23. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  24. 3a81605 atm: Convert vmalloc/memset to vzalloc by Joe Perches · 14 years ago
  25. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  26. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  27. edb4dcb atm: idt77252: Fix set-but-unused variables. by David S. Miller · 14 years ago
  28. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  29. d9ca676 atm: correct sysfs 'device' link creation and parent relationships by Dan Williams · 14 years ago
  30. 1790c22 drivers/atm/idt77252.c: Remove unnecessary error check by Julia Lawall · 14 years ago
  31. e80d3f0 atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) by Peter Huewe · 15 years ago
  32. 06df277 atm: remove IRQF_DISABLED in combination with IRQF_SHARED by chas williams - CONTRACTOR · 15 years ago
  33. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  34. aaa09ee drivers/atm/idt77252.c: use %pM to show MAC address by hartleys · 15 years ago
  35. ceade961 atm: idt77252: Use generic SKB queue management instead of home-grown scheme. by David S. Miller · 16 years ago
  36. 7ff6e6f drivers/atm/: remove CVS keywords by Adrian Bunk · 17 years ago
  37. f4c4b4a [ATM] atm/idt77252.c: Make 2 functions static by Adrian Bunk · 17 years ago
  38. 5a346a1 atm: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  39. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  40. 44beac0 [ATM]: [idt77252] Rename CONFIG_ATM_IDT77252_SEND_IDLE to not resemble a Kconfig variable by Robert P. J. Day · 18 years ago
  41. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 18 years ago
  42. 7e7a2d0 [ATM]: Use mutex instead of binary semaphore in idt77252 driver. by Matthias Kaehlcke · 18 years ago
  43. f2adc98 [ATM] idt77252: Fix double kfree_skb on failure in push_rx_skb by Arnaldo Carvalho de Melo · 18 years ago
  44. 4305b54 [SK_BUFF]: Convert skb->end to sk_buff_data_t by Arnaldo Carvalho de Melo · 18 years ago
  45. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 18 years ago
  46. 36fe55d atm: Use ARRAY_SIZE macro when appropriate by Ahmed S. Darwish · 18 years ago
  47. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  48. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  49. 0c1cca1 [ATM]: kmalloc to kzalloc patches for drivers/atm by Om Narasimhan · 18 years ago
  50. 3c6b377 [ATM]: add+use poison defines by Randy Dunlap · 19 years ago
  51. dace145 [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  52. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  53. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  54. e1bd232 [ATM]: [idt77252] use time_after() macro by Marcelo Feitoza Parisi · 20 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago