summaryrefslogtreecommitdiffstats
path: root/net/ax25
Commit message (Expand)AuthorAgeFilesLines
* net: Make sock protocol value checks more specificMat Martineau2020-01-091-1/+1
* net: use helpers to change sk_ack_backlogEric Dumazet2019-11-062-2/+2
* ax25: enforce CAP_NET_RAW for raw socketsOri Nimron2019-09-241-0/+2
* ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet2019-06-161-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3018-72/+18
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* net: ax25: fix misuse of %xFuqian Huang2019-04-211-2/+2
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-8/+1
* ax25: fix possible use-after-freeEric Dumazet2019-01-232-13/+10
* ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2018-12-302-2/+11
* ax25: remove blank line at EOFStephen Hemminger2018-07-245-5/+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-163-45/+6
|/
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-3/+3
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-2/+2
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-163-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | net: ax25: Convert timers to use timer_setup()Kees Cook2017-10-253-30/+27
|/
* net, ax25: convert ax25_cb.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net, ax25: convert ax25_route.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net, ax25: convert ax25_uid_assoc.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* ax25: Fix segfault after sock connection timeoutBasil Gunn2017-01-161-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2417-17/+17
* AX.25: Close socket connection on session completionBasil Gunn2016-06-184-4/+12
* ax25: add link layer header validation functionWillem de Bruijn2016-03-091-0/+15
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+3
* NET: AX.25: Stop heartbeat timer on disconnect.Richard Stearn2015-07-151-0/+1
* ax25: Stop using sock->sk_protinfo.David Miller2015-06-282-16/+16
* netfilter: Remove spurios included of netfilter.hEric W Biederman2015-06-185-5/+0
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-2/+2
* ax25: Fix the build when CONFIG_INET is disabledkbuild test robot2015-03-051-1/+1
* ax25: Stop using magic neighbour cache operations.Eric W. Biederman2015-03-031-54/+6
* ax25: Stop depending on arp_findEric W. Biederman2015-03-021-12/+28
* ax25: Stop calling/abusing dev_rebuild_headerEric W. Biederman2015-03-021-8/+2
* neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman2015-03-021-2/+16
* ax25: Refactor to use private neighbour operations.Eric W. Biederman2015-03-021-0/+21
* ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman2015-03-021-10/+8
* ax25: In ax25_rebuild_header add missing kfree_skbEric W. Biederman2015-03-021-0/+1
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-2/+2
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-2/+2
OpenPOWER on IntegriCloud