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
/
bat_iv_ogm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+15
2018-02-26
batman-adv: Update copyright years for 2018
Sven Eckelmann
1
-1
/
+1
2018-02-25
batman-adv: Fix internal interface indices types
Sven Eckelmann
1
-10
/
+14
2018-02-25
batman-adv: Ignore invalid batadv_iv_gw during netlink send
Sven Eckelmann
1
-1
/
+1
2017-12-21
batman-adv: Convert packet.h to uapi header
Sven Eckelmann
1
-1
/
+1
2017-12-20
Merge tag 'batadv-next-for-davem-20171220' of git://git.open-mesh.org/linux-m...
David S. Miller
1
-45
/
+60
2017-12-15
batman-adv: Add kernel-doc to externally visible functions
Sven Eckelmann
1
-0
/
+5
2017-12-15
batman-adv: Use inline kernel-doc for enum/struct
Sven Eckelmann
1
-5
/
+12
2017-12-15
batman-adv: Use parentheses in function kernel-doc
Sven Eckelmann
1
-39
/
+41
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-12-04
batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tq
Sven Eckelmann
1
-2
/
+2
2017-09-28
batman-adv: Remove unnecessary parentheses
Sven Eckelmann
1
-12
/
+12
2017-07-29
batman-adv: Remove variable deprecated by skb_put_data
Sven Eckelmann
1
-3
/
+1
2017-07-29
batman-adv: Remove too short %pM printk field width
Sven Eckelmann
1
-1
/
+1
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-2
/
+2
2017-05-23
batman-adv: Print correct function names in dbg messages
Sven Eckelmann
1
-1
/
+2
2017-05-23
batman-adv: Replace a seq_puts() call by seq_putc() in two functions
Markus Elfring
1
-1
/
+1
2017-04-07
Merge tag 'batadv-next-for-davem-20170406' of git://git.open-mesh.org/linux-m...
David S. Miller
1
-8
/
+9
2017-03-26
batman-adv: privatize forw_packet skb assignment
Linus Lüssing
1
-8
/
+9
2017-03-16
Merge tag 'batadv-net-for-davem-20170316' of git://git.open-mesh.org/linux-merge
David S. Miller
1
-0
/
+11
2017-03-04
batman-adv: Initialize gw sel_class via batadv_algo
Sven Eckelmann
1
-0
/
+11
2017-01-26
batman-adv: update copyright years for 2017
Sven Eckelmann
1
-1
/
+1
2016-11-08
batman-adv: fix rare race conditions on interface removal
Linus Lüssing
1
-13
/
+6
2016-11-08
batman-adv: Cache the type of wifi device for each hardif
Sven Eckelmann
1
-1
/
+1
2016-11-08
batman-adv: Consume skb in receive handlers
Sven Eckelmann
1
-7
/
+15
2016-10-30
batman-adv: use consume_skb for non-dropped packets
Sven Eckelmann
1
-5
/
+8
2016-10-19
batman-adv: Use proper name for gateway list head
Sven Eckelmann
1
-3
/
+3
2016-08-09
batman-adv: Allow to disable debugfs support
Sven Eckelmann
1
-0
/
+12
2016-08-09
batman-adv: Place kref_get for orig_node near use
Sven Eckelmann
1
-3
/
+4
2016-08-09
batman-adv: add B.A.T.M.A.N. IV bat_gw_dump implementations
Andrew Lunn
1
-0
/
+105
2016-08-09
batman-adv: add B.A.T.M.A.N. IV bat_{orig, neigh}_dump implementations
Matthias Schiffer
1
-0
/
+366
2016-08-09
batman-adv: Introduce forward packet creation helper
Linus Lüssing
1
-29
/
+9
2016-08-09
batman-adv: iv_ogm, Reduce code duplication
Markus Pargmann
1
-30
/
+47
2016-08-09
batman-adv: make GW election code protocol specific
Antonio Quartulli
1
-0
/
+219
2016-08-09
batman-adv: Remove unused primary_if and bat_priv variables
Linus Lüssing
1
-15
/
+4
2016-07-04
batman-adv: split routing API data structure in subobjects
Antonio Quartulli
1
-14
/
+19
2016-06-30
batman-adv: Fix bat_(iv|v) function declaration header
Sven Eckelmann
1
-1
/
+2
2016-06-30
batman-adv: Consolidate logging related functions
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: Keep includes ordered by filename
Sven Eckelmann
1
-1
/
+1
2016-06-30
batman-adv: remove ogm_emit and ogm_schedule API calls
Antonio Quartulli
1
-4
/
+65
2016-06-30
batman-adv: refactor batadv_neigh_node_* functions to follow common style
Marek Lindner
1
-1
/
+2
2016-05-18
batman-adv: Fix integer overflow in batadv_iv_ogm_calc_tq
Sven Eckelmann
1
-2
/
+3
2016-05-18
batman-adv: Fix unexpected free of bcast_own on add_if error
Sven Eckelmann
1
-3
/
+1
2016-05-10
batman-adv: Use bool as return type for boolean functions
Sven Eckelmann
1
-11
/
+12
2016-05-10
batman-adv: Use kref_get for hard_iface subfunctions
Sven Eckelmann
1
-11
/
+3
2016-05-10
batman-adv: Check hard_iface refcnt before calling function
Sven Eckelmann
1
-0
/
+11
2016-05-03
batman-adv: Split batadv_iv_ogm_orig_del_if function
Sven Eckelmann
1
-39
/
+76
2016-05-03
batman-adv: use static string for table headers
Antonio Quartulli
1
-5
/
+3
[next]