summaryrefslogtreecommitdiff
path: root/net/x25/af_x25.c
Commit message (Expand)AuthorAge
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-21
* net/core: Convert sk_timer users to use timer_setup()Kees Cook2017-10-18
* net/core: Collapse redundant sk_timer callback data assignmentsKees Cook2017-10-18
* X25: constify null_x25_addressJulia Lawall2017-08-03
* net: x25: fix one potential use-after-free issuelinzhang2017-05-18
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-09
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* net: x25: remove null checks on arrays calling_ae and called_aeColin Ian King2016-09-09
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* new helper: memcpy_from_msg()Al Viro2014-11-24
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-18
* x25: convert printks to pr_<level>wangweidong2013-12-09
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-20
* x25: Fix broken locking in ioctl error paths.Dave Jones2013-07-01
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* net:x25: use IS_ENABLEDIgor Maravić2011-12-16
* x25: Fix NULL dereference in x25_recvmsgDave Jones2011-11-02
* x25: Prevent skb overreads when checking call user dataMatthew Daley2011-10-17
* x25: Handle undersized/fragmented skbsMatthew Daley2011-10-17
* x25: Validate incoming call user data lengthsMatthew Daley2011-10-17
* x25: Reduce switch/case indentJoe Perches2011-07-01
* x25: remove the BKLArnd Bergmann2011-03-05
* X25 remove bkl in call user data length ioctlandrew hendry2010-11-28
* X25 remove bkl from causediag ioctlsandrew hendry2010-11-28
* X25 remove bkl from calluserdata ioctlsandrew hendry2010-11-28
* X25 remove bkl in facility ioctlsandrew hendry2010-11-28
* X25 remove bkl in subscription ioctlsandrew hendry2010-11-28
* X25: remove bkl in routing ioctlsandrew hendry2010-11-19
* X25: remove bkl in inq and outq ioctlsandrew hendry2010-11-19
* X25: remove bkl in timestamp ioctlsandrew hendry2010-11-19
* X25: pushdown bkl in ioctlsandrew hendry2010-11-19
* X.25 remove bkl in pollandrew hendry2010-09-22
* X.25 remove bkl in getsocknameandrew hendry2010-09-22
* X.25 remove bkl in connectandrew hendry2010-09-14
* X.25 remove bkl in acceptAndrew Hendry2010-09-14
* X.25 remove bkl in bindandrew hendry2010-09-14
* X.25 remove bkl in listenandrew hendry2010-09-14
* X25: Remove bkl in sockoptsandrew hendry2010-05-17
* X25: Move accept approve flag to bitfieldandrew hendry2010-05-17
* X25: Move interrupt flag to bitfieldandrew hendry2010-05-17
* X25: Move qbit flag to bitfieldandrew hendry2010-05-17
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-27
|\
| * X25 fix dead unaccepted socketsandrew hendry2010-04-21
* | net: sk_sleep() helperEric Dumazet2010-04-20
|/