| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-08 | atm: lanai: fix "take a while" typo | Ahelenia ZiemiaĆska | 1 | -1/+1 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2021-03-01 | atm: lanai: dont run lanai_dev_close if not open | Tong Zhang | 1 | -1/+4 |
| 2020-11-18 | atm: lanai: Remove in_interrupt() usage | Sebastian Andrzej Siewior | 1 | -2/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-07-19 | net/atm: remove the atmdev_ops {get, set}sockopt methods | Christoph Hellwig | 1 | -2/+0 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2017-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -4/+4 |
| 2017-11-28 | atm: lanai: use %p to format kernel addresses instead of %x | Colin Ian King | 1 | -4/+4 |
| 2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -3/+3 |
| 2017-11-21 | treewide: init_timer() -> setup_timer() | Kees Cook | 1 | -3/+1 |
| 2017-07-16 | atm: lanai: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
| 2017-02-27 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 1 | -8/+8 |
| 2016-12-05 | atm: lanai: set error code when ioremap fails | Pan Bian | 1 | -0/+1 |
| 2015-01-18 | atm: remove deprecated use of pci api | chas williams - CONTRACTOR | 1 | -9/+5 |
| 2015-01-13 | atm: lanai: Remove unused function | Rickard Strandqvist | 1 | -9/+0 |
| 2014-10-17 | atm: simplify lanai.c by using module_pci_driver | Michael Opdenacker | 1 | -21/+1 |
| 2013-01-03 | Drivers: atm: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -14/+14 |
| 2012-02-01 | atm: Fix typo in lanai.c | Masanari Iida | 1 | -1/+1 |
| 2011-09-15 | atm: Convert vmalloc/memset to vzalloc | Joe Perches | 1 | -2/+1 |
| 2011-07-12 | lanai: use pci_dev->subsystem_device | Sergei Shtylyov | 1 | -8/+1 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
| 2010-12-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2010-12-10 | atm: correct sysfs 'device' link creation and parent relationships | Dan Williams | 1 | -1/+1 |
| 2010-12-08 | atm: lanai: use kernel's '%pM' format option to print MAC | Andy Shevchenko | 1 | -5/+2 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-15 | atm: use for_each_set_bit() | Akinobu Mita | 1 | -4/+3 |
| 2010-01-07 | drivers/atm/lanai.c: use %pM to show MAC address | hartleys | 1 | -11/+3 |
| 2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 1 | -2/+2 |
| 2009-02-18 | ATM: misplaced parentheses? | Roel Kluin | 1 | -1/+1 |
| 2007-08-13 | [ATM]: Clean up duplicate includes in drivers/atm/ | Jesper Juhl | 1 | -1/+0 |
| 2007-07-18 | [ATM]: [lanai] sram_test_word() must be __devinit | Adrian Bunk | 1 | -2/+2 |
| 2007-07-11 | PCI: ATM: lanai, change VENDOR to DEVICE | Jiri Slaby | 1 | -10/+4 |
| 2007-07-11 | PCI: Change all drivers to use pci_device->revision | Auke Kok | 1 | -11/+2 |
| 2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 1 | -1/+1 |
| 2006-10-06 | Various drivers' irq handlers: kill dead code, needless casts | Jeff Garzik | 1 | -3/+1 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -2/+2 |
| 2006-10-04 | [ATM]: kmalloc to kzalloc patches for drivers/atm | Om Narasimhan | 1 | -7/+1 |
| 2006-07-02 | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants | Thomas Gleixner | 1 | -1/+1 |
| 2006-03-28 | [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK | Matthias Gehre | 1 | -1/+1 |
| 2005-11-29 | [ATM]: [lanai] kill lanai_ioctl() which just contains some old debugging code | Mitchell Blank Jr | 1 | -89/+1 |
| 2005-11-29 | [ATM]: [lanai] lanai missing unregister | Dave Jones | 1 | -0/+1 |
| 2005-11-29 | [ATM]: [lanai] better constification | Mitchell Blank Jr | 1 | -5/+6 |
| 2005-08-29 | [NET]: Store skb->timestamp as offset to a base timestamp | Patrick McHardy | 1 | -1/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+2770 |