aboutsummaryrefslogtreecommitdiffstats
path: root/net/ax25
AgeCommit message (Expand)AuthorFilesLines
2024-04-23ax25: Fix netdev refcount issueDuoming Zhou1-1/+1
2024-04-02ax25: fix use-after-free bugs caused by ax25_ds_del_timerDuoming Zhou1-1/+1
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-09-18ax25: Kconfig: Update link for linux-ax25.orgPeter Lafreniere1-8/+8
2023-08-15ax.25: Update to register_net_sysctl_szJoel Granados1-1/+2
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-1/+0
2022-11-16ax25: af_ax25: Remove unnecessary (void*) conversionsLi zeming1-2/+2
2022-08-22ax25: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-05net: avoid overflow when rose /proc displays timer information.Francois Romieu1-1/+3
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+2
2022-07-28ax25: fix incorrect dev_tracker usageEric Dumazet1-2/+2
2022-06-17ax25: use GFP_KERNEL in ax25_dev_device_up()Peter Lafreniere1-2/+3
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+28
2022-06-15net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou1-5/+28
2022-06-09net: rename reference+tracking helpersJakub Kicinski2-6/+7
2022-06-02ax25: Fix ax25 session cleanup problemsDuoming Zhou3-11/+19
2022-05-17ax25: merge repeat codes in ax25_dev_device_down()Lu Wei1-12/+10
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp1-2/+1
2022-03-29ax25: Fix UAF bugs in ax25 timersDuoming Zhou1-0/+5
2022-03-29ax25: fix UAF bug in ax25_send_control()Duoming Zhou1-4/+4
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-11/+27
2022-03-21ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou2-8/+16
2022-03-21ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou1-3/+11
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2022-03-09ax25: Fix NULL pointer dereference in ax25_kill_by_deviceDuoming Zhou1-0/+7
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2022-02-09ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou1-1/+4
2022-02-09ax25: fix NPD bug in ax25_disconnectDuoming Zhou1-1/+1
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-14/+50
2022-02-03ax25: fix reference count leaks of ax25_devDuoming Zhou3-16/+36
2022-01-28ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou3-2/+15
2022-01-28ax25: improve the incomplete fix to avoid UAF and NPD bugsDuoming Zhou1-3/+6
2022-01-27net: ax25: remove route refcountJakub Kicinski1-3/+2
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+5
2022-01-07ax25: uninitialized variable in ax25_setsockopt()Dan Carpenter1-5/+5
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-12-18ax25: NPD bug when detaching AX25 deviceLin Ma1-1/+3
2021-12-07ax25: add net device refcount trackerEric Dumazet1-4/+4
2021-10-13ax25: constify dev_addr passingJakub Kicinski5-8/+8
2021-08-03ax25: use skb_expand_headVasily Averin3-23/+7
2021-03-30net/ax25: Delete obsolete TODO fileWang Qing1-20/+0
2021-03-10net: ax25: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+8
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-3/+3
2020-07-23AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter1-1/+4
2020-07-22AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye1-1/+2
2020-07-22AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye1-1/+3
2020-07-13AX.25 Kconfig: Replace HTTP links with HTTPS onesAlexander A. Klimov1-5/+5
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+4
2020-05-20ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet1-2/+4
2020-04-28docs: networking: convert ax25.txt to ReSTMauro Carvalho Chehab1-3/+3
2020-01-09net: Make sock protocol value checks more specificMat Martineau1-1/+1
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet2-2/+2
2019-09-24ax25: enforce CAP_NET_RAW for raw socketsOri Nimron1-0/+2
2019-06-16ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner18-72/+18
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-21net: ax25: fix misuse of %xFuqian Huang1-2/+2
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-8/+1
2019-01-23ax25: fix possible use-after-freeEric Dumazet2-13/+10
2018-12-30ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2-2/+11
2018-07-24ax25: remove blank line at EOFStephen Hemminger5-5/+0
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig3-45/+6
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-2/+2
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan3-3/+0
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25net: ax25: Convert timers to use timer_setup()Kees Cook3-30/+27
2017-07-04net, ax25: convert ax25_cb.refcount from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-04net, ax25: convert ax25_route.refcount from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-04net, ax25: convert ax25_uid_assoc.refcount from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2017-01-16ax25: Fix segfault after sock connection timeoutBasil Gunn1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds17-17/+17
2016-06-18AX.25: Close socket connection on session completionBasil Gunn4-4/+12
2016-03-09ax25: add link layer header validation functionWillem de Bruijn1-0/+15
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+3
2015-07-15NET: AX.25: Stop heartbeat timer on disconnect.Richard Stearn1-0/+1
2015-06-28ax25: Stop using sock->sk_protinfo.David Miller2-16/+16
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman5-5/+0
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-2/+2
2015-03-05ax25: Fix the build when CONFIG_INET is disabledkbuild test robot1-1/+1
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman1-54/+6
2015-03-02ax25: Stop depending on arp_findEric W. Biederman1-12/+28
2015-03-02ax25: Stop calling/abusing dev_rebuild_headerEric W. Biederman1-8/+2
2015-03-02neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman1-2/+16
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman1-0/+21
2015-03-02ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman1-10/+8
2015-03-02ax25: In ax25_rebuild_header add missing kfree_skbEric W. Biederman1-0/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+3
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+2
2013-10-18ax25: cleanup a range testDan Carpenter1-1/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-3/+3
2013-04-07ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin5-25/+13
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-3/+3
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-3/+4
2012-08-14userns: Convert net/ax25 to use kuid_t where appropriateEric W. Biederman1-7/+14
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-07-16ax25: Fix missing breakAlan Cox1-0/+1
2012-07-09small cleanup in ax25_addr_parse()Dan Carpenter1-2/+4
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet2-2/+2
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2012-04-20net ax25: Simplify and cleanup the ax25 sysctl handling.Eric W. Biederman3-64/+30
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-2/+2
2012-04-19net ax25: Reorder ax25_exit to remove races.Eric W. Biederman1-4/+5
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells17-17/+0
2011-12-28ax25: avoid overflows in ax25_setsockopt()Xi Wang1-5/+6
2011-11-29NET: AX.25: Check ioctl arguments to avoid overflows further down the road.Ralf Baechle1-6/+11
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2-0/+2
2011-04-17ax25: Fix set-but-unused variable.David S. Miller1-2/+1
2011-04-14NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG callsRalf Baechle1-15/+1
2011-01-12net: ax25: fix information leak to userland harderKees Cook1-1/+1
2010-11-10net: ax25: fix information leak to userlandVasiliy Kulikov1-1/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-4/+4
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-4/+4
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-08-26ax25: missplaced sock_put(sk)Bernard Pidoux F6BVP1-1/+1
2010-08-18net/ax25: Use available error codesJulia Lawall1-1/+1
2010-08-18net/ax25: Use available error codesJulia Lawall1-2/+2
2010-04-20net: sk_sleep() helperEric Dumazet1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo11-0/+11
2010-02-10net: ax25: use seq_hlist_foo() helpersLi Zefan2-36/+7
2010-01-16ax25: netrom: rose: Fix timer oopsesJarek Poplawski1-0/+6
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-7/+7
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-34/+4
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-29ax25: unsigned cannot be less than 0 in ax25_ctl_ioctl()roel kluin1-4/+3
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30ax25: Fix possible oops in ax25_make_newJarek Poplawski1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-28ax25: Add missing dev_put in ax25_setsockoptRalf Baechle1-9/+10
2009-09-25ax25: Fix ax25_cb refcounting in ax25_ctl_ioctlJarek Poplawski1-10/+17
2009-09-22ax25: Fix SIOCAX25GETINFO ioctlEric Dumazet1-2/+2
2009-06-23net: Move rx skb_orphan call to where neededHerbert Xu1-2/+1
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-5/+6
2009-06-17net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet1-2/+1
2009-04-20ax25: proc uid file misses headerAlan Cox1-3/+9
2009-03-27Revert "ax25: zero length frame filtering in AX25"David S. Miller1-12/+0
2009-03-21ax25: zero length frame filtering in AX25Bernard Pidoux1-0/+12
2009-03-21ax25: SOCK_DEBUG message simplificationBernard Pidoux1-3/+1
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-2/+1
2009-02-06ax25: more common return path joiningIlpo Järvinen1-8/+5
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-54/+45
2008-12-14ax25: join the return paths that free skbIlpo Järvinen1-26/+15
2008-11-25ax25: fix warning in net/ax25/sysctl_net_ax25.cIngo Molnar1-0/+2
2008-11-14CRED: Wrap task credential accesses in the AX25 protocolDavid Howells2-2/+2
2008-11-03net: '&' reduxAlexey Dobriyan1-28/+28
2008-10-06ax25: Quick fix for making sure unaccepted sockets get destroyed.David S. Miller1-0/+3
2008-10-06Revert "ax25: Fix std timer socket destroy handling."David S. Miller1-3/+5
2008-08-05AX.25: Fix sysctl registration if !CONFIG_AX25_DAMA_SLAVERalf Baechle1-10/+4
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2-2/+2
2008-06-17ax25: Fix std timer socket destroy handling.David S. Miller1-5/+3
2008-06-17ax25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller1-5/+1
2008-06-03ax25: Fix NULL pointer dereference and lockup.Jarek Poplawski1-8/+3
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2008-04-12[AX25]: Potential ax25_uid_assoc-s leaks on module unload.Pavel Emelyanov1-0/+2
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-4/+0
2008-03-26[AX25]: Remove obsolete references to BKL from TODO file.Robert P. J. Day1-4/+0
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2-2/+2
2008-02-17[AX25] ax25_out: check skb for NULL in ax25_kick()Jarek Poplawski1-2/+11
2008-02-12[AX25] ax25_ds_timer: use mod_timer instead of add_timerJarek Poplawski2-9/+5
2008-02-12[AX25] ax25_timer: use mod_timer instead of add_timerJarek Poplawski2-44/+22
2008-02-12[AX25] ax25_route: make ax25_route_lock BH safeJarek Poplawski1-14/+14
2008-02-12[AX25] af_ax25: remove sock lock in ax25_info_show()Jarek Poplawski1-4/+2
2008-01-31[AX25]: Kill ax25_bind() user triggable printk.maximilian attems1-8/+5
2008-01-28[AX25]: sparse cleanupsEric Dumazet5-6/+12
2008-01-28[AX25]: Switch to using ctl_paths.Pavel Emelyanov1-22/+5
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-3/+2
2008-01-10[AX25] af_ax25: Possible circular locking.Jarek Poplawski1-0/+12
2008-01-10[AX25]: Kill user triggable printks.maximilian attems1-21/+18
2007-12-20[NET]: Correct two mistaken skb_reset_mac_header() conversions.David S. Miller1-1/+1
2007-12-16[AX25]: Locking dependencies fix in ax25_disconnect().Jarek Poplawski1-0/+2
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-2/+4
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt2-2/+2
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-2/+13
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+3
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+5
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman1-3/+6
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-6/+7
2007-08-14[AX25]: don't free pointers to statically allocated dataAlexey Dobriyan1-2/+0
2007-07-19[NET] AX25: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter3-3/+3
2007-05-10[S390] Kconfig: unwanted menus for s390.Martin Schwidefsky1-1/+1