- feef318 ax25: fix UAF bugs of net_device caused by rebinding operation by Duoming Zhou · 2 years, 11 months ago
- 7ec02f5 ax25: fix NPD bug in ax25_disconnect by Duoming Zhou · 2 years, 11 months ago
- 87563a0 ax25: fix reference count leaks of ax25_dev by Duoming Zhou · 2 years, 11 months ago
- d01ffb9 ax25: add refcount in ax25_dev to avoid UAF bugs by Duoming Zhou · 2 years, 11 months ago
- 4e0f718 ax25: improve the incomplete fix to avoid UAF and NPD bugs by Duoming Zhou · 2 years, 11 months ago
- 8aaaf2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- 9371937 ax25: uninitialized variable in ax25_setsockopt() by Dan Carpenter · 3 years ago
- 8b3f913 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- 1ade48d ax25: NPD bug when detaching AX25 device by Lin Ma · 3 years ago
- 66ce07f ax25: add net device refcount tracker by Eric Dumazet · 3 years, 1 month ago
- c045ad2 ax25: constify dev_addr passing by Jakub Kicinski · 3 years, 3 months ago
- 53744a4 ax25: use skb_expand_head by Vasily Averin · 3 years, 5 months ago
- 8d9e5bb net/ax25: Delete obsolete TODO file by Wang Qing · 3 years, 9 months ago
- 5646fba net: ax25: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 10 months ago
- a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
- a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
- 17ad73e AX.25: Prevent integer overflows in connect and sendmsg by Dan Carpenter · 4 years, 5 months ago
- 8885bb0 AX.25: Prevent out-of-bounds read in ax25_sendmsg() by Peilin Ye · 4 years, 5 months ago
- 2f2a7ff AX.25: Fix out-of-bounds read in ax25_connect() by Peilin Ye · 4 years, 5 months ago
- 2be53e0 AX.25 Kconfig: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
- 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- 687775c ax25: fix setsockopt(SO_BINDTODEVICE) by Eric Dumazet · 4 years, 7 months ago
- 20b943f docs: networking: convert ax25.txt to ReST by Mauro Carvalho Chehab · 4 years, 8 months ago
- e9cdced net: Make sock protocol value checks more specific by Mat Martineau · 5 years ago
- 7976a11 net: use helpers to change sk_ack_backlog by Eric Dumazet · 5 years ago
- 0614e2b ax25: enforce CAP_NET_RAW for raw sockets by Ori Nimron · 5 years ago
- d4d5d8e ax25: fix inconsistent lock state in ax25_destroy_timer by Eric Dumazet · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 966cdde net: ax25: fix misuse of %x by Fuqian Huang · 6 years ago
- c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
- 63530ab ax25: fix possible use-after-free by Eric Dumazet · 6 years ago
- c433570 ax25: fix a use-after-free in ax25_fillin_cb() by Cong Wang · 6 years ago
- 9d82a1c ax25: remove blank line at EOF by Stephen Hemminger · 6 years ago
- a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
- 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
- fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
- d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
- 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
- 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
- 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 8dbd05f net: ax25: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- b6d52ed net, ax25: convert ax25_cb.refcount from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 39f25d4 net, ax25: convert ax25_route.refcount from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 07f2282 net, ax25: convert ax25_uid_assoc.refcount from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
- cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
- 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 8a367e7 ax25: Fix segfault after sock connection timeout by Basil Gunn · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 4a7d99e AX.25: Close socket connection on session completion by Basil Gunn · 9 years ago
- ea47781 ax25: add link layer header validation function by Willem de Bruijn · 9 years ago
- 79462ad0 net: add validation for the socket syscall protocol argument by Hannes Frederic Sowa · 9 years ago
- da27862 NET: AX.25: Stop heartbeat timer on disconnect. by Richard Stearn · 9 years ago
- 3200392 ax25: Stop using sock->sk_protinfo. by David Miller · 10 years ago
- 8f481b50 netfilter: Remove spurios included of netfilter.h by Eric W Biederman · 10 years ago
- 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
- 787fb2b ax25: Fix the build when CONFIG_INET is disabled by kbuild test robot · 10 years ago
- 1d5da75 ax25: Stop using magic neighbour cache operations. by Eric W. Biederman · 10 years ago
- 945db42 ax25: Stop depending on arp_find by Eric W. Biederman · 10 years ago
- abb7b75 ax25: Stop calling/abusing dev_rebuild_header by Eric W. Biederman · 10 years ago
- def6775 neigh: Move neigh_compat_output into ax25_ip.c by Eric W. Biederman · 10 years ago
- 3b6a94b ax25: Refactor to use private neighbour operations. by Eric W. Biederman · 10 years ago
- 46d4e47 ax25: Make ax25_header and ax25_rebuild_header static by Eric W. Biederman · 10 years ago
- e18dbd0 ax25: In ax25_rebuild_header add missing kfree_skb by Eric W. Biederman · 10 years ago
- 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
- 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
- 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
- 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
- 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
- f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
- 7688775 ax25: cleanup a range test by Dan Carpenter · 11 years ago
- fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 12 years ago
- 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
- ef3313e ax25: fix info leak via msg_name in ax25_recvmsg() by Mathias Krause · 12 years ago
- b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
- ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
- d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
- d13fda8 userns: Convert net/ax25 to use kuid_t where appropriate by Eric W. Biederman · 13 years ago
- abaa72d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
- ef764a1 ax25: Fix missing break by Alan Cox · 12 years ago
- 5c9df5fe small cleanup in ax25_addr_parse() by Dan Carpenter · 12 years ago
- 5d0ba55 net: use consume_skb() in place of kfree_skb() by Eric Dumazet · 13 years ago
- f240019 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
- 0ca7a4c net ax25: Simplify and cleanup the ax25 sysctl handling. by Eric W. Biederman · 13 years ago
- 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 13 years ago
- 3adadc0 net ax25: Reorder ax25_exit to remove races. by Eric W. Biederman · 13 years ago
- 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
- 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
- ba1cffe ax25: avoid overflows in ax25_setsockopt() by Xi Wang · 13 years ago
- be639ac NET: AX.25: Check ioctl arguments to avoid overflows further down the road. by Ralf Baechle · 13 years ago
- bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
- d8f969e ax25: Fix set-but-unused variable. by David S. Miller · 14 years ago
- 8849b72 NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG calls by Ralf Baechle · 14 years ago
- 5b919f8 net: ax25: fix information leak to userland harder by Kees Cook · 14 years ago
- fe10ae5 net: ax25: fix information leak to userland by Vasiliy Kulikov · 14 years ago
- 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
- 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago