aboutsummaryrefslogtreecommitdiffstats
path: root/net/x25
AgeCommit message (Expand)Author
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-01-25net/x25: Fix to not accept on connected socketHyunwoo Kim
2022-11-15net/x25: Fix skb leak in x25_lapb_receive_frame()Wei Yongjun
2022-08-08net/x25: fix call timeouts in blocking connectsMartin Schiller
2022-05-10x25: remove redundant pointer devColin Ian King
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2022-03-26net/x25: Fix null-ptr-deref caused by x25_disconnectDuoming Zhou
2021-12-09net: x25: drop harmless check of !moreJean Sacren
2021-06-10net: x25: Use list_for_each_entry() to simplify code in x25_route.cWang Hai
2021-06-09net/x25: fix a mistake in grammargushengxian
2021-06-08net: x25: Use list_for_each_entry() to simplify code in x25_forward.cWang Hai
2021-06-08net: x25: Use list_for_each_entry() to simplify code in x25_link.cWang Hai
2021-06-03net/x25: Return the correct errno codeZheng Yongjun
2021-03-28af_x25.c: Fix a spelloBhaskar Chowdhury
2020-12-12net: x25: Remove unimplemented X.25-over-LLC code stubsXie He
2020-12-09net: x25: Fix handling of Restart Request and Restart ConfirmationXie He
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-02net/x25: prevent a couple of overflowsDan Carpenter
2020-11-27net/x25: remove x25_kill_by_device()Martin Schiller
2020-11-27net/x25: fix restart request/confirm handlingMartin Schiller
2020-11-27net/x25: handle additional netdev eventsMartin Schiller
2020-11-12net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_requestXie He
2020-11-11net/x25: Fix null-ptr-deref in x25_connectMartin Schiller
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-13net: x25: kerneldoc fixesAndrew Lunn
2020-07-07Replace HTTP links with HTTPS ones: X.25 network layerAlexander A. Klimov
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-01docs: networking: convert x25.txt to ReSTMauro Carvalho Chehab
2020-05-01docs: networking: convert x25-iface.txt to ReSTMauro Carvalho Chehab
2020-04-28net/x25: Fix null-ptr-deref in x25_disconnectYueHaibing
2020-04-27net/x25: Fix x25_neigh refcnt leak when x25 disconnectXiyu Yang
2020-04-23net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang
2020-02-16net: x25: convert to list_for_each_entry_safe()chenqiwu
2020-01-09net/x25: fix nonblocking connectMartin Schiller
2019-12-09net/x25: add new state X25_STATE_5Martin Schiller
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-03-11net/x25: reset state in x25_connect()Eric Dumazet
2019-03-10net/x25: fix use-after-free in x25_device_event()Eric Dumazet
2019-02-23net/x25: fix a race in x25_bind()Eric Dumazet
2019-02-11net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet
2018-11-29net/x25: handle call collisionsMartin Schiller
2018-11-29net/x25: fix null_x25_address handlingMartin Schiller
2018-11-29net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller
2018-07-24x25: remove blank lines at EOFStephen Hemminger