summaryrefslogtreecommitdiff
path: root/net/llc
AgeCommit message (Expand)Author
2021-10-13llc/snap: constify dev_addr passingJakub Kicinski
2021-08-05net: Remove redundant if statementsYajun Deng
2021-07-27net: llc: fix skb_over_panicPavel Skripkin
2021-04-27llc2: Remove redundant assignment to rcJiapeng Chong
2021-03-28llc: llc_core.c: COuple of typo fixesBhaskar Chowdhury
2021-03-26net: llc: Correct function name llc_pdu_set_pf_bit() in headerYang Yingliang
2021-03-26net: llc: Correct function name llc_sap_action_unitdata_ind() in headerYang Yingliang
2021-03-26net: llc: Correct some function names in headerYang Yingliang
2021-01-27net: remove redundant 'depends on NET'Masahiro Yamada
2020-10-30net: llc: Fix kerneldoc warningsAndrew Lunn
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
2020-02-24net: Add missing annotation for llc_seq_start()Jules Irenge
2019-12-20llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex
2019-11-06net: silence data-races on sk_backlog.tailEric Dumazet
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet
2019-10-08llc: fix sk_buff refcounting in llc_conn_state_process()Eric Biggers
2019-10-08llc: fix another potential sk_buff leak in llc_ui_sendmsg()Eric Biggers
2019-10-08llc: fix sk_buff leak in llc_conn_service()Eric Biggers
2019-10-08llc: fix sk_buff leak in llc_sap_state_process()Eric Biggers
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 281Thomas Gleixner
2019-05-28llc: fix skb leak in llc_build_and_send_ui_pkt()Eric Dumazet
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-12llc: Check address length before reading address fieldTetsuo Handa
2018-10-22llc: do not use sk_eat_skb()Eric Dumazet
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-15llc: set SOCK_RCU_FREE in llc_sap_add_socket()Cong Wang
2018-09-13llc: avoid blocking in llc_sap_close()Cong Wang
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-07llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang
2018-07-24llc: fix whitespace issuesStephen Hemminger
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-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-05-08llc: better deal with too small mtuEric Dumazet
2018-04-22llc: fix NULL pointer deref for SOCK_ZAPPEDCong Wang
2018-04-22llc: delete timers synchronously in llc_sk_free()Cong Wang
2018-04-19llc: hold llc_sap before release_sock()Cong Wang
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-27llc: properly handle dev_queue_xmit() return valueCong Wang
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-12net: llc: drop VLA in llc_sap_mcast()Salvatore Mesoraca
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar