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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-27
mld: convert ifmcaddr6 to RCU
Taehee Yoo
1
-3
/
+3
2021-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+0
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
1
-1
/
+0
2021-03-14
Merge tag 'batadv-next-pullrequest-20210312' of git://git.open-mesh.org/linux...
David S. Miller
1
-4
/
+1
2021-02-13
batman-adv: Use netif_rx_any_context().
Sebastian Andrzej Siewior
1
-4
/
+1
2021-02-08
Merge tag 'batadv-next-pullrequest-20210208' of git://git.open-mesh.org/linux...
Jakub Kicinski
55
-63
/
+64
2021-02-06
batman-adv: Fix names for kernel-doc blocks
Sven Eckelmann
5
-6
/
+7
2021-02-06
batman-adv: Avoid sizeof on flexible structure
Sven Eckelmann
1
-1
/
+1
2021-02-06
batman-adv: Drop publication years from copyright info
Sven Eckelmann
55
-55
/
+55
2021-02-05
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2021-01-28
net: remove redundant 'depends on NET'
Masahiro Yamada
1
-1
/
+0
2020-12-04
batman-adv: Drop unused soft-interface.h include in fragmentation.c
Simon Wunderlich
1
-1
/
+0
2020-12-04
batman-adv: Drop legacy code for auto deleting mesh interfaces
Sven Eckelmann
3
-27
/
+5
2020-12-04
batman-adv: Drop deprecated debugfs support
Sven Eckelmann
31
-2574
/
+3
2020-12-04
batman-adv: Drop deprecated sysfs support
Sven Eckelmann
10
-1490
/
+1
2020-12-04
batman-adv: Allow selection of routing algorithm over rtnetlink
Sven Eckelmann
3
-6
/
+38
2020-12-04
batman-adv: Prepare infrastructure for newlink settings
Sven Eckelmann
1
-0
/
+39
2020-12-04
batman-adv: Add new include for min/max helpers
Sven Eckelmann
9
-1
/
+9
2020-12-04
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2020-11-27
batman-adv: Don't always reallocate the fragmentation skb head
Sven Eckelmann
1
-5
/
+6
2020-11-27
batman-adv: Reserve needed_*room for fragments
Sven Eckelmann
1
-5
/
+10
2020-11-27
batman-adv: Consider fragmentation for needed_headroom
Sven Eckelmann
1
-0
/
+3
2020-11-15
batman-adv: set .owner to THIS_MODULE
Taehee Yoo
1
-0
/
+1
2020-10-03
genetlink: move to smaller ops wherever possible
Jakub Kicinski
1
-3
/
+3
2020-09-23
net: bridge: mcast: rename br_ip's u member to dst
Nikolay Aleksandrov
1
-7
/
+7
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
6
-46
/
+179
2020-09-15
batman-adv: mcast: fix duplicate mcast packets from BLA backbone to mesh
Linus Lüssing
1
-16
/
+87
2020-09-15
batman-adv: mcast: fix duplicate mcast packets in BLA backbone from mesh
Linus Lüssing
3
-14
/
+30
2020-09-15
batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LAN
Linus Lüssing
3
-13
/
+53
2020-09-14
batman-adv: Add missing include for in_interrupt()
Sven Eckelmann
1
-0
/
+1
2020-09-05
batman-adv: mcast/TT: fix wrongly dropped or rerouted packets
Linus Lüssing
1
-0
/
+4
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-8
/
+14
2020-08-27
batman-adv: bla: fix type misuse for backbone_gw hash indexing
Linus Lüssing
1
-3
/
+4
2020-08-18
batman-adv: bla: use netif_rx_ni when not in interrupt context
Jussi Kivilinna
1
-1
/
+4
2020-08-18
batman-adv: Fix own OGM check in aggregated OGMs
Linus Lüssing
1
-5
/
+6
2020-08-18
batman-adv: Avoid uninitialized chaddr when handling DHCP
Sven Eckelmann
1
-2
/
+4
2020-08-18
batman-adv: Migrate to linux/prandom.h
Sven Eckelmann
4
-1
/
+4
2020-08-18
batman-adv: Drop repeated words in comments
Sven Eckelmann
7
-8
/
+8
2020-08-18
batman-adv: types.h: delete duplicated words
Randy Dunlap
1
-2
/
+2
2020-08-18
batman-adv: Drop unused function batadv_hardif_remove_interfaces()
Sven Eckelmann
3
-19
/
+0
2020-08-18
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2020-06-26
batman-adv: Introduce a configurable per interface hop penalty
Linus Lüssing
5
-12
/
+38
2020-06-26
batman-adv: Fix typos and grammar in documentation
Sven Eckelmann
21
-83
/
+84
2020-06-26
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2020-06-09
net: change addr_list_lock back to static key
Cong Wang
1
-0
/
+2
2020-05-27
Merge tag 'batadv-next-for-davem-20200526' of git://git.open-mesh.org/linux-m...
David S. Miller
5
-20
/
+8
2020-05-26
batman-adv: Revert "disable ethtool link speed detection when auto negotiatio...
Sven Eckelmann
1
-14
/
+1
2020-05-22
batman-adv: use rcu_replace_pointer() where appropriate
Antonio Quartulli
3
-6
/
+6
2020-05-22
batman-adv: Revert "Drop lockdep.h include for soft-interface.c"
Sven Eckelmann
1
-0
/
+1
2020-05-21
batadv_socket_read(): get rid of pointless access_ok()
Al Viro
1
-3
/
+0
[next]