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
starfive-6.6.48-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
/
net
/
batman-adv
/
translation-table.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-21
batman-adv: Convert packet.h to uapi header
Sven Eckelmann
1
-1
/
+1
2017-12-15
batman-adv: Add kernel-doc to externally visible functions
Sven Eckelmann
1
-0
/
+37
2017-12-15
batman-adv: Use parentheses in function kernel-doc
Sven Eckelmann
1
-94
/
+95
2017-12-15
batman-adv: Include net.h for net_ratelimited_function
Sven Eckelmann
1
-0
/
+1
2017-12-15
batman-adv: include build_bug.h for BUILD_BUG_ON define
Sven Eckelmann
1
-1
/
+1
2017-12-15
batman-adv: include gfp.h for GFP_* defines
Sven Eckelmann
1
-1
/
+1
2017-12-15
batman-adv: Add SPDX license identifier above copyright header
Sven Eckelmann
1
-0
/
+1
2017-07-31
batman-adv: fix TT sync flag inconsistencies
Linus Lüssing
1
-9
/
+51
2017-06-09
batman-adv: simplify return handling in some TT functions
Simon Wunderlich
1
-11
/
+6
2017-06-09
batman-adv: do not add loop detection mac addresses to global tt
Simon Wunderlich
1
-0
/
+6
2017-03-16
batman-adv: Convert BATADV_PRINT_VID macro to function
Sven Eckelmann
1
-18
/
+18
2017-03-16
batman-adv: Fix unbalanced braces around else statement
Sven Eckelmann
1
-2
/
+4
2017-01-26
batman-adv: Remove unused variable in batadv_tt_local_set_flags
Sven Eckelmann
1
-2
/
+0
2017-01-26
batman-adv: update copyright years for 2017
Sven Eckelmann
1
-1
/
+1
2016-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2016-12-02
batman-adv: Check for alloc errors when preparing TT local data
Sven Eckelmann
1
-2
/
+2
2016-11-08
batman-adv: Cache the type of wifi device for each hardif
Sven Eckelmann
1
-2
/
+8
2016-10-30
batman-adv: Use own timer for multicast TT and TVLV updates
Linus Lüssing
1
-4
/
+0
2016-10-18
batman-adv: Less function calls in batadv_is_ap_isolated() after error detection
Markus Elfring
1
-14
/
+11
2016-08-09
batman-adv: Allow to disable debugfs support
Sven Eckelmann
1
-0
/
+4
2016-08-09
batman-adv: Place kref_get for tt_common near use
Sven Eckelmann
1
-1
/
+1
2016-08-09
batman-adv: Place kref_get for tt_local_entry near use
Sven Eckelmann
1
-1
/
+1
2016-08-09
batman-adv: Place kref_get for tt_orig_list_entry near use
Sven Eckelmann
1
-1
/
+1
2016-08-09
batman-adv: netlink: add translation table query
Matthias Schiffer
1
-0
/
+377
2016-08-09
batman-adv: use kmem_cache for translation table
Sven Eckelmann
1
-17
/
+152
2016-07-05
Merge tag 'batadv-next-for-davem-20160704' of git://git.open-mesh.org/linux-m...
David S. Miller
1
-3
/
+5
2016-07-04
batman-adv: split routing API data structure in subobjects
Antonio Quartulli
1
-3
/
+3
2016-07-02
Merge tag 'batadv-next-for-davem-20160701' of git://git.open-mesh.org/linux-m...
David S. Miller
1
-2
/
+0
2016-06-30
batman-adv: Fix bat_(iv|v) function declaration header
Sven Eckelmann
1
-1
/
+0
2016-06-30
batman-adv: Consolidate logging related functions
Sven Eckelmann
1
-0
/
+1
2016-06-30
batman-adv: move bat_algo functions into a separate file
Sven Eckelmann
1
-0
/
+1
2016-06-30
batman-adv: split tvlv into a separate file
Markus Pargmann
1
-0
/
+1
2016-06-30
batman-adv: remove unused vid local variable in tt seq print
Simon Wunderlich
1
-2
/
+0
2016-06-29
batman-adv: Fix double-put of vlan object
Ben Hutchings
1
-1
/
+0
2016-06-29
batman-adv: Fix use-after-free/double-free of tt_req_node
Sven Eckelmann
1
-6
/
+37
2016-06-29
batman-adv: replace WARN with rate limited output on non-existing VLAN
Simon Wunderlich
1
-2
/
+4
2016-05-10
batman-adv: Use bool as return type for boolean functions
Sven Eckelmann
1
-15
/
+16
2016-05-10
batman-adv: Create batman soft interfaces within correct netns.
Andrew Lunn
1
-2
/
+2
2016-05-04
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
1
-6
/
+5
2016-05-03
batman-adv: use to_delayed_work
Geliang Tang
1
-1
/
+1
2016-05-03
batman-adv: use static string for table headers
Antonio Quartulli
1
-5
/
+4
2016-04-29
batman-adv: Fix reference counting of vlan object for tt_local_entry
Sven Eckelmann
1
-38
/
+4
2016-02-23
batman-adv: Rename batadv_tt_orig_list_entry *_free_ref function to *_put
Sven Eckelmann
1
-6
/
+6
2016-02-23
batman-adv: Rename batadv_tt_global_entry *_free_ref function to *_put
Sven Eckelmann
1
-16
/
+16
2016-02-23
batman-adv: Rename batadv_tt_local_entry *_free_ref function to *_put
Sven Eckelmann
1
-14
/
+14
2016-02-23
batman-adv: Rename batadv_orig_node_vlan *_free_ref function to *_put
Sven Eckelmann
1
-5
/
+5
2016-02-23
batman-adv: Rename batadv_softif_vlan *_free_ref function to *_put
Sven Eckelmann
1
-10
/
+10
2016-02-23
batman-adv: Rename batadv_neigh_node *_free_ref function to *_put
Sven Eckelmann
1
-3
/
+3
2016-02-23
batman-adv: Rename batadv_hardif *_free_ref function to *_put
Sven Eckelmann
1
-5
/
+5
2016-02-23
batman-adv: Rename batadv_orig_node *_free_ref function to *_put
Sven Eckelmann
1
-7
/
+7
[next]