index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
llc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-25
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-10
sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.
Kuniyuki Iwashima
1
-1
/
+1
2021-12-07
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-27
llc2: Remove redundant assignment to rc
Jiapeng Chong
1
-2
/
+0
2021-03-28
llc: llc_core.c: COuple of typo fixes
Bhaskar Chowdhury
1
-2
/
+2
2021-03-26
net: llc: Correct function name llc_pdu_set_pf_bit() in header
Yang Yingliang
1
-1
/
+1
2021-03-26
net: llc: Correct function name llc_sap_action_unitdata_ind() in header
Yang Yingliang
1
-1
/
+1
2021-03-26
net: llc: Correct some function names in header
Yang Yingliang
1
-2
/
+2
2021-01-27
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-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-2
/
+2
2020-07-13
net: llc: kerneldoc fixes
Andrew Lunn
5
-5
/
+9
2020-06-28
llc: make sure applications use ARPHRD_ETHER
Eric Dumazet
1
-3
/
+7
2020-02-26
af_llc: fix if-statement empty body warning
Randy Dunlap
1
-1
/
+1
2020-02-24
net: Add missing annotation for llc_seq_start()
Jules Irenge
1
-1
/
+1
2019-12-20
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-06
net: silence data-races on sk_backlog.tail
Eric Dumazet
1
-1
/
+1
2019-11-06
net: use helpers to change sk_ack_backlog
Eric Dumazet
1
-1
/
+1
2019-10-09
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-28
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-22
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-15
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
2018-08-09
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2018-08-07
llc: use refcount_inc_not_zero() for llc_sap_find()
Cong Wang
1
-2
/
+2
2018-07-24
llc: fix whitespace issues
Stephen Hemminger
3
-3
/
+2
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-1
/
+1
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2018-05-26
net: convert datagram_poll users tp ->poll_mask
Christoph Hellwig
1
-1
/
+1
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
1
-26
/
+2
2018-05-08
llc: better deal with too small mtu
Eric Dumazet
1
-0
/
+3
2018-04-22
llc: fix NULL pointer deref for SOCK_ZAPPED
Cong Wang
1
-9
/
+12
2018-04-22
llc: delete timers synchronously in llc_sk_free()
Cong Wang
2
-9
/
+22
2018-04-19
llc: hold llc_sap before release_sock()
Cong Wang
1
-0
/
+7
2018-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-15
/
+32
2018-03-27
llc: properly handle dev_queue_xmit() return value
Cong Wang
2
-15
/
+32
2018-03-26
net: Use octal not symbolic permissions
Joe Perches
1
-2
/
+2
2018-03-12
net: llc: drop VLA in llc_sap_mcast()
Salvatore Mesoraca
1
-3
/
+4
[next]