index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
ax25.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-23
ax25: fix possible use-after-free
Eric Dumazet
1
-0
/
+12
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
1
-2
/
+3
2018-02-14
net: Make ax25_ptr depend on CONFIG_AX25
David Ahern
1
-0
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-05
net, ax25: convert ax25_cb.refcount from atomic_t to refcount_t
Reshetova, Elena
1
-3
/
+3
2017-07-05
net, ax25: convert ax25_route.refcount from atomic_t to refcount_t
Reshetova, Elena
1
-3
/
+3
2017-07-05
net, ax25: convert ax25_uid_assoc.refcount from atomic_t to refcount_t
Reshetova, Elena
1
-4
/
+4
2015-06-29
ax25: Stop using sock->sk_protinfo.
David Miller
1
-1
/
+15
2015-03-03
ax25: Stop using magic neighbour cache operations.
Eric W. Biederman
1
-4
/
+1
2015-03-03
ax25: Refactor to use private neighbour operations.
Eric W. Biederman
1
-0
/
+5
2015-03-03
ax25: Make ax25_header and ax25_rebuild_header static
Eric W. Biederman
1
-3
/
+0
2013-08-01
ax25.h: Remove extern from function prototypes
Joe Perches
1
-106
/
+109
2013-02-28
hlist: drop the node parameter from iterators
Sasha Levin
1
-4
/
+4
2012-08-15
userns: Convert net/ax25 to use kuid_t where appropriate
Eric W. Biederman
1
-2
/
+2
2012-04-24
net ax25: Fix the build when sysctl support is disabled.
Eric W. Biederman
1
-2
/
+2
2012-04-21
net ax25: Simplify and cleanup the ax25 sysctl handling.
Eric W. Biederman
1
-5
/
+5
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2008-02-13
[AX25] ax25_ds_timer: use mod_timer instead of add_timer
Jarek Poplawski
1
-0
/
+1
2008-02-13
[AX25] ax25_timer: use mod_timer instead of add_timer
Jarek Poplawski
1
-0
/
+1
2007-12-21
[NET] include/net/: Spelling fixes
Joe Perches
1
-1
/
+1
2007-10-11
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
1
-1
/
+4
2007-04-26
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-02-12
[PATCH] mark struct file_operations const 1
Arjan van de Ven
1
-2
/
+2
2006-12-18
[AX.25]: Fix unchecked ax25_linkfail_register uses
Ralf Baechle
1
-2
/
+8
2006-12-18
[AX.25]: Fix unchecked ax25_protocol_register uses.
Ralf Baechle
1
-1
/
+8
2006-12-18
[AX.25]: Mark all kmalloc users __must_check
Ralf Baechle
1
-5
/
+6
2006-12-12
[HAMRADIO]: Fix baycom_epp.c compile failure.
Ralf Baechle
1
-0
/
+2
2006-12-09
[AX.25]: Fix default address and broadcast address initialization.
Ralf Baechle
1
-3
/
+3
2006-12-09
[AX.25]: Constify ax25 utility functions
Ralf Baechle
1
-8
/
+10
2006-07-04
[AX.25]: Reference counting for AX.25 routes.
Ralf Baechle DL5RB
1
-9
/
+15
2006-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
David Woodhouse
1
-5
/
+5
2006-05-04
[AX.25]: Eleminate HZ from AX.25 kernel interfaces
Ralf Baechle
1
-5
/
+5
2006-04-26
Don't include linux/config.h from anywhere else in include/
David Woodhouse
1
-1
/
+0
2006-03-20
[AX.25]: Fix potencial memory hole.
Ralf Baechle DL5RB
1
-1
/
+8
2005-10-29
drivers/net: Remove pointless checks for NULL prior to calling kfree()
Jesper Juhl
1
-2
/
+1
2005-10-22
[AX.25]: Fix signed char bug
Ralf Baechle
1
-1
/
+1
2005-09-13
[AX.25]: Add descriptions to constants
Ralf Baechle
1
-5
/
+5
2005-09-13
[AX.25]: Add more PIDs
Ralf Baechle
1
-5
/
+14
2005-09-13
[AX.25]: Rename ax25_encapsulate to ax25_hard_header
Ralf Baechle
1
-1
/
+1
2005-09-09
[AX.25]: Make asc2ax() thread-proof
Ralf Baechle
1
-1
/
+1
2005-09-07
[AX25]: Make ax2asc thread-proof
Ralf Baechle
1
-1
/
+1
2005-08-30
[NET]: Kill skb->real_dev
David S. Miller
1
-1
/
+1
2005-08-23
[AX25]: UID fixes
Ralf Baechle
1
-2
/
+16
2005-06-21
[AX25]: endian-annotate ax25_type_trans()
Alexey Dobriyan
1
-1
/
+1
2005-04-25
[AX25] Introduce ax25_type_trans
Arnaldo Carvalho de Melo
1
-0
/
+8
2005-04-22
[AX25]: make ax25_queue_xmit a net_device parameter
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+385