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
2011-12-17
batman-adv: Fix merge error.
David S. Miller
1
-1
/
+1
2011-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+20
2011-12-06
batman-adv: delete global entry in case of roaming
Antonio Quartulli
1
-3
/
+18
2011-12-06
batman-adv: in case of roaming mark the client with TT_CLIENT_ROAM
Antonio Quartulli
1
-2
/
+4
2011-11-20
batman-adv: check return value for hash_add()
Simon Wunderlich
1
-6
/
+22
2011-11-20
batman-adv: generalise tt_local_reset_flags()
Antonio Quartulli
1
-12
/
+23
2011-11-20
batman-adv: create a common substructure for tt_global/local_entry
Antonio Quartulli
1
-130
/
+157
2011-11-20
batman-adv: directly write tt entries without buffering
Simon Wunderlich
1
-55
/
+2
2011-11-20
batman-adv: fixed hash functions type to uint32_t instead of int
Antonio Quartulli
1
-14
/
+18
2011-11-20
batman-adv: use orig_hash_find() instead of get_orig_node() in TT code
Antonio Quartulli
1
-3
/
+3
2011-11-20
batman-adv: tt_global_del_orig() has to print the correct message
Antonio Quartulli
1
-2
/
+3
2011-10-30
Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-merge
David S. Miller
1
-1
/
+16
2011-10-25
batman-adv: add sanity check when removing global tts
Simon Wunderlich
1
-0
/
+3
2011-10-25
batman-adv: remove references for global tt entries
Simon Wunderlich
1
-1
/
+13
2011-10-25
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2011-10-19
batman-adv: correctly set the data field in the TT_REPONSE packet
Antonio Quartulli
1
-1
/
+4
2011-10-19
batman-adv: fix tt_local_reset_flags() function
Antonio Quartulli
1
-0
/
+2
2011-08-22
batman-adv: merge update_transtable() into tt related code
Marek Lindner
1
-5
/
+64
2011-08-22
batman-adv: print client flags in the local/global transtables output
Antonio Quartulli
1
-10
/
+27
2011-08-22
batman-adv: implement AP-isolation on the sender side
Antonio Quartulli
1
-7
/
+21
2011-08-22
batman-adv: implement AP-isolation on the receiver side
Antonio Quartulli
1
-0
/
+42
2011-08-22
batman-adv: detect clients connected through a 802.11 device
Antonio Quartulli
1
-3
/
+12
2011-08-22
batman-adv: correct several typ0s in the comments
Antonio Quartulli
1
-4
/
+4
2011-07-07
batman-adv: keep global table consistency in case of roaming
Antonio Quartulli
1
-2
/
+8
2011-07-07
batman-adv: keep local table consistency for further TT_RESPONSE
Antonio Quartulli
1
-26
/
+120
2011-07-05
batman-adv: pass a unique flag arg instead of a sequence of bool ones
Antonio Quartulli
1
-11
/
+10
2011-07-05
batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entry
Antonio Quartulli
1
-7
/
+6
2011-06-20
batman-adv: protect the local and the global trans-tables with rcu
Antonio Quartulli
1
-115
/
+140
2011-06-20
batman-adv: improved roaming mechanism
Antonio Quartulli
1
-21
/
+220
2011-06-20
batman-adv: improved client announcement mechanism
Antonio Quartulli
1
-183
/
+943
2011-05-30
batman-adv: Calculate sizeof using variable insead of types
Sven Eckelmann
1
-4
/
+3
2011-05-30
batman-adv: Remove explicit casts cast from void* for store
Sven Eckelmann
1
-1
/
+1
2011-05-30
batman-adv: Add const type qualifier for pointers
Sven Eckelmann
1
-16
/
+19
2011-05-08
batman-adv: rename everything from *hna* into *tt* (translation table)
Antonio Quartulli
1
-208
/
+209
2011-05-02
batman-adv: Make bat_priv->primary_if an rcu protected pointer
Marek Lindner
1
-14
/
+43
2011-03-05
batman-adv: Correct rcu refcounting for orig_node
Marek Lindner
1
-6
/
+9
2011-03-05
batman-adv: remove extra layer between hash and hash element - hash bucket
Marek Lindner
1
-75
/
+133
2011-03-05
batman-adv: separate ethernet comparing calls from hash functions
Marek Lindner
1
-1
/
+1
2011-03-05
batman-adv: protect each hash row with rcu locks
Marek Lindner
1
-0
/
+14
2011-02-12
batman-adv: Remove duplicate types.h inclusions
Linus Lüssing
1
-1
/
+0
2011-01-31
batman-adv: Update copyright years
Sven Eckelmann
1
-1
/
+1
2010-12-20
batman-adv: Return hna count on local buffer fill
Sven Eckelmann
1
-1
/
+1
2010-12-17
net: Add batman-adv meshing protocol
Sven Eckelmann
1
-0
/
+534