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
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-27
mld: add mc_lock for protecting per-interface mld data
Taehee Yoo
1
-116
/
+193
2021-03-27
mld: add new workqueues for process mld events
Taehee Yoo
2
-85
/
+199
2021-03-27
mld: convert ifmcaddr6 to RCU
Taehee Yoo
4
-179
/
+130
2021-03-27
mld: convert ip6_sf_list to RCU
Taehee Yoo
1
-74
/
+126
2021-03-27
mld: convert ipv6_mc_socklist->sflist to RCU
Taehee Yoo
1
-30
/
+22
2021-03-27
mld: get rid of inet6_dev->mc_lock
Taehee Yoo
1
-9
/
+0
2021-03-27
mld: convert from timer to delayed work
Taehee Yoo
1
-61
/
+79
2021-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-46
/
+23
2021-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-8
/
+8
2021-03-18
ipv6: weaken the v4mapped source check
Jakub Kicinski
2
-10
/
+5
2021-03-15
Revert "netfilter: x_tables: Switch synchronization to RCU"
Mark Tomlinson
1
-7
/
+7
2021-03-15
Revert "netfilter: x_tables: Update remaining dereference to RCU"
Mark Tomlinson
1
-1
/
+1
2021-03-12
seg6: ignore routing header with segments left equal to 0
Julien Massonneau
1
-7
/
+4
2021-03-12
seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()
Julien Massonneau
1
-2
/
+3
2021-03-10
net: ipv6: route.c:fix indentation
Shubhankar Kuranagatti
1
-13
/
+13
2021-03-10
ipv6: fix suspecious RCU usage warning
Wei Wang
1
-1
/
+1
2021-03-10
net: Consolidate common blackhole dst ops
Daniel Borkmann
1
-27
/
+9
2021-03-10
Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-26
/
+22
2021-03-05
cipso,calipso: resolve a number of problems with the DOI refcounts
Paul Moore
1
-9
/
+5
2021-03-02
net: always use icmp{,v6}_ndo_send from ndo_start_xmit
Jason A. Donenfeld
4
-17
/
+17
2021-02-27
Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2021-02-24
net: remove cmsg restriction from io_uring based send/recvmsg calls
Jens Axboe
1
-1
/
+0
2021-02-23
net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending
Jason A. Donenfeld
2
-14
/
+16
2021-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-11
/
+15
2021-02-12
net: fib_notifier: don't return positive values on fib registration
Vlad Buslov
1
-2
/
+3
2021-02-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+1
2021-02-09
IPv6: Extend 'fib_notify_on_flag_change' sysctl
Amit Cohen
2
-1
/
+7
2021-02-09
IPv6: Add "offload failed" indication to routes
Amit Cohen
1
-2
/
+6
2021-02-09
seg6: fool-proof the processing of SRv6 behavior attributes
Andrea Mayer
1
-28
/
+39
2021-02-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
1
-9
/
+9
2021-02-05
net/core: move gro function declarations to separate header
Leon Romanovsky
1
-0
/
+1
2021-02-05
ipv6: move udp declarations to net/udp.h
Leon Romanovsky
1
-2
/
+1
2021-02-05
udp: call udp_encap_enable for v6 sockets when enabling encap
Xin Long
1
-1
/
+3
2021-02-05
net: fix building errors on powerpc when CONFIG_RETPOLINE is not set
Brian Vazquez
1
-2
/
+2
2021-02-04
esp: Simplify the calculation of variables
Jiapeng Chong
1
-1
/
+1
2021-02-04
net: indirect call helpers for ipv4/ipv6 dst_check functions
Brian Vazquez
2
-3
/
+9
2021-02-04
net: use indirect call helpers for dst_mtu
Brian Vazquez
1
-2
/
+4
2021-02-04
net: use indirect call helpers for dst_output
Brian Vazquez
1
-0
/
+1
2021-02-03
net: ipv6: Emit notification when fib hardware flags are changed
Amit Cohen
3
-0
/
+54
2021-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-02-02
udp: ipv4: manipulate network header of NATed UDP GRO fraglist
Dongseok Yi
1
-1
/
+1
2021-01-28
bpf: Allow rewriting to ports under ip_unprivileged_port_start
Stanislav Fomichev
1
-3
/
+6
2021-01-28
netfilter: nftables: add nft_parse_register_load() and use it
Pablo Neira Ayuso
1
-9
/
+9
2021-01-27
net: allow user to set metric on default route learned via Router Advertisement
Praveen Chaudhary
3
-6
/
+22
2021-01-21
bpf: Split cgroup_bpf_enabled per attach type
Stanislav Fomichev
2
-8
/
+8
2021-01-21
bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE
Stanislav Fomichev
1
-0
/
+1
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-01-19
ipv6: set multicast flag on the multicast route
Matteo Croce
1
-1
/
+1
2021-01-19
ipv6: create multicast route with RTPROT_KERNEL
Matteo Croce
1
-0
/
+1
2021-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-8
/
+45
[next]