summaryrefslogtreecommitdiff
path: root/net/llc/af_llc.c
AgeCommit message (Expand)Author
2024-01-30llc: call sock_orphan() at release timeEric Dumazet
2024-01-19llc: make llc_ui_sendmsg() more robust against bonding changesEric Dumazet
2023-07-20llc: Check netns in llc_estab_match() and llc_listener_match().Kuniyuki Iwashima
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-03-25llc: only change llc->dev when bind() succeedsEric Dumazet
2022-03-23llc: fix netdevice reference leaks in llc_ui_bind()Eric Dumazet
2021-12-07llc: add net device refcount trackerEric Dumazet
2021-08-05net: Remove redundant if statementsYajun Deng
2021-07-27net: llc: fix skb_over_panicPavel Skripkin
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-13net: llc: kerneldoc fixesAndrew Lunn
2020-06-28llc: make sure applications use ARPHRD_ETHEREric Dumazet
2020-02-26af_llc: fix if-statement empty body warningRandy Dunlap
2019-11-06net: silence data-races on sk_backlog.tailEric Dumazet
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet
2019-10-08llc: fix another potential sk_buff leak in llc_ui_sendmsg()Eric Biggers
2019-04-12llc: Check address length before reading address fieldTetsuo Handa
2018-10-22llc: do not use sk_eat_skb()Eric Dumazet
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-08llc: better deal with too small mtuEric Dumazet
2018-04-22llc: fix NULL pointer deref for SOCK_ZAPPEDCong Wang
2018-04-19llc: hold llc_sap before release_sock()Cong Wang
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2017-05-26net: llc: add lock_sock in llc_ui_bind to avoid a race conditionlinzhang
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong
2016-09-17llc: switch type to bool as the timeout is only tested versus 0Alan Cox
2016-05-04net: fix infoleak in llcKangjie Lu
2016-02-17af_llc: fix types on llc_ui_wait_for_connOne Thousand Gnomes
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-09-28net_dma: simple removalDan Williams
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2014-01-02net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-09-03llc: Use normal etherdevice.h testsJoe Perches
2013-04-07llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman
2012-08-15llc: fix info leak via getsockname()Mathias Krause
2012-08-14llc2: Call llc_station_exit() on llc2_init() failure pathBen Hutchings