summaryrefslogtreecommitdiffstats
path: root/net/x25/af_x25.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner2019-05-241-6/+1Star
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-26/+1Star
* net/x25: reset state in x25_connect()Eric Dumazet2019-03-111-0/+1
* net/x25: fix use-after-free in x25_device_event()Eric Dumazet2019-03-101-1/+5
* net/x25: fix a race in x25_bind()Eric Dumazet2019-02-241-5/+8
* net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet2019-02-111-4/+2Star
* net/x25: fix null_x25_address handlingMartin Schiller2018-11-291-6/+10
* net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller2018-11-291-1/+1
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-2/+2
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-1/+1
* net/core: Convert sk_timer users to use timer_setup()Kees Cook2017-10-181-3/+5
* net/core: Collapse redundant sk_timer callback data assignmentsKees Cook2017-10-181-1/+0Star
* X25: constify null_x25_addressJulia Lawall2017-08-031-1/+1
* net: x25: fix one potential use-after-free issuelinzhang2017-05-181-8/+16
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-101-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: x25: remove null checks on arrays calling_ae and called_aeColin Ian King2016-09-101-4/+0Star
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-4/+4
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+2Star
* 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: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-191-2/+2
* x25: convert printks to pr_<level>wangweidong2013-12-101-1/+3
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-211-2/+1Star
* x25: Fix broken locking in ioctl error paths.Dave Jones2013-07-021-7/+8
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-8/+4Star
* net:x25: use IS_ENABLEDIgor Maravić2011-12-161-1/+1
* x25: Fix NULL dereference in x25_recvmsgDave Jones2011-11-021-3/+8
* x25: Prevent skb overreads when checking call user dataMatthew Daley2011-10-181-1/+2
* x25: Handle undersized/fragmented skbsMatthew Daley2011-10-181-7/+24
* x25: Validate incoming call user data lengthsMatthew Daley2011-10-181-0/+6
* x25: Reduce switch/case indentJoe Perches2011-07-021-237/+234Star
* x25: remove the BKLArnd Bergmann2011-03-051-40/+18Star
* X25 remove bkl in call user data length ioctlandrew hendry2010-11-281-5/+6
* X25 remove bkl from causediag ioctlsandrew hendry2010-11-281-8/+7Star
* X25 remove bkl from calluserdata ioctlsandrew hendry2010-11-281-7/+7
* X25 remove bkl in facility ioctlsandrew hendry2010-11-281-23/+25
* X25 remove bkl in subscription ioctlsandrew hendry2010-11-281-8/+4Star
* X25: remove bkl in routing ioctlsandrew hendry2010-11-191-4/+0Star
* X25: remove bkl in inq and outq ioctlsandrew hendry2010-11-191-4/+2Star
* X25: remove bkl in timestamp ioctlsandrew hendry2010-11-191-8/+0Star
* X25: pushdown bkl in ioctlsandrew hendry2010-11-191-3/+38
* X.25 remove bkl in pollandrew hendry2010-09-221-13/+1Star
* X.25 remove bkl in getsocknameandrew hendry2010-09-221-2/+0Star
* X.25 remove bkl in connectandrew hendry2010-09-151-2/+0Star