summaryrefslogtreecommitdiff
path: root/include/linux/atmdev.h
AgeCommit message (Expand)Author
2021-03-08atm: fix a typo in the struct descriptionTong Zhang
2021-02-15atm: idt77252: fix build broken on amd64Tong Zhang
2020-11-18atm: nicstar: Replace in_interrupt() usageSebastian Andrzej Siewior
2020-07-19net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig
2018-06-17atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-04net, atm: convert atm_dev.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2012-12-02atm: add release_cb() callback to vccDavid Woodhouse
2012-11-28atm: add owner of push() callback to atmvccKrzysztof Mazur
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2011-11-26atm: eliminate atm_guess_pdu2truesize()chas williams - CONTRACTOR
2011-11-22atm: use SKB_TRUESIZE() in atm_guess_pdu2truesize()Eric Dumazet
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-03-30atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams
2010-09-23net: return operator cleanupEric Dumazet
2010-07-09atm: propagate signal changes via notifierKarl Hiramoto
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2008-12-03atm: 32-bit ioctl compatibilityDavid Woodhouse
2008-01-28[ATM]: Convert struct class_device to struct deviceKay Sievers
2006-09-06[PATCH] Move linux/device.h include in linux/atmdev.h to #ifdef __KERNEL__ se...Ismail Donmez
2006-06-29[ATM]: basic sysfs support for ATM devicesRoman Kagan
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2005-11-29[ATM]: deregistration removes device from atm_devs list immediatelyStanislaw Gruszka
2005-11-29[ATM]: linux/config.h only needed for #ifdef __KERNEL__ sectionChas Williams
2005-11-29[ATM]: atm_pcr_goal() doesn't modify its argument's contents -- mark it as constMitchell Blank Jr
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-10-06[ATM]: add support for LECS addresses learned from networkEric Kinzie
2005-10-04[ATM]: fix sparse gfp nocast warningsRandy Dunlap
2005-04-16Linux-2.6.12-rc2Linus Torvalds