summaryrefslogtreecommitdiffstats
path: root/net/llc
Commit message (Expand)AuthorAgeFilesLines
* llc: call sock_orphan() at release timeEric Dumazet2024-02-231-0/+2
* llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima2024-02-231-7/+0
* llc: make llc_ui_sendmsg() more robust against bonding changesEric Dumazet2024-02-231-8/+16
* llc: verify mac len before reading mac headerWillem de Bruijn2023-11-203-2/+14
* llc: Don't drop packet from non-root netns.Kuniyuki Iwashima2023-08-111-3/+0
* llc: only change llc->dev when bind() succeedsEric Dumazet2022-03-281-25/+32
* llc: fix netdevice reference leaks in llc_ui_bind()Eric Dumazet2022-03-281-0/+8
* net: llc: fix skb_over_panicPavel Skripkin2021-08-042-2/+10
* net: silence data-races on sk_backlog.tailEric Dumazet2020-10-011-1/+1
* llc: make sure applications use ARPHRD_ETHEREric Dumazet2020-07-221-3/+7
* llc: fix sk_buff refcounting in llc_conn_state_process()Eric Biggers2020-01-271-27/+6
* llc: fix another potential sk_buff leak in llc_ui_sendmsg()Eric Biggers2020-01-273-18/+30
* llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex2020-01-121-2/+2
* llc: avoid blocking in llc_sap_close()Cong Wang2019-11-201-3/+1
* llc: fix sk_buff leak in llc_conn_service()Eric Biggers2019-11-062-25/+15
* llc: fix sk_buff leak in llc_sap_state_process()Eric Biggers2019-11-062-18/+17
* llc: fix skb leak in llc_build_and_send_ui_pkt()Eric Dumazet2019-06-041-0/+2
* llc: do not use sk_eat_skb()Eric Dumazet2018-12-011-7/+4
* llc: set SOCK_RCU_FREE in llc_sap_add_socket()Cong Wang2018-10-151-0/+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