index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2021-04-06
batman-adv: initialize "struct batadv_tvlv_tt_vlan_data"->reserved field
Tetsuo Handa
1
-0
/
+2
2021-02-06
batman-adv: Drop publication years from copyright info
Sven Eckelmann
1
-1
/
+1
2020-12-04
batman-adv: Drop deprecated debugfs support
Sven Eckelmann
1
-212
/
+0
2020-06-26
batman-adv: Fix typos and grammar in documentation
Sven Eckelmann
1
-5
/
+5
2020-02-17
batman-adv: Avoid RCU list-traversal in spinlock
Sven Eckelmann
1
-4
/
+4
2020-01-01
batman-adv: Update copyright years for 2020
Sven Eckelmann
1
-1
/
+1
2019-05-22
batman-adv: fix for leaked TVLV handler.
Jeremy Sowden
1
-0
/
+2
2019-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+24
2019-03-25
batman-adv: Add multicast-to-unicast support for multiple targets
Linus Lüssing
1
-3
/
+2
2019-03-25
batman-adv: Drop license boilerplate
Sven Eckelmann
1
-12
/
+0
2019-03-25
batman-adv: Reduce tt_global hash refcnt only for removed entry
Sven Eckelmann
1
-3
/
+15
2019-03-25
batman-adv: Reduce tt_local hash refcnt only for removed entry
Sven Eckelmann
1
-5
/
+9
2019-01-04
batman-adv: Update copyright years for 2019
Sven Eckelmann
1
-1
/
+1
2018-11-12
batman-adv: Add inconsistent local TT netlink dump detection
Sven Eckelmann
1
-18
/
+23
2018-09-06
batman-adv: Prevent duplicated global TT entry
Sven Eckelmann
1
-2
/
+4
2018-06-23
batman-adv: Fix multicast TT issues with bogus ROAM flags
Linus Lüssing
1
-2
/
+4
2018-06-23
batman-adv: Avoid storing non-TT-sync flags on singular entries too
Linus Lüssing
1
-1
/
+2
2018-05-12
batman-adv: prevent TT request storms by not sending inconsistent TT TLVLs
Marek Lindner
1
-3
/
+12
2018-05-12
batman-adv: Fix TT sync flags for intermediate TT responses
Linus Lüssing
1
-10
/
+51
2018-05-10
batman-adv: Avoid race in TT TVLV allocator helper
Sven Eckelmann
1
-4
/
+4
2018-02-26
batman-adv: Update copyright years for 2018
Sven Eckelmann
1
-1
/
+1
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
[next]