index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
ax25.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-14
1
-2
/
+1
|
\
|
*
ax25: Use kernel universal linked list to implement ax25_dev_list
Duoming Zhou
2024-05-14
1
-2
/
+1
*
|
ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-05-03
1
-0
/
+2
|
/
*
x25: preserve const qualifier in [a]x25_sk()
Eric Dumazet
2023-03-18
1
-4
/
+1
*
ax25: fix incorrect dev_tracker usage
Eric Dumazet
2022-07-29
1
-0
/
+1
*
ax25: Fix ax25 session cleanup problems
Duoming Zhou
2022-06-02
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-04
1
-0
/
+12
|
\
|
*
ax25: fix reference count leaks of ax25_dev
Duoming Zhou
2022-02-03
1
-3
/
+5
|
*
ax25: add refcount in ax25_dev to avoid UAF bugs
Duoming Zhou
2022-01-28
1
-0
/
+10
*
|
net: ax25: remove route refcount
Jakub Kicinski
2022-01-27
1
-12
/
+0
|
/
*
ax25: add net device refcount tracker
Eric Dumazet
2021-12-08
1
-0
/
+3
*
ax25: constify dev_addr passing
Jakub Kicinski
2021-10-13
1
-6
/
+7
*
ax25: fix possible use-after-free
Eric Dumazet
2019-01-23
1
-0
/
+12
*
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
2018-05-16
1
-2
/
+3
*
net: Make ax25_ptr depend on CONFIG_AX25
David Ahern
2018-02-14
1
-0
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
net, ax25: convert ax25_cb.refcount from atomic_t to refcount_t
Reshetova, Elena
2017-07-04
1
-3
/
+3
*
net, ax25: convert ax25_route.refcount from atomic_t to refcount_t
Reshetova, Elena
2017-07-04
1
-3
/
+3
*
net, ax25: convert ax25_uid_assoc.refcount from atomic_t to refcount_t
Reshetova, Elena
2017-07-04
1
-4
/
+4
*
ax25: Stop using sock->sk_protinfo.
David Miller
2015-06-29
1
-1
/
+15
*
ax25: Stop using magic neighbour cache operations.
Eric W. Biederman
2015-03-03
1
-4
/
+1
*
ax25: Refactor to use private neighbour operations.
Eric W. Biederman
2015-03-02
1
-0
/
+5
*
ax25: Make ax25_header and ax25_rebuild_header static
Eric W. Biederman
2015-03-02
1
-3
/
+0
*
ax25.h: Remove extern from function prototypes
Joe Perches
2013-08-01
1
-106
/
+109
*
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-28
1
-4
/
+4
*
userns: Convert net/ax25 to use kuid_t where appropriate
Eric W. Biederman
2012-08-15
1
-2
/
+2
*
net ax25: Fix the build when sysctl support is disabled.
Eric W. Biederman
2012-04-24
1
-2
/
+2
*
net ax25: Simplify and cleanup the ax25 sysctl handling.
Eric W. Biederman
2012-04-21
1
-5
/
+5
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-27
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
[AX25] ax25_ds_timer: use mod_timer instead of add_timer
Jarek Poplawski
2008-02-13
1
-0
/
+1
*
[AX25] ax25_timer: use mod_timer instead of add_timer
Jarek Poplawski
2008-02-13
1
-0
/
+1
*
[NET] include/net/: Spelling fixes
Joe Perches
2007-12-20
1
-1
/
+1
*
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
2007-10-11
1
-1
/
+4
*
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
2007-04-26
1
-1
/
+1
*
[PATCH] mark struct file_operations const 1
Arjan van de Ven
2007-02-12
1
-2
/
+2
*
[AX.25]: Fix unchecked ax25_linkfail_register uses
Ralf Baechle
2006-12-18
1
-2
/
+8
*
[AX.25]: Fix unchecked ax25_protocol_register uses.
Ralf Baechle
2006-12-18
1
-1
/
+8
*
[AX.25]: Mark all kmalloc users __must_check
Ralf Baechle
2006-12-18
1
-5
/
+6
*
[HAMRADIO]: Fix baycom_epp.c compile failure.
Ralf Baechle
2006-12-11
1
-0
/
+2
*
[AX.25]: Fix default address and broadcast address initialization.
Ralf Baechle
2006-12-09
1
-3
/
+3
*
[AX.25]: Constify ax25 utility functions
Ralf Baechle
2006-12-09
1
-8
/
+10
*
[AX.25]: Reference counting for AX.25 routes.
Ralf Baechle DL5RB
2006-07-04
1
-9
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
David Woodhouse
2006-05-06
1
-5
/
+5
|
\
|
*
[AX.25]: Eleminate HZ from AX.25 kernel interfaces
Ralf Baechle
2006-05-04
1
-5
/
+5
*
|
Don't include linux/config.h from anywhere else in include/
David Woodhouse
2006-04-26
1
-1
/
+0
|
/
*
[AX.25]: Fix potencial memory hole.
Ralf Baechle DL5RB
2006-03-19
1
-1
/
+8
*
drivers/net: Remove pointless checks for NULL prior to calling kfree()
Jesper Juhl
2005-10-28
1
-2
/
+1
*
[AX.25]: Fix signed char bug
Ralf Baechle
2005-10-22
1
-1
/
+1
*
[AX.25]: Add descriptions to constants
Ralf Baechle
2005-09-12
1
-5
/
+5
[next]