| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-11-29 | ATM: horizon, fix hrz_probe fail path | Jiri Slaby | 1 | -1/+1 |
| 2008-10-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 5 | -34/+18 |
| 2008-09-22 | drivers/atm: Use DIV_ROUND_UP | Julia Lawall | 3 | -8/+8 |
| 2008-09-21 | atm: idt77252: Use generic SKB queue management instead of home-grown scheme. | David S. Miller | 2 | -26/+10 |
| 2008-08-31 | sparc: Annotate of_device_id arrays with const or __initdata. | David S. Miller | 1 | -1/+1 |
| 2008-08-29 | fore200e: Convert over to pure OF driver. | David S. Miller | 2 | -232/+189 |
| 2008-08-29 | sparc: Move SBUS DMA attribute interfaces out of asm/sbus.h | David S. Miller | 1 | -2/+2 |
| 2008-08-29 | sparc: Convert all SBUS drivers to dma_*() interfaces. | David S. Miller | 1 | -8/+8 |
| 2008-08-29 | sparc: Make SBUS DMA interfaces take struct device. | David S. Miller | 1 | -10/+24 |
| 2008-08-23 | removed unused #include <linux/version.h>'s | Adrian Bunk | 1 | -1/+0 |
| 2008-07-30 | atm: fix direct casts of pointers to u32 in the InterPhase driver | David Howells | 1 | -20/+20 |
| 2008-07-23 | atm: [fore200e] use MODULE_FIRMWARE() and other suggested cleanups | Chas Williams | 1 | -3/+12 |
| 2008-07-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 5 | -2167/+57 |
| 2008-07-10 | firmware: convert Ambassador ATM driver to request_firmware() | David Woodhouse | 6 | -2170/+60 |
| 2008-06-17 | atm: [fore200e] convert to use request_firmware() | Chas Williams | 9 | -3047/+71 |
| 2008-06-17 | atm: [he] remove #ifdef clutter | Chas Williams | 2 | -178/+0 |
| 2008-06-17 | atm: [iphase] 64-bit cleanup | Alan Cox | 2 | -14/+11 |
| 2008-06-17 | atm: [suni] add support for setting loopback and framing modes | Chas Williams | 2 | -20/+132 |
| 2008-06-17 | atm: [iphase] move struct suni_priv to suni.h | Jorge Boncompte [DTI2] | 3 | -16/+9 |
| 2008-06-16 | atm: [he] send idle cells instead of unassigned when in SDH mode | Chas Williams | 1 | -0/+1 |
| 2008-06-16 | atm: [he] limit queries to the device's register space | Robert T. Johnson | 1 | -1/+6 |
| 2008-06-16 | atm: [he] only support suni driver on multimode interfaces | Chas Williams | 2 | -10/+6 |
| 2008-06-16 | atm: [iphase] doesn't call phy->start due to a bogus #ifndef | Jorge Boncompte [DTI2] | 1 | -12/+11 |
| 2008-06-16 | atm: [iphase] set drvdata before enabling interrupts | Jorge Boncompte [DTI2] | 1 | -2/+2 |
| 2008-06-10 | drivers/atm/eni.h: remove unused macro KERNEL_OFFSET | Pradeep Singh Rautela | 1 | -1/+0 |
| 2008-05-20 | drivers/atm/: remove CVS keywords | Adrian Bunk | 6 | -17/+1 |
| 2008-05-14 | iphase: Fix 64bit warning. | Alan Cox | 1 | -1/+2 |
| 2008-04-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -10/+11 |
| 2008-04-29 | atm: ambassador: vcc_sf semaphore to mutex | Daniel Walker | 2 | -10/+11 |
| 2008-04-28 | drivers: atm, char fix integer as NULL pointer warnings | Harvey Harrison | 1 | -1/+1 |
| 2008-04-19 | drivers/atm: use time_before, time_before_eq, etc | Julia Lawall | 1 | -3/+4 |
| 2008-04-19 | atm nicstar: Removal of debug code containing deprecated calls to cli()/sti() | Mark Asselstine | 2 | -110/+19 |
| 2008-04-13 | [ATM] drivers/atm/horizon.c: stop inlining largish static functions | Denys Vlasenko | 1 | -12/+12 |
| 2008-04-03 | [ATM] drivers/atm/ambassador.c: stop inlining largish static functions | Denys Vlasenko | 1 | -11/+11 |
| 2008-04-02 | [ATM] drivers/atm/iphase.c: compilation warning fix | Leonardo Potenza | 1 | -0/+2 |
| 2008-03-31 | [ATM] atm/idt77252.c: Make 2 functions static | Adrian Bunk | 1 | -4/+2 |
| 2008-03-31 | [ATM]: Make atm/he.c:read_prom_byte() static | Adrian Bunk | 1 | -2/+1 |
| 2008-03-28 | [ATM] firestream: Fix uninitialized var warning. | David S. Miller | 1 | -0/+1 |
| 2008-03-17 | fore2000 - fix misannotations | Al Viro | 2 | -108/+108 |
| 2008-03-05 | atm: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 3 | -10/+10 |
| 2008-01-28 | [ATM]: [he] fixing compilation when you define USE_RBPS_POOL/USE_RBPL_POOL | Jorge Boncompte | 1 | -0/+4 |
| 2008-01-28 | [ATM]: [ambassador] kmalloc + memset conversion to kzalloc | Joonwoo Park | 1 | -2/+1 |
| 2008-01-28 | [ATM]: [he] This patch removes the ancient version string. | Adrian Bunk | 1 | -8/+2 |
| 2008-01-20 | [ATM] atm/suni.c: Fix section mismatch. | Adrian Bunk | 1 | -1/+1 |
| 2008-01-20 | [ATM] atm/idt77105.c: Fix section mismatch. | Adrian Bunk | 1 | -1/+1 |
| 2008-01-08 | [ATM]: [nicstar] delay irq setup until card is configured | Chas Williams | 1 | -10/+9 |
| 2007-12-20 | [ATM]: Spelling fixes | Joe Perches | 1 | -2/+2 |
| 2007-12-14 | [ATM]: Fix compiler warning noise with FORE200E driver | Tom "spot" Callaway | 1 | -2/+1 |
| 2007-11-27 | [ATM]: [he] initialize lock and tasklet earlier | chas williams | 1 | -5/+5 |
| 2007-10-23 | Eliminate pointless casts from void* in a few driver irq handlers. | Jeff Garzik | 1 | -2/+3 |
| 2007-10-19 | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 1 | -1/+1 |
| 2007-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 1 | -1/+1 |
| 2007-10-15 | kbuild: enable 'make CPPFLAGS=...' to add additional options to CPP | Sam Ravnborg | 1 | -1/+1 |
| 2007-10-14 | more trivial signedness fixes in drivers | Al Viro | 1 | -1/+1 |
| 2007-10-14 | long vs. unsigned long - low-hanging fruits in drivers | Al Viro | 2 | -2/+2 |
| 2007-10-10 | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 1 | -1/+1 |
| 2007-08-18 | Add some help texts to recently-introduced kconfig items | Jan Engelhardt | 1 | -0/+5 |
| 2007-08-13 | [ATM] drivers/atm/iphase.c: mostly kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 1 | -6/+6 |
| 2007-08-13 | [ATM]: Clean up duplicate includes in drivers/atm/ | Jesper Juhl | 1 | -1/+0 |
| 2007-08-13 | [ATM]: fore200e_param_bs_queue() must be __devinit | Adrian Bunk | 1 | -1/+1 |
| 2007-07-18 | [ATM]: nicstar needs virt_to_bus | Stephen Rothwell | 1 | -1/+1 |
| 2007-07-18 | [ATM]: [idt77252] Rename CONFIG_ATM_IDT77252_SEND_IDLE to not resemble a Kcon... | Robert P. J. Day | 1 | -3/+3 |
| 2007-07-18 | [ATM]: [drivers] ioremap balanced with iounmap | Amol Lad | 2 | -9/+24 |
| 2007-07-18 | [ATM]: [lanai] sram_test_word() must be __devinit | Adrian Bunk | 1 | -2/+2 |
| 2007-07-18 | [ATM]: [nicstar] Replace C code with call to ARRAY_SIZE() macro. | Robert P. J. Day | 1 | -1/+1 |
| 2007-07-17 | drivers/*: mark variables with uninitialized_var() | Jeff Garzik | 1 | -1/+3 |
| 2007-07-17 | drivers/atm/ambassador: kill uninit'd var warning, and fix bug | Jeff Garzik | 1 | -1/+3 |
| 2007-07-16 | Introduce CONFIG_VIRT_TO_BUS | Stephen Rothwell | 1 | -4/+4 |
| 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 | 5 | -40/+12 |
| 2007-07-06 | potential compiler error, irqfunc caller sites update | Yoann Padioleau | 1 | -1/+1 |
| 2007-06-28 | Fix Kconfig dependency problems wrt boolean menuconfigs | Trent Piepho | 1 | -1/+1 |
| 2007-06-03 | [ATM]: Fix warning. | Jeff Garzik | 1 | -4/+11 |
| 2007-05-24 | [ATM]: Use mutex instead of binary semaphore in idt77252 driver. | Matthias Kaehlcke | 2 | -15/+16 |
| 2007-05-11 | Use menuconfig objects II - netdev/atm | Jan Engelhardt | 1 | -15/+17 |
| 2007-05-02 | PCI: Cleanup the includes of <linux/pci.h> | Jean Delvare | 1 | -1/+0 |
| 2007-04-26 | [ATM]: Use mutex instead of binary semaphore in FORE Systems 200E-series driver | Matthias Kaehlcke | 2 | -12/+10 |
| 2007-04-26 | [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net | Milind Arun Choudhary | 1 | -1/+1 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 2 | -5/+5 |
| 2007-04-25 | [ATM] idt77252: Fix double kfree_skb on failure in push_rx_skb | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2007-04-25 | [SK_BUFF]: Convert skb->end to sk_buff_data_t | Arnaldo Carvalho de Melo | 2 | -10/+16 |
| 2007-04-25 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 3 | -7/+10 |
| 2007-04-25 | [ATM] ENI: Convert to struct timeval to ktime_t. | YOSHIFUJI Hideaki | 2 | -3/+3 |
| 2007-03-14 | [PATCH] zatm __init abuse | Al Viro | 1 | -2/+2 |
| 2007-02-17 | atm: Use ARRAY_SIZE macro when appropriate | Ahmed S. Darwish | 3 | -6/+8 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 5 | -5/+0 |
| 2007-02-11 | [PATCH] Get rid of "double zeroing" of allocated pages | Robert P. J. Day | 1 | -1/+0 |
| 2007-01-23 | [PATCH] horizon.c: missing __devinit | Al Viro | 1 | -1/+1 |
| 2006-12-22 | [ATM] drivers/atm/fore200e.c: Cleanups. | Adrian Bunk | 1 | -98/+68 |
| 2006-12-22 | [ATM]: Remove dead ATM_TNETA1570 option. | Adrian Bunk | 1 | -4/+0 |
| 2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 5 | -8/+8 |
| 2006-12-11 | [ATM]: Ignore generated file pca200e_ecd.bin2 | Ralf Baechle | 1 | -1/+1 |
| 2006-12-08 | [PATCH] atm/ambassador: use bitrev8 | Akinobu Mita | 2 | -14/+4 |
| 2006-12-07 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+1 |
| 2006-12-07 | [PATCH] slab: remove SLAB_DMA | Christoph Lameter | 1 | -3/+3 |
| 2006-12-07 | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 1 | -2/+2 |
| 2006-12-07 | [PATCH] slab: remove SLAB_ATOMIC | Christoph Lameter | 1 | -1/+1 |
| 2006-12-06 | [ATM]: Add CPPFLAGS to byteorder.h check | Ben Collins | 1 | -1/+1 |
| 2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 3 | -3/+3 |
| 2006-12-02 | [ATM] ambassador,firestream: "-1 >>" is implementation defined | Alexey Dobriyan | 2 | -2/+2 |
| 2006-11-30 | Fix misc .c/.h comment typos | Matt LaPlante | 1 | -1/+1 |
| 2006-11-22 | WorkStruct: make allyesconfig | David Howells | 1 | -4/+5 |
| 2006-10-24 | [ATM] horizon: read_bia() needs to be __devinit | David S. Miller | 1 | -1/+1 |
| 2006-10-21 | [ATM] nicstar: Fix a bogus casting warning | Alan Cox | 1 | -2/+2 |
| 2006-10-21 | [ATM] firestream: handle thrown error | Jeff Garzik | 1 | -0/+4 |
| 2006-10-21 | [ATM]: No need to return void | Tobias Klauser | 2 | -4/+4 |
| 2006-10-06 | Various drivers' irq handlers: kill dead code, needless casts | Jeff Garzik | 3 | -18/+2 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 11 | -18/+14 |
| 2006-10-04 | [ATM]: [zatm] always *pcr in alloc_shaper() | Chas Williams | 1 | -0/+1 |
| 2006-10-04 | [ATM]: [ambassador] Change the return type to reflect reality | Jeff Garzik | 1 | -2/+2 |
| 2006-10-04 | [ATM]: kmalloc to kzalloc patches for drivers/atm | Om Narasimhan | 7 | -47/+16 |
| 2006-09-24 | [ATM] he: Fix __init/__devinit conflict | Roland Dreier | 1 | -8/+8 |
| 2006-09-22 | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE | Patrick McHardy | 1 | -1/+1 |
| 2006-09-19 | [ATM]: [he] don't hold the device lock when upcalling | Chas Williams | 1 | -0/+2 |
| 2006-09-17 | [ATM]: [he] when transmit fails, unmap the dma regions | Chas Williams | 1 | -0/+9 |
| 2006-07-08 | [ATM]: Typo in drivers/atm/Kconfig... | Matt LaPlante | 1 | -1/+1 |
| 2006-07-03 | [ATM]: add+use poison defines | Randy Dunlap | 2 | -2/+4 |
| 2006-07-02 | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants | Thomas Gleixner | 11 | -11/+11 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 12 | -12/+0 |
| 2006-06-29 | [ATM]: [suni] change suni_init to __devinit | Chas Williams | 2 | -2/+2 |
| 2006-06-29 | [ATM]: [iphase] should be __devinit not __init | Chas Williams | 1 | -2/+2 |
| 2006-06-29 | [ATM]: [idt77105] should be __devinit not __init | Chas Williams | 2 | -2/+2 |
| 2006-06-29 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2 | -3/+5 |
| 2006-06-27 | [PATCH] update two drivers for poison.h | Randy Dunlap | 1 | -1/+2 |
| 2006-06-27 | [PATCH] 64bit resource: fix up printks for resources in misc drivers | Greg Kroah-Hartman | 2 | -3/+5 |
| 2006-06-26 | spelling fixes | Andreas Mohr | 1 | -1/+1 |
| 2006-06-20 | [SPARC]: Kill __irq_itoa(). | David S. Miller | 1 | -4/+0 |
| 2006-03-28 | [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK | Matthias Gehre | 1 | -1/+1 |
| 2006-03-25 | Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 1 | -0/+5 |
| 2006-03-20 | [ATM] suni: cast arg properly in SONET_SETFRAMING | Alexey Dobriyan | 1 | -1/+1 |
| 2006-03-04 | [ATM]: [fore200e] fix section mismatch warnings | Sam Ravnborg | 1 | -18/+18 |
| 2006-02-26 | kbuild: ignore all generated files for make allmodconfig (x86_64) | Sam Ravnborg | 1 | -0/+5 |
| 2006-01-10 | [ATM]: Remove unneeded kmalloc() return value casts + tiny whitespace cleanup | Jesper Juhl | 1 | -5/+7 |
| 2006-01-08 | [PATCH] frv: fix uninitialised variable in atm nicstar driver | David Howells | 1 | -3/+2 |
| 2005-12-15 | [PATCH] drivers/atm/adummy.c NULL noise removal | Al Viro | 1 | -1/+1 |
| 2005-11-29 | [ATM]: [adummy] dummy ATM driver (similar to net/dummy) | Chas Williams | 3 | -0/+176 |
| 2005-11-29 | [ATM]: deregistration removes device from atm_devs list immediately | Stanislaw Gruszka | 1 | -18/+2 |
| 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]: drivers/atm/atmdev_init.c no longer necessary | Jan Pieter | 1 | -54/+0 |
| 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-11-10 | [ATM]: [horizon] fix sparse warnings | Dave Jones | 1 | -2/+2 |
| 2005-10-08 | [PATCH] gfp flags annotations - part 1 | Al Viro | 3 | -5/+4 |
| 2005-10-04 | [ATM]: fix sparse gfp nocast warnings | Randy Dunlap | 1 | -6/+4 |
| 2005-09-09 | [PATCH] timer initialization cleanup: DEFINE_TIMER | Ingo Molnar | 2 | -5/+3 |
| 2005-09-02 | [ATM]: Fix dereference of uninitialized pointer in zatm | Al Viro | 1 | -2/+2 |
| 2005-08-29 | [NET]: Store skb->timestamp as offset to a base timestamp | Patrick McHardy | 11 | -18/+18 |
| 2005-08-29 | [NET]: Kill skb->list | David S. Miller | 3 | -88/+93 |
| 2005-07-20 | [ATM]: zatm: mailbox converted to pci_alloc_consistent() | Francois Romieu | 2 | -46/+62 |
| 2005-07-19 | [ATM]: [ambassador] Fix the sparse warning "implicit cast to nocast type" | Victor Fusco | 1 | -1/+3 |
| 2005-07-19 | [ATM]: [firestream] fix the sparse warning "implicit cast to nocast type" | Victor Fusco | 1 | -2/+4 |
| 2005-07-19 | [ATM]: [he] remove linux/version.h include | Olaf Hering | 1 | -1/+0 |
| 2005-07-19 | [ATM]: [idt77252] use time_after() macro | Marcelo Feitoza Parisi | 1 | -1/+2 |
| 2005-07-19 | [ATM]: [zatm] eliminate kfree warning (from Tobias Hirning <sskyman@web.de>) | Chas Williams | 1 | -1/+1 |
| 2005-06-02 | [ATM]: [drivers] kill pointless NULL checks and casts before kfree() | Jesper Juhl | 4 | -25/+18 |
| 2005-06-02 | [ATM]: fix ATM makefile for out-of-source-tree builds | Jan Beulich | 1 | -1/+2 |
| 2005-04-24 | [ATM]: ENI155P error handling fix | Andrew Morton | 1 | -9/+18 |
| 2005-04-24 | [ATM]: [fore200e] pci doesn't use global board list; use pci_register_driver() | chas williams | 1 | -3/+1 |
| 2005-04-24 | [ATM]: [he] Use the DMA_32BIT_MASK constant from dma-mapping.h | chas williams | 2 | -3/+2 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 46 | -0/+46840 |