summaryrefslogtreecommitdiffstats
path: root/net/llc
Commit message (Expand)AuthorAgeFilesLines
* llc: call sock_orphan() at release timeEric Dumazet2024-01-301-0/+2
* llc: Drop support for ETH_P_TR_802_2.Kuniyuki Iwashima2024-01-191-7/+0
* llc: make llc_ui_sendmsg() more robust against bonding changesEric Dumazet2024-01-191-8/+16
* llc: verify mac len before reading mac headerWillem de Bruijn2023-11-013-2/+14
* net/llc/llc_conn.c: fix 4 instances of -Wmissing-variable-declarationsNick Desaulniers2023-08-091-5/+6
* llc: Don't drop packet from non-root netns.Kuniyuki Iwashima2023-07-201-3/+0
* llc: Check netns in llc_estab_match() and llc_listener_match().Kuniyuki Iwashima2023-07-203-21/+32
* llc: Check netns in llc_dgram_match().Kuniyuki Iwashima2023-07-201-7/+11
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+0
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-101-3/+5
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-1/+1
* llc: only change llc->dev when bind() succeedsEric Dumazet2022-03-251-25/+34
* llc: fix netdevice reference leaks in llc_ui_bind()Eric Dumazet2022-03-231-0/+8
* sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima2021-12-101-1/+1
* llc: add net device refcount trackerEric Dumazet2021-12-071-2/+3
* llc/snap: constify dev_addr passingJakub Kicinski2021-10-134-4/+4
* net: Remove redundant if statementsYajun Deng2021-08-051-4/+2
* net: llc: fix skb_over_panicPavel Skripkin2021-07-272-2/+10
* llc2: Remove redundant assignment to rcJiapeng Chong2021-04-271-2/+0
* llc: llc_core.c: COuple of typo fixesBhaskar Chowdhury2021-03-281-2/+2
* net: llc: Correct function name llc_pdu_set_pf_bit() in headerYang Yingliang2021-03-261-1/+1
* net: llc: Correct function name llc_sap_action_unitdata_ind() in headerYang Yingliang2021-03-261-1/+1
* net: llc: Correct some function names in headerYang Yingliang2021-03-261-2/+2
* net: remove redundant 'depends on NET'Masahiro Yamada2021-01-271-1/+0
* net: llc: Fix kerneldoc warningsAndrew Lunn2020-10-301-0/+2
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* net: llc: kerneldoc fixesAndrew Lunn2020-07-135-5/+9
* llc: make sure applications use ARPHRD_ETHEREric Dumazet2020-06-281-3/+7
* af_llc: fix if-statement empty body warningRandy Dunlap2020-02-261-1/+1
* net: Add missing annotation for llc_seq_start()Jules Irenge2020-02-241-1/+1
* 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