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
/
net
/
batman-adv
/
translation-table.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-23
batman-adv: include the sync-flags when compute the global/local table CRC
Antonio Quartulli
1
-0
/
+19
2013-10-23
batman-adv: improve the TT component to support runtime flag changes
Antonio Quartulli
1
-1
/
+24
2013-10-23
batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()
Antonio Quartulli
1
-1
/
+7
2013-10-23
batman-adv: limit local translation table max size
Marek Lindner
1
-16
/
+134
2013-10-23
batman-adv: adapt the TT component to use the new API functions
Antonio Quartulli
1
-11
/
+24
2013-10-23
batman-adv: make struct batadv_neigh_node algorithm agnostic
Antonio Quartulli
1
-2
/
+2
2013-10-20
batman-adv: make the backbone gw check VLAN specific
Antonio Quartulli
1
-31
/
+10
2013-10-20
batman-adv: make the TT global purge routine VLAN specific
Antonio Quartulli
1
-1
/
+16
2013-10-20
batman-adv: make the TT CRC logic VLAN specific
Antonio Quartulli
1
-143
/
+577
2013-10-19
batman-adv: lock around TT operations to avoid sending inconsistent data
Antonio Quartulli
1
-4
/
+19
2013-10-19
batman-adv: make the AP isolation attribute VLAN specific
Antonio Quartulli
1
-7
/
+20
2013-10-19
batman-adv: print the VID together with the TT entries
Antonio Quartulli
1
-32
/
+50
2013-10-19
batman-adv: use vid when computing local and global TT CRC
Antonio Quartulli
1
-4
/
+31
2013-10-19
batman-adv: add the VLAN ID attribute to the TT entry
Antonio Quartulli
1
-51
/
+189
2013-10-12
batman-adv: make batadv_tt_save_orig_buffer() generic
Antonio Quartulli
1
-6
/
+4
2013-10-12
batman-adv: implement batadv_tt_entries
Antonio Quartulli
1
-4
/
+15
2013-10-12
batman-adv: don't use call_rcu if not needed
Antonio Quartulli
1
-14
/
+6
2013-10-12
batman-adv: make tt_global_add static and return bool
Antonio Quartulli
1
-6
/
+8
2013-10-09
batman-adv: use CRC32C instead of CRC16 in TT code
Antonio Quartulli
1
-34
/
+39
2013-10-09
batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packets
Marek Lindner
1
-30
/
+74
2013-10-09
batman-adv: tvlv - convert tt query packet to use tvlv unicast packets
Marek Lindner
1
-216
/
+286
2013-10-09
batman-adv: tvlv - convert tt data sent within OGMs
Marek Lindner
1
-110
/
+130
2013-08-28
batman-adv: set skb priority according to content
Simon Wunderlich
1
-0
/
+5
2013-05-29
batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.c
Martin Hundebøll
1
-5
/
+7
2013-05-29
batman-adv: pass a 16bit long flag argument to tt_global_add()
Antonio Quartulli
1
-2
/
+17
2013-05-29
batman-adv: don't deal with NET_IP_ALIGN manually
Antonio Quartulli
1
-10
/
+10
2013-05-29
batman-adv: refactor batadv_tt_local_event()
Antonio Quartulli
1
-8
/
+15
2013-05-17
batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT code
Linus Lüssing
1
-1
/
+6
2013-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2013-04-18
batman-adv: make is_my_mac() check for the current mesh only
Antonio Quartulli
1
-1
/
+1
2013-03-14
batman-adv: don't use !! in bool conversion
Antonio Quartulli
1
-2
/
+2
2013-03-14
batman-adv: replace redundant primary_if_get calls
Marek Lindner
1
-19
/
+6
2013-02-28
hlist: drop the node parameter from iterators
Sasha Levin
1
-47
/
+35
2013-01-28
batman-adv: fix local translation table output
Antonio Quartulli
1
-2
/
+2
2013-01-19
batman-adv: update copyright years
Antonio Quartulli
1
-1
/
+1
2013-01-19
batman-adv: a delayed_work has to be initialised once
Antonio Quartulli
1
-9
/
+5
2013-01-12
batman-adv: remove useless blank lines before and after brackets
Antonio Quartulli
1
-7
/
+0
2013-01-12
batman-adv: Initialize lockdep class keys for hashes
Antonio Quartulli
1
-0
/
+10
2013-01-12
batman-adv: remove useless assignment in tt_local_add()
Antonio Quartulli
1
-7
/
+5
2013-01-12
batman-adv: unify and properly print hex values
Antonio Quartulli
1
-1
/
+1
2013-01-12
batman-adv: print the CRC together with the translation tables
Antonio Quartulli
1
-6
/
+9
2013-01-12
batman-adv: improve local translation table output
Antonio Quartulli
1
-4
/
+23
2012-11-21
batman-adv: Add wrapper to look up neighbor and send skb
Martin Hundebøll
1
-48
/
+17
2012-11-21
batman-adv: Mark best gateway in transtable_global debugfs
Sven Eckelmann
1
-26
/
+64
2012-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+14
2012-11-16
batman-adv: don't add TEMP clients belonging to other backbone nodes
Antonio Quartulli
1
-0
/
+7
2012-11-16
batman-adv: correctly pass the client flag on tt_response
Antonio Quartulli
1
-1
/
+1
2012-11-16
batman-adv: fix tt_global_entries flags update
Antonio Quartulli
1
-0
/
+6
2012-11-15
batman-adv: Remove instant overwritten variable initialization
Sven Eckelmann
1
-10
/
+10
2012-11-15
batman-adv: roaming handling mechanism redesign
Antonio Quartulli
1
-39
/
+118
[next]