summaryrefslogtreecommitdiffstats
path: root/net/llc
Commit message (Expand)AuthorAgeFilesLines
* llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex2019-12-201-2/+2
* net: silence data-races on sk_backlog.tailEric Dumazet2019-11-061-1/+1
* net: use helpers to change sk_ack_backlogEric Dumazet2019-11-061-1/+1
* net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-091-1/+1
* llc: fix sk_buff refcounting in llc_conn_state_process()Eric Biggers2019-10-081-27/+6
* llc: fix another potential sk_buff leak in llc_ui_sendmsg()Eric Biggers2019-10-083-18/+30
* llc: fix sk_buff leak in llc_conn_service()Eric Biggers2019-10-082-25/+15
* llc: fix sk_buff leak in llc_sap_state_process()Eric Biggers2019-10-082-18/+17
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 281Thomas Gleixner2019-06-051-8/+1
* llc: fix skb leak in llc_build_and_send_ui_pkt()Eric Dumazet2019-05-281-0/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* llc: Check address length before reading address fieldTetsuo Handa2019-04-121-2/+1
* llc: do not use sk_eat_skb()Eric Dumazet2018-10-221-7/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-0/+1
|\
| * llc: set SOCK_RCU_FREE in llc_sap_add_socket()Cong Wang2018-10-151-0/+1
* | llc: avoid blocking in llc_sap_close()Cong Wang2018-09-131-3/+1
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-091-2/+2
|\
| * llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang2018-08-071-2/+2
* | llc: fix whitespace issuesStephen Hemminger2018-07-243-3/+2
|/
* 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
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-26/+2
* | 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: delete timers synchronously in llc_sk_free()Cong Wang2018-04-222-9/+22
* llc: hold llc_sap before release_sock()Cong Wang2018-04-191-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-012-15/+32
|\
| * llc: properly handle dev_queue_xmit() return valueCong Wang2018-03-272-15/+32
* | net: Use octal not symbolic permissionsJoe Perches2018-03-261-2/+2
* | net: llc: drop VLA in llc_sap_mcast()Salvatore Mesoraca2018-03-121-3/+4
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2
|/
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-152-18/+21
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
| |\
| * | net: LLC: Convert timers to use timer_setup()Kees Cook2017-10-252-18/+21
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \ \ | | |/ | |/|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/
* net, llc: convert llc_sap.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-012-5/+5
* 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-233-4/+4
|\
| * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-183-4/+4
* | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+3
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet2017-02-122-0/+6
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-091-0/+1
|\
OpenPOWER on IntegriCloud