index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
slip
/
slhc.c
Age
Commit message (
Expand
)
Author
2026-04-21
slip: bound decode() reads against the compressed packet length
Weiming Shi
2026-04-21
slip: reject VJ receive packets on instances with no rstate array
Weiming Shi
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2024-10-10
slip: make slhc_remember() more robust against malicious packets
Eric Dumazet
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-01-11
net: fill in MODULE_DESCRIPTION()s for SLIP
Breno Leitao
2021-05-20
net: slip: remove leading spaces before tabs
Hui Tang
2020-03-05
slip: make slhc_compress() more robust against malicious packets
Eric Dumazet
2019-08-08
net: delete "register" keyword
Alexey Dobriyan
2019-04-26
slip: make slhc_free() silently accept an error pointer
Linus Torvalds
2018-04-11
slip: Check if rstate is initialized before uncompressing
Tejaswi Tanikella
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2015-11-02
ppp, slip: Validate VJ compression slot parameters completely
Ben Hutchings
2014-07-13
slip: remove unnecessary break after goto
Fabian Frederick
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
2011-08-27
slip: Move the SLIP drivers
Jeff Kirsher