summaryrefslogtreecommitdiffstats
path: root/net/x25
Commit message (Expand)AuthorAgeFilesLines
* net: x25: Use list_for_each_entry() to simplify code in x25_route.cWang Hai2021-06-101-12/+3
* net/x25: fix a mistake in grammargushengxian2021-06-091-1/+1
* net: x25: Use list_for_each_entry() to simplify code in x25_forward.cWang Hai2021-06-081-6/+2
* net: x25: Use list_for_each_entry() to simplify code in x25_link.cWang Hai2021-06-081-4/+1
* net/x25: Return the correct errno codeZheng Yongjun2021-06-031-1/+1
* af_x25.c: Fix a spelloBhaskar Chowdhury2021-03-281-1/+1
* net: x25: Remove unimplemented X.25-over-LLC code stubsXie He2020-12-123-24/+2
* net: x25: Fix handling of Restart Request and Restart ConfirmationXie He2020-12-091-16/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-2/+4
|\
| * net/x25: prevent a couple of overflowsDan Carpenter2020-12-021-2/+4
* | net/x25: remove x25_kill_by_device()Martin Schiller2020-11-271-16/+0
* | net/x25: fix restart request/confirm handlingMartin Schiller2020-11-271-8/+33
* | net/x25: handle additional netdev eventsMartin Schiller2020-11-273-12/+19
|/
* net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_requestXie He2020-11-121-0/+1
* net/x25: Fix null-ptr-deref in x25_connectMartin Schiller2020-11-111-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* net: x25: kerneldoc fixesAndrew Lunn2020-07-132-2/+2
* Replace HTTP links with HTTPS ones: X.25 network layerAlexander A. Klimov2020-07-071-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-0/+6
|\
| * net/x25: Fix null-ptr-deref in x25_disconnectYueHaibing2020-04-281-4/+6
| * net/x25: Fix x25_neigh refcnt leak when x25 disconnectXiyu Yang2020-04-271-0/+4
* | docs: networking: convert x25.txt to ReSTMauro Carvalho Chehab2020-05-011-1/+1
* | docs: networking: convert x25-iface.txt to ReSTMauro Carvalho Chehab2020-05-011-1/+1
|/
* net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang2020-04-231-1/+3
* net: x25: convert to list_for_each_entry_safe()chenqiwu2020-02-161-8/+4
* net/x25: fix nonblocking connectMartin Schiller2020-01-091-1/+5
* net/x25: add new state X25_STATE_5Martin Schiller2019-12-092-0/+40
* net: use helpers to change sk_ack_backlogEric Dumazet2019-11-061-2/+2
* net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner2019-05-2411-66/+11
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-26/+1
* net/x25: reset state in x25_connect()Eric Dumazet2019-03-111-0/+1
* net/x25: fix use-after-free in x25_device_event()Eric Dumazet2019-03-101-1/+5
* net/x25: fix a race in x25_bind()Eric Dumazet2019-02-231-5/+8
* net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet2019-02-111-4/+2
* net/x25: handle call collisionsMartin Schiller2018-11-291-0/+9
* net/x25: fix null_x25_address handlingMartin Schiller2018-11-291-6/+10
* net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller2018-11-291-1/+1
* x25: remove blank lines at EOFStephen Hemminger2018-07-242-3/+0
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\
| * net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-42/+6
|/
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-6/+6
* x25: use %*ph to print small bufferAntonio Cardace2018-02-201-2/+1
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-2/+2
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-212-2/+2