aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ax25.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-23ax25: fix possible use-after-freeEric Dumazet1-0/+12
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-2/+3
2018-02-14net: Make ax25_ptr depend on CONFIG_AX25David Ahern1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-04net, ax25: convert ax25_cb.refcount from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-04net, ax25: convert ax25_route.refcount from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-04net, ax25: convert ax25_uid_assoc.refcount from atomic_t to refcount_tReshetova, Elena1-4/+4
2015-06-28ax25: Stop using sock->sk_protinfo.David Miller1-1/+15
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman1-4/+1
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman1-0/+5
2015-03-02ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman1-3/+0
2013-07-31ax25.h: Remove extern from function prototypesJoe Perches1-106/+109
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+4
2012-08-14userns: Convert net/ax25 to use kuid_t where appropriateEric W. Biederman1-2/+2
2012-04-23net ax25: Fix the build when sysctl support is disabled.Eric W. Biederman1-2/+2
2012-04-20net ax25: Simplify and cleanup the ax25 sysctl handling.Eric W. Biederman1-5/+5
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-02-12[AX25] ax25_ds_timer: use mod_timer instead of add_timerJarek Poplawski1-0/+1
2008-02-12[AX25] ax25_timer: use mod_timer instead of add_timerJarek Poplawski1-0/+1
2007-12-20[NET] include/net/: Spelling fixesJoe Perches1-1/+1
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-1/+4
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-02-12[PATCH] mark struct file_operations const 1Arjan van de Ven1-2/+2
2006-12-17[AX.25]: Fix unchecked ax25_linkfail_register usesRalf Baechle1-2/+8
2006-12-17[AX.25]: Fix unchecked ax25_protocol_register uses.Ralf Baechle1-1/+8
2006-12-17[AX.25]: Mark all kmalloc users __must_checkRalf Baechle1-5/+6
2006-12-11[HAMRADIO]: Fix baycom_epp.c compile failure.Ralf Baechle1-0/+2
2006-12-08[AX.25]: Fix default address and broadcast address initialization.Ralf Baechle1-3/+3
2006-12-08[AX.25]: Constify ax25 utility functionsRalf Baechle1-8/+10
2006-07-03[AX.25]: Reference counting for AX.25 routes.Ralf Baechle DL5RB1-9/+15
2006-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-5/+5
2006-05-03[AX.25]: Eleminate HZ from AX.25 kernel interfacesRalf Baechle1-5/+5
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-19[AX.25]: Fix potencial memory hole.Ralf Baechle DL5RB1-1/+8
2005-10-28drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl1-2/+1
2005-10-22[AX.25]: Fix signed char bugRalf Baechle1-1/+1
2005-09-12[AX.25]: Add descriptions to constantsRalf Baechle1-5/+5
2005-09-12[AX.25]: Add more PIDsRalf Baechle1-5/+14
2005-09-12[AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle1-1/+1
2005-09-08[AX.25]: Make asc2ax() thread-proofRalf Baechle1-1/+1
2005-09-06[AX25]: Make ax2asc thread-proofRalf Baechle1-1/+1
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-1/+1
2005-08-23[AX25]: UID fixesRalf Baechle1-2/+16
2005-06-20[AX25]: endian-annotate ax25_type_trans()Alexey Dobriyan1-1/+1
2005-04-24[AX25] Introduce ax25_type_transArnaldo Carvalho de Melo1-0/+8
2005-04-21[AX25]: make ax25_queue_xmit a net_device parameterArnaldo Carvalho de Melo1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+385