index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
llc
Commit message (
Expand
)
Author
Age
Files
Lines
*
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-24
1
-1
/
+0
*
net: deal with most data-races in sk_wait_event()
Eric Dumazet
2023-05-10
1
-3
/
+5
*
net: rename reference+tracking helpers
Jakub Kicinski
2022-06-09
1
-1
/
+1
*
llc: only change llc->dev when bind() succeeds
Eric Dumazet
2022-03-25
1
-25
/
+34
*
llc: fix netdevice reference leaks in llc_ui_bind()
Eric Dumazet
2022-03-23
1
-0
/
+8
*
sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.
Kuniyuki Iwashima
2021-12-10
1
-1
/
+1
*
llc: add net device refcount tracker
Eric Dumazet
2021-12-07
1
-2
/
+3
*
llc/snap: constify dev_addr passing
Jakub Kicinski
2021-10-13
4
-4
/
+4
*
net: Remove redundant if statements
Yajun Deng
2021-08-05
1
-4
/
+2
*
net: llc: fix skb_over_panic
Pavel Skripkin
2021-07-27
2
-2
/
+10
*
llc2: Remove redundant assignment to rc
Jiapeng Chong
2021-04-27
1
-2
/
+0
*
llc: llc_core.c: COuple of typo fixes
Bhaskar Chowdhury
2021-03-28
1
-2
/
+2
*
net: llc: Correct function name llc_pdu_set_pf_bit() in header
Yang Yingliang
2021-03-26
1
-1
/
+1
*
net: llc: Correct function name llc_sap_action_unitdata_ind() in header
Yang Yingliang
2021-03-26
1
-1
/
+1
*
net: llc: Correct some function names in header
Yang Yingliang
2021-03-26
1
-2
/
+2
*
net: remove redundant 'depends on NET'
Masahiro Yamada
2021-01-27
1
-1
/
+0
*
net: llc: Fix kerneldoc warnings
Andrew Lunn
2020-10-30
1
-0
/
+2
*
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-24
1
-2
/
+2
*
net: llc: kerneldoc fixes
Andrew Lunn
2020-07-13
5
-5
/
+9
*
llc: make sure applications use ARPHRD_ETHER
Eric Dumazet
2020-06-28
1
-3
/
+7
*
af_llc: fix if-statement empty body warning
Randy Dunlap
2020-02-26
1
-1
/
+1
*
net: Add missing annotation for llc_seq_start()
Jules Irenge
2020-02-24
1
-1
/
+1
*
llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)
Chan Shu Tak, Alex
2019-12-20
1
-2
/
+2
*
net: silence data-races on sk_backlog.tail
Eric Dumazet
2019-11-06
1
-1
/
+1
*
net: use helpers to change sk_ack_backlog
Eric Dumazet
2019-11-06
1
-1
/
+1
*
net: silence KCSAN warnings around sk_add_backlog() calls
Eric Dumazet
2019-10-09
1
-1
/
+1
*
llc: fix sk_buff refcounting in llc_conn_state_process()
Eric Biggers
2019-10-08
1
-27
/
+6
*
llc: fix another potential sk_buff leak in llc_ui_sendmsg()
Eric Biggers
2019-10-08
3
-18
/
+30
*
llc: fix sk_buff leak in llc_conn_service()
Eric Biggers
2019-10-08
2
-25
/
+15
*
llc: fix sk_buff leak in llc_sap_state_process()
Eric Biggers
2019-10-08
2
-18
/
+17
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 281
Thomas Gleixner
2019-06-05
1
-8
/
+1
*
llc: fix skb leak in llc_build_and_send_ui_pkt()
Eric Dumazet
2019-05-28
1
-0
/
+2
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
llc: Check address length before reading address field
Tetsuo Handa
2019-04-12
1
-2
/
+1
*
llc: do not use sk_eat_skb()
Eric Dumazet
2018-10-22
1
-7
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-19
1
-0
/
+1
|
\
|
*
llc: set SOCK_RCU_FREE in llc_sap_add_socket()
Cong Wang
2018-10-15
1
-0
/
+1
*
|
llc: avoid blocking in llc_sap_close()
Cong Wang
2018-09-13
1
-3
/
+1
|
/
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-09
1
-2
/
+2
|
\
|
*
llc: use refcount_inc_not_zero() for llc_sap_find()
Cong Wang
2018-08-07
1
-2
/
+2
*
|
llc: fix whitespace issues
Stephen Hemminger
2018-07-24
3
-3
/
+2
|
/
*
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
1
-1
/
+1
*
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-06-04
1
-1
/
+1
|
\
|
*
net: convert datagram_poll users tp ->poll_mask
Christoph Hellwig
2018-05-26
1
-1
/
+1
*
|
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
2018-05-16
1
-26
/
+2
*
|
llc: better deal with too small mtu
Eric Dumazet
2018-05-08
1
-0
/
+3
|
/
*
llc: fix NULL pointer deref for SOCK_ZAPPED
Cong Wang
2018-04-22
1
-9
/
+12
*
llc: delete timers synchronously in llc_sk_free()
Cong Wang
2018-04-22
2
-9
/
+22
*
llc: hold llc_sap before release_sock()
Cong Wang
2018-04-19
1
-0
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-01
2
-15
/
+32
|
\
[next]