summaryrefslogtreecommitdiff
path: root/include/linux/atmdev.h
AgeCommit message (Expand)Author
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-01-20[ATM] stop using sk_protinfoArnaldo Carvalho de Melo
2005-01-17[ATM]: change atm address functions to use list_addChas Williams
2004-10-25[ATM]: Mark vcc_remove_socket staticChristoph Hellwig
2004-10-20[ATM]: point to multipoint signalling (from ekinzie@cmf.nrl.navy.mil)Chas Williams
2004-07-30[PATCH] signed char portability fixAlexander Viro
2004-07-24[PATCH] sparse: simplify and tighten sparse typecheckingAlexander Viro
2004-06-03[PATCH] sparse: atm annotation (core)Alexander Viro
2004-04-09[ATM]: get atm_guess_pdu2truesize() rightChas Williams
2004-02-11[ATM]: prevent userspace compilation errors with glibc-kernheadersChas Williams
2003-10-07[ATM]: Convert VCC list to hash.Chas Williams
2003-10-07[ATM]: Eliminate atm_find_ci().Chas Williams
2003-09-25[ATM]: [ioctl][6/8] Move clip seq_file ops to clip.c (from levon@movementaria...Chas Williams
2003-09-25[ATM]: [ioctl][5/8] Change ncc clip info handling (from levon@movementarian.org)Chas Williams
2003-09-25[ATM]: [ioctl][2/8] Add registration functions (from levon@movementarian.org)Chas Williams
2003-08-19[ATM]: atmdev api cleanup -- remove sg_send() and feedback() (mitch@sfgoth.com).Chas Williams
2003-07-15[ATM]: Replace vcc->reply with sk->sk_err; implement sk_write_space.Chas Williams
2003-07-15[ATM]: Eliminate vcc->sleep in favor of sk->sk_sleep.Chas Williams
2003-07-15[ATM]: Use sk_state_change() and eliminate vcc->callback().Chas Williams
2003-06-22[ATM]: Move vccs to global sk-based linked list.Chas Williams
2003-06-16[ATM]: Revert vcc global list changes, broke the build.David S. Miller
2003-06-16[ATM]: Keep vcc's on global list instead of per device.Chas Williams
2003-06-16[ATM]: Remove recvmsg and rename atm_async_release_vcc.Chas Williams
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo
2003-05-15[ATM]: Add refcounting to atmdev.Chas Williams
2003-05-06[ATM] remove iovcnt from atm_skbChas Williams