summaryrefslogtreecommitdiffstats
path: root/net/llc/af_llc.c
Commit message (Expand)AuthorAgeFilesLines
* llc: Check address length before reading address fieldTetsuo Handa2019-04-121-2/+1Star
* llc: do not use sk_eat_skb()Eric Dumazet2018-10-231-7/+4Star
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* | llc: better deal with too small mtuEric Dumazet2018-05-081-0/+3
|/
* llc: fix NULL pointer deref for SOCK_ZAPPEDCong Wang2018-04-221-9/+12
* llc: hold llc_sap before release_sock()Cong Wang2018-04-191-0/+7
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2Star
* net: llc: add lock_sock in llc_ui_bind to avoid a race conditionlinzhang2017-05-261-0/+3
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
|\
| * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-1/+1
* | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-101-1/+3
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* net: fix sleeping for sk_wait_event()WANG Cong2016-11-141-12/+12
* llc: switch type to bool as the timeout is only tested versus 0Alan Cox2016-09-171-2/+2
* net: fix infoleak in llcKangjie Lu2016-05-041-0/+1
* af_llc: fix types on llc_ui_wait_for_connOne Thousand Gnomes2016-02-171-2/+2
* tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-271-2/+2
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3Star
* 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-2/+1Star
* net_dma: simple removalDan Williams2014-09-281-5/+5
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-191-2/+2
* net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann2014-01-031-2/+3
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-211-2/+0Star
* llc: Use normal etherdevice.h testsJoe Perches2013-09-041-3/+3
* llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause2013-04-071-0/+2
* net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman2012-11-191-1/+1
* llc: fix info leak via getsockname()Mathias Krause2012-08-161-2/+1Star
* llc2: Call llc_station_exit() on llc2_init() failure pathBen Hutchings2012-08-151-2/+3
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-1/+1
* net: include/net/sock.h cleanupEric Dumazet2012-05-171-2/+2
* net: delete all instances of special processing for token ringPaul Gortmaker2012-05-161-2/+1Star
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-4/+3Star
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* llc: Fix race condition in llc_ui_recvmsgRadu Iliescu2012-01-241-0/+5
* llc: llc_cmsg_rcv was getting called after sk_eat_skb.Alex Juncu2011-12-191-4/+10
* net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet2010-12-081-5/+6
* net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter2010-09-131-1/+2
* net: sk_sleep() helperEric Dumazet2010-04-211-6/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* llc: fix SAP reference counting w.r.t. socket handlingOctavian Purdila2009-12-271-4/+1Star
* llc: convert the socket list to RCU lockingOctavian Purdila2009-12-271-0/+1
* llc: add support for SO_BINDTODEVICEOctavian Purdila2009-12-271-2/+27
* llc: add support for LLC_OPT_PKTINFOOctavian Purdila2009-12-271-0/+29
* net: use net_eq to compare netsOctavian Purdila2009-11-261-1/+1
* net: pass kern to net_proto_family create functionEric Paris2009-11-061-1/+4
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1