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
/
hard-interface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-11
batman-adv: introduce packet type handler array for incoming packets
Marek Lindner
1
-113
/
+0
2012-04-18
batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
Antonio Quartulli
1
-2
/
+1
2012-04-18
batman-adv: mark existing ogm variables as batman iv
Marek Lindner
1
-1
/
+1
2012-04-18
batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c...
Marek Lindner
1
-1
/
+1
2012-04-18
batman-adv: handle routing code initialization properly
Marek Lindner
1
-9
/
+6
2012-04-18
batman-adv: add iface_disable() callback to routing API
Marek Lindner
1
-2
/
+1
2012-04-18
batman-adv: refactoring API: find generalized name for bat_ogm_init callback
Marek Lindner
1
-1
/
+1
2012-04-18
batman-adv: move ogm initialization into the proper function
Marek Lindner
1
-1
/
+7
2012-04-11
batman-adv: add basic bridge loop avoidance code
Simon Wunderlich
1
-7
/
+11
2012-03-11
batman-adv: Ignore 80-chars per line limits for strings
Sven Eckelmann
1
-24
/
+12
2012-02-28
batman-adv: Fix indentation of multiline statements
Sven Eckelmann
1
-15
/
+15
2012-02-16
batman-adv: Update copyright years
Sven Eckelmann
1
-1
/
+1
2012-02-16
batman-adv: convert batman iv algorithm to use dynamic infrastructure
Marek Lindner
1
-5
/
+5
2012-02-16
batman-adv: warn if added interface is part of a bridge
Marek Lindner
1
-0
/
+8
2012-02-16
batman-adv: Explicitly mark the common header structure
Sven Eckelmann
1
-3
/
+3
2011-09-08
batman-adv: Remove unnecessary OOM logging messages
Joe Perches
1
-4
/
+1
2011-09-08
batman-adv: agglomerate all batman iv ogm sending functions in the batman iv ...
Marek Lindner
1
-1
/
+1
2011-09-08
batman-adv: move routing packet initialization into corresponding file
Marek Lindner
1
-32
/
+6
2011-09-08
batman-adv: agglomerate all batman iv ogm processing functions in a single file
Marek Lindner
1
-1
/
+1
2011-09-08
batman-adv: rename all instances of batman_packet to batman_ogm_packet
Marek Lindner
1
-22
/
+27
2011-08-22
batman-adv: detect clients connected through a 802.11 device
Antonio Quartulli
1
-0
/
+30
2011-08-22
batman-adv: correct several typ0s in the comments
Antonio Quartulli
1
-2
/
+2
2011-06-20
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
David S. Miller
1
-7
/
+10
2011-06-20
batman-adv: improved roaming mechanism
Antonio Quartulli
1
-0
/
+4
2011-06-20
batman-adv: improved client announcement mechanism
Antonio Quartulli
1
-7
/
+6
2011-06-10
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
David S. Miller
1
-1
/
+1
2011-06-09
batman-adv: use NO_FLAGS define instead of hard-coding 0
Marek Lindner
1
-1
/
+1
2011-06-06
net: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2011-05-30
batman-adv: Use rcu_dereference_protected by update-side
Sven Eckelmann
1
-1
/
+1
2011-05-30
batman-adv: Calculate sizeof using variable insead of types
Sven Eckelmann
1
-1
/
+1
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
-9
/
+10
2011-05-08
batman-adv: rename everything from *hna* into *tt* (translation table)
Antonio Quartulli
1
-3
/
+3
2011-05-08
batman-adv: Remove unnecessary hardif_list_lock
Sven Eckelmann
1
-23
/
+7
2011-05-02
batman-adv: Make bat_priv->primary_if an rcu protected pointer
Marek Lindner
1
-26
/
+57
2011-03-05
batman-adv: Disallow regular interface as mesh device
Sven Eckelmann
1
-12
/
+22
2011-03-05
batman-adv: rename batman_if struct to hard_iface
Marek Lindner
1
-176
/
+177
2011-03-05
batman-adv: rename global if_list to hardif_list
Marek Lindner
1
-14
/
+14
2011-03-05
batman-adv: separate ethernet comparing calls from hash functions
Marek Lindner
1
-1
/
+1
2011-03-05
batman-adv: Correct rcu refcounting for batman_if
Marek Lindner
1
-21
/
+19
2011-03-05
batman-adv: protect bonding with rcu locks
Simon Wunderlich
1
-1
/
+1
2011-01-31
batman-adv: Update copyright years
Sven Eckelmann
1
-1
/
+1
2011-01-31
batman-adv: Remove declaration of batman_skb_recv
Sven Eckelmann
1
-2
/
+9
2010-12-17
net: Add batman-adv meshing protocol
Sven Eckelmann
1
-0
/
+651