summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN/socket.c
Commit message (Expand)AuthorAgeFilesLines
* mISDN: Fixing missing validation in base_sock_bind()Emrah Demir2016-04-131-0/+3
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-6/+6
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-3/+2
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-9/+4
* isdn: mISDN: set ->family in ->getname()Dan Carpenter2013-04-251-0/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* isdn: whitespace coding style cleanupJoe Perches2012-02-211-45/+44
* drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker2011-10-311-0/+1
* isdn: mISDN: socket: Fix set-but-unused variables.David S. Miller2011-04-171-0/+3
* isdn: mISDN: socket: fix information leak to userlandKulikov Vasiliy2010-10-301-0/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+1
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-2/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* mISDN: Cleanup debug messagesKarsten Keil2009-05-251-1/+1
* mISDN: Fix skb leak in error casesKarsten Keil2009-05-251-10/+12
* mISDN: Added layer-1-hold featureAndreas Eversberg2009-05-251-3/+18
* mISDN: Correct busy device detectionAndreas Eversberg2009-01-091-14/+16
* mISDN: Fix deactivation, if peer IP is removed from l1oip instance.Andreas Eversberg2009-01-091-0/+20
* mISDN: Use struct device name fieldMatthias Urlichs2009-01-091-3/+3
* mISDN: Added an ioctl to change the device nameMatthias Urlichs2009-01-091-0/+15
* mISDN: consistently define 'debug' as '*u_int'Hannes Eder2008-12-121-1/+1
* mISDN cleanup user interfaceKarsten Keil2008-08-021-2/+2
* Add mISDN core filesKarsten Keil2008-07-271-0/+781