summaryrefslogtreecommitdiffstats
path: root/net/x25
AgeCommit message (Expand)AuthorLines
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+3
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-07-14net/x25: Remove unused x25_terminate_link()Dr. David Alan Gilbert-22/+0
2025-06-23net: make sk->sk_rcvtimeo locklessEric Dumazet-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-4/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-3/+3
2024-05-13net: change proto and proto_ops accept typeJens Axboe-2/+2
2024-05-03ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-1/+0
2024-03-11net/x25: fix incorrect parameter validation in the x25_getsockopt() functionGavrilov Ilia-2/+2
2024-03-07net: x25: remove dead links from KconfigJustin Swartz-2/+0
2023-12-26net: remove SOCK_DEBUG leftoversDenis Kirjanov-15/+15
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet-1/+1
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-1/+0
2023-01-25net/x25: Fix to not accept on connected socketHyunwoo Kim-0/+6
2022-11-15net/x25: Fix skb leak in x25_lapb_receive_frame()Wei Yongjun-1/+1
2022-08-08net/x25: fix call timeouts in blocking connectsMartin Schiller-0/+5
2022-05-10x25: remove redundant pointer devColin Ian King-2/+1
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp-2/+1
2022-03-26net/x25: Fix null-ptr-deref caused by x25_disconnectDuoming Zhou-3/+8
2021-12-09net: x25: drop harmless check of !moreJean Sacren-1/+1
2021-06-10net: x25: Use list_for_each_entry() to simplify code in x25_route.cWang Hai-12/+3
2021-06-09net/x25: fix a mistake in grammargushengxian-1/+1
2021-06-08net: x25: Use list_for_each_entry() to simplify code in x25_forward.cWang Hai-6/+2
2021-06-08net: x25: Use list_for_each_entry() to simplify code in x25_link.cWang Hai-4/+1
2021-06-03net/x25: Return the correct errno codeZheng Yongjun-1/+1
2021-03-28af_x25.c: Fix a spelloBhaskar Chowdhury-1/+1
2020-12-12net: x25: Remove unimplemented X.25-over-LLC code stubsXie He-24/+2
2020-12-09net: x25: Fix handling of Restart Request and Restart ConfirmationXie He-16/+9
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+4
2020-12-02net/x25: prevent a couple of overflowsDan Carpenter-2/+4
2020-11-27net/x25: remove x25_kill_by_device()Martin Schiller-16/+0
2020-11-27net/x25: fix restart request/confirm handlingMartin Schiller-8/+33
2020-11-27net/x25: handle additional netdev eventsMartin Schiller-12/+19
2020-11-12net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_requestXie He-0/+1
2020-11-11net/x25: Fix null-ptr-deref in x25_connectMartin Schiller-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig-2/+2
2020-07-13net: x25: kerneldoc fixesAndrew Lunn-2/+2
2020-07-07Replace HTTP links with HTTPS ones: X.25 network layerAlexander A. Klimov-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+6
2020-05-01docs: networking: convert x25.txt to ReSTMauro Carvalho Chehab-1/+1
2020-05-01docs: networking: convert x25-iface.txt to ReSTMauro Carvalho Chehab-1/+1
2020-04-28net/x25: Fix null-ptr-deref in x25_disconnectYueHaibing-4/+6
2020-04-27net/x25: Fix x25_neigh refcnt leak when x25 disconnectXiyu Yang-0/+4
2020-04-23net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang-1/+3
2020-02-16net: x25: convert to list_for_each_entry_safe()chenqiwu-8/+4
2020-01-09net/x25: fix nonblocking connectMartin Schiller-1/+5
2019-12-09net/x25: add new state X25_STATE_5Martin Schiller-0/+40