summaryrefslogtreecommitdiffstats
path: root/net/atm/common.c
AgeCommit message (Expand)AuthorLines
2014-12-09put iov_iter into msghdrAl Viro-4/+1
2014-11-24[atm] switch vcc_sendmsg() to copy_from_iter()Al Viro-11/+6
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller-1/+1
2014-09-10atm: Convert pr_warning to pr_warnJoe Perches-1/+1
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa-2/+0
2013-04-07atm: update msg_namelen in vcc_recvmsg()Mathias Krause-0/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-4/+3
2012-12-02atm: add release_cb() callback to vccDavid Woodhouse-0/+10
2012-11-28atm: add owner of push() callback to atmvccKrzysztof Mazur-0/+2
2012-08-15atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause-0/+1
2011-11-22atm: Allow MSG_PEEK for atm socketsJorge Boncompte [DTI2]-3/+11
2011-11-22atm: Introduce vcc_process_recv_queueJorge Boncompte [DTI2]-0/+20
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-03-30atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville-0/+1
2010-08-16net/atm: Adjust confusing if indentationJulia Lawall-1/+1
2010-07-09atm: propagate signal changes via notifierKarl Hiramoto-0/+30
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet-8/+14
2010-04-20net: sk_sleep() helperEric Dumazet-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-01-26net/atm/common.c: checkpatch cleanupsJoe Perches-165/+173
2010-01-26net/atm: Convert printk to pr_<level>Joe Perches-23/+29
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller-1/+1
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa-3/+3
2009-06-18atm: sk_wmem_alloc initial value is oneEric Dumazet-6/+6
2008-06-17atm: use const where reasonableMitchell Blank Jr-4/+4
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov-1/+1
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov-1/+1
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman-2/+2
2007-10-10[ATM]: Replace DPRINTK() with pr_debug().Stephen Hemminger-15/+8
2007-02-10[NET] ATM: Fix whitespace errors.YOSHIFUJI Hideaki-17/+17
2007-02-08[ATM]: Fix for crash in adummy_init()Daniel Walker-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-29[ATM]: basic sysfs support for ATM devicesRoman Kagan-0/+7
2006-03-20[NET]: sem2mutex part 2Ingo Molnar-2/+2
2005-11-29[ATM]: deregistration removes device from atm_devs list immediatelyStanislaw Gruszka-3/+27
2005-11-29[ATM]: avoid race conditions related to atm_devs listStanislaw Gruszka-2/+2
2005-11-29[ATM]: attempt to autoload atm driversMitchell Blank Jr-1/+1
2005-11-29[ATM]: always return the first interface for ATM_ITF_ANYMitchell Blank Jr-20/+10
2005-10-03[INET]: speedup inet (tcp/dccp) lookupsEric Dumazet-1/+1
2005-09-28[ATM]: track and close listen sockets when sigd exitsChas Williams-2/+2
2005-05-01[PATCH] misc verify_area cleanupsJesper Juhl-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+804