index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
llc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-15
llc: Constify struct llc_sap_state_trans
Christophe JAILLET
2
-19
/
+19
2024-07-15
llc: Constify struct llc_conn_state_trans
Christophe JAILLET
2
-260
/
+260
2024-05-14
net: change proto and proto_ops accept type
Jens Axboe
1
-4
/
+3
2024-05-03
net: Remove ctl_table sentinel elements from several networking subsystems
Joel Granados
1
-6
/
+2
2024-01-30
llc: call sock_orphan() at release time
Eric Dumazet
1
-0
/
+2
2024-01-20
llc: Drop support for ETH_P_TR_802_2.
Kuniyuki Iwashima
1
-7
/
+0
2024-01-20
llc: make llc_ui_sendmsg() more robust against bonding changes
Eric Dumazet
1
-8
/
+16
2023-11-02
llc: verify mac len before reading mac header
Willem de Bruijn
3
-2
/
+14
2023-08-10
net/llc/llc_conn.c: fix 4 instances of -Wmissing-variable-declarations
Nick Desaulniers
1
-5
/
+6
2023-07-20
llc: Don't drop packet from non-root netns.
Kuniyuki Iwashima
1
-3
/
+0
2023-07-20
llc: Check netns in llc_estab_match() and llc_listener_match().
Kuniyuki Iwashima
3
-21
/
+32
2023-07-20
llc: Check netns in llc_dgram_match().
Kuniyuki Iwashima
1
-7
/
+11
2023-06-25
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-1
/
+0
2023-05-10
net: deal with most data-races in sk_wait_event()
Eric Dumazet
1
-3
/
+5
2022-06-10
net: rename reference+tracking helpers
Jakub Kicinski
1
-1
/
+1
2022-03-26
llc: only change llc->dev when bind() succeeds
Eric Dumazet
1
-25
/
+34
2022-03-23
llc: fix netdevice reference leaks in llc_ui_bind()
Eric Dumazet
1
-0
/
+8
2021-12-11
sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.
Kuniyuki Iwashima
1
-1
/
+1
2021-12-08
llc: add net device refcount tracker
Eric Dumazet
1
-2
/
+3
2021-10-13
llc/snap: constify dev_addr passing
Jakub Kicinski
4
-4
/
+4
2021-08-05
net: Remove redundant if statements
Yajun Deng
1
-4
/
+2
2021-07-27
net: llc: fix skb_over_panic
Pavel Skripkin
2
-2
/
+10
2021-04-28
llc2: Remove redundant assignment to rc
Jiapeng Chong
1
-2
/
+0
2021-03-29
llc: llc_core.c: COuple of typo fixes
Bhaskar Chowdhury
1
-2
/
+2
2021-03-27
net: llc: Correct function name llc_pdu_set_pf_bit() in header
Yang Yingliang
1
-1
/
+1
2021-03-27
net: llc: Correct function name llc_sap_action_unitdata_ind() in header
Yang Yingliang
1
-1
/
+1
2021-03-27
net: llc: Correct some function names in header
Yang Yingliang
1
-2
/
+2
2021-01-28
net: remove redundant 'depends on NET'
Masahiro Yamada
1
-1
/
+0
2020-10-30
net: llc: Fix kerneldoc warnings
Andrew Lunn
1
-0
/
+2
2020-07-25
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-2
/
+2
2020-07-14
net: llc: kerneldoc fixes
Andrew Lunn
5
-5
/
+9
2020-06-29
llc: make sure applications use ARPHRD_ETHER
Eric Dumazet
1
-3
/
+7
2020-02-27
af_llc: fix if-statement empty body warning
Randy Dunlap
1
-1
/
+1
2020-02-25
net: Add missing annotation for llc_seq_start()
Jules Irenge
1
-1
/
+1
2019-12-21
llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)
Chan Shu Tak, Alex
1
-2
/
+2
2019-11-07
net: silence data-races on sk_backlog.tail
Eric Dumazet
1
-1
/
+1
2019-11-07
net: use helpers to change sk_ack_backlog
Eric Dumazet
1
-1
/
+1
2019-10-10
net: silence KCSAN warnings around sk_add_backlog() calls
Eric Dumazet
1
-1
/
+1
2019-10-08
llc: fix sk_buff refcounting in llc_conn_state_process()
Eric Biggers
1
-27
/
+6
2019-10-08
llc: fix another potential sk_buff leak in llc_ui_sendmsg()
Eric Biggers
3
-18
/
+30
2019-10-08
llc: fix sk_buff leak in llc_conn_service()
Eric Biggers
2
-25
/
+15
2019-10-08
llc: fix sk_buff leak in llc_sap_state_process()
Eric Biggers
2
-18
/
+17
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 281
Thomas Gleixner
1
-8
/
+1
2019-05-29
llc: fix skb leak in llc_build_and_send_ui_pkt()
Eric Dumazet
1
-0
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-04-12
llc: Check address length before reading address field
Tetsuo Handa
1
-2
/
+1
2018-10-23
llc: do not use sk_eat_skb()
Eric Dumazet
1
-7
/
+4
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2018-10-16
llc: set SOCK_RCU_FREE in llc_sap_add_socket()
Cong Wang
1
-0
/
+1
2018-09-13
llc: avoid blocking in llc_sap_close()
Cong Wang
1
-3
/
+1
[next]