index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
x25
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: x25: Fix handling of Restart Request and Restart Confirmation
Xie He
2020-12-09
1
-16
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-03
1
-2
/
+4
|
\
|
*
net/x25: prevent a couple of overflows
Dan Carpenter
2020-12-02
1
-2
/
+4
*
|
net/x25: remove x25_kill_by_device()
Martin Schiller
2020-11-27
1
-16
/
+0
*
|
net/x25: fix restart request/confirm handling
Martin Schiller
2020-11-27
1
-8
/
+33
*
|
net/x25: handle additional netdev events
Martin Schiller
2020-11-27
3
-12
/
+19
|
/
*
net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_request
Xie He
2020-11-12
1
-0
/
+1
*
net/x25: Fix null-ptr-deref in x25_connect
Martin Schiller
2020-11-11
1
-1
/
+1
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
2
-2
/
+2
*
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-24
1
-2
/
+2
*
net: x25: kerneldoc fixes
Andrew Lunn
2020-07-13
2
-2
/
+2
*
Replace HTTP links with HTTPS ones: X.25 network layer
Alexander A. Klimov
2020-07-07
1
-1
/
+1
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-06
1
-0
/
+6
|
\
|
*
net/x25: Fix null-ptr-deref in x25_disconnect
YueHaibing
2020-04-28
1
-4
/
+6
|
*
net/x25: Fix x25_neigh refcnt leak when x25 disconnect
Xiyu Yang
2020-04-27
1
-0
/
+4
*
|
docs: networking: convert x25.txt to ReST
Mauro Carvalho Chehab
2020-05-01
1
-1
/
+1
*
|
docs: networking: convert x25-iface.txt to ReST
Mauro Carvalho Chehab
2020-05-01
1
-1
/
+1
|
/
*
net/x25: Fix x25_neigh refcnt leak when receiving frame
Xiyu Yang
2020-04-23
1
-1
/
+3
*
net: x25: convert to list_for_each_entry_safe()
chenqiwu
2020-02-16
1
-8
/
+4
*
net/x25: fix nonblocking connect
Martin Schiller
2020-01-09
1
-1
/
+5
*
net/x25: add new state X25_STATE_5
Martin Schiller
2019-12-09
2
-0
/
+40
*
net: use helpers to change sk_ack_backlog
Eric Dumazet
2019-11-06
1
-2
/
+2
*
net: silence KCSAN warnings around sk_add_backlog() calls
Eric Dumazet
2019-10-09
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41
Thomas Gleixner
2019-05-24
11
-66
/
+11
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
2019-04-19
1
-26
/
+1
*
net/x25: reset state in x25_connect()
Eric Dumazet
2019-03-11
1
-0
/
+1
*
net/x25: fix use-after-free in x25_device_event()
Eric Dumazet
2019-03-10
1
-1
/
+5
*
net/x25: fix a race in x25_bind()
Eric Dumazet
2019-02-23
1
-5
/
+8
*
net/x25: do not hold the cpu too long in x25_new_lci()
Eric Dumazet
2019-02-11
1
-4
/
+2
*
net/x25: handle call collisions
Martin Schiller
2018-11-29
1
-0
/
+9
*
net/x25: fix null_x25_address handling
Martin Schiller
2018-11-29
1
-6
/
+10
*
net/x25: fix called/calling length calculation in x25_parse_address_block
Martin Schiller
2018-11-29
1
-1
/
+1
*
x25: remove blank lines at EOF
Stephen Hemminger
2018-07-24
2
-3
/
+0
*
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
-42
/
+6
|
/
*
net: Use octal not symbolic permissions
Joe Perches
2018-03-26
1
-6
/
+6
*
x25: use %*ph to print small buffer
Antonio Cardace
2018-02-20
1
-2
/
+1
*
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
2018-02-12
1
-2
/
+2
*
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
2017-11-21
2
-2
/
+2
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
2
-0
/
+2
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
2
-0
/
+2
*
|
net: x25: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-10-22
2
-1
/
+2
*
|
net/core: Convert sk_timer users to use timer_setup()
Kees Cook
2017-10-18
2
-11
/
+14
*
|
net/core: Collapse redundant sk_timer callback data assignments
Kees Cook
2017-10-18
2
-2
/
+0
|
/
*
X25: constify null_x25_address
Julia Lawall
2017-08-03
1
-1
/
+1
[next]