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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-04
net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore
D. Wythe
3
-37
/
+38
2023-02-04
net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()
D. Wythe
1
-2
/
+17
2023-02-04
net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...
D. Wythe
1
-4
/
+4
2023-02-04
net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
D. Wythe
4
-24
/
+24
2023-02-04
raw: use net_hash_mix() in hash function
Eric Dumazet
2
-8
/
+9
2023-02-04
ipv4: raw: add drop reasons
Eric Dumazet
1
-3
/
+5
2023-02-04
ipv6: raw: add drop reasons
Eric Dumazet
1
-5
/
+7
2023-02-04
devlink: Move devlink dev selftest code to dev
Moshe Shemesh
3
-183
/
+184
2023-02-04
devlink: Move devlink_info_req struct to be local
Moshe Shemesh
2
-9
/
+8
2023-02-04
devlink: Move devlink dev flash code to dev
Moshe Shemesh
3
-271
/
+272
2023-02-04
devlink: Move devlink dev info code to dev
Moshe Shemesh
3
-255
/
+256
2023-02-04
devlink: Move devlink dev eswitch code to dev
Moshe Shemesh
3
-125
/
+126
2023-02-04
devlink: Move devlink dev reload code to dev
Moshe Shemesh
3
-421
/
+427
2023-02-04
devlink: Split out dev get and dump code
Moshe Shemesh
4
-102
/
+118
2023-02-04
net: dsa: use NL_SET_ERR_MSG_WEAK_MOD() more consistently
Vladimir Oltean
1
-5
/
+6
2023-02-03
netfilter: nf_conntrack: allow early drop of offloaded UDP conns
Vlad Buslov
1
-5
/
+6
2023-02-03
net/sched: act_ct: offload UDP NEW connections
Vlad Buslov
1
-12
/
+39
2023-02-03
net/sched: act_ct: set ctinfo in meta action depending on ct state
Vlad Buslov
1
-2
/
+4
2023-02-03
netfilter: flowtable: cache info of last offload
Vlad Buslov
3
-9
/
+11
2023-02-03
netfilter: flowtable: allow unidirectional rules
Vlad Buslov
1
-4
/
+8
2023-02-03
netfilter: flowtable: fixup UDP timeout depending on ct state
Vlad Buslov
1
-1
/
+4
2023-02-03
tcp: add TCP_MINTTL drop reason
Eric Dumazet
2
-1
/
+3
2023-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-131
/
+183
2023-02-02
Merge tag 'linux-can-fixes-for-6.2-20230202' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
3
-56
/
+64
2023-02-02
net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
Fedor Pchelkin
1
-6
/
+6
2023-02-02
net: dsa: Use sysfs_emit() to instead of sprintf()
Bo Liu
1
-1
/
+1
2023-02-02
net/sched: simplify tcf_pedit_act
Pedro Tammela
1
-70
/
+67
2023-02-02
net/sched: transition act_pedit to rcu and percpu stats
Pedro Tammela
1
-61
/
+87
2023-02-02
Merge tag 'rxrpc-next-20230131' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Abeni
17
-124
/
+179
2023-02-02
can: isotp: split tx timer into transmission and timeout
Oliver Hartkopp
1
-36
/
+29
2023-02-02
can: isotp: handle wait_event_interruptible() return values
Oliver Hartkopp
1
-0
/
+4
2023-02-02
can: raw: fix CAN FD frame transmissions over CAN XL devices
Oliver Hartkopp
1
-16
/
+31
2023-02-02
can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
Ziyang Xuan
1
-4
/
+0
2023-02-02
netlink: provide an ability to set default extack message
Leon Romanovsky
4
-13
/
+10
2023-02-02
neighbor: fix proxy_delay usage when it is zero
Brian Haley
1
-2
/
+12
2023-02-02
net: add support for ipv4 big tcp
Xin Long
5
-22
/
+27
2023-02-02
net: add gso_ipv4_max_size and gro_ipv4_max_size per device
Xin Long
3
-0
/
+55
2023-02-02
packet: add TP_STATUS_GSO_TCP for tp_status
Xin Long
1
-0
/
+4
2023-02-02
cipso_ipv4: use iph_set_totlen in skbuff_setattr
Xin Long
1
-1
/
+1
2023-02-02
netfilter: use skb_ip_totlen and iph_totlen
Xin Long
3
-3
/
+3
2023-02-02
net: sched: use skb_ip_totlen and iph_totlen
Xin Long
2
-2
/
+2
2023-02-02
openvswitch: use skb_ip_totlen in conntrack
Xin Long
1
-1
/
+1
2023-02-02
bridge: use skb_ip_totlen in br netfilter
Xin Long
2
-3
/
+3
2023-02-02
ipv6: ICMPV6: Use swap() instead of open coding it
Jiapeng Chong
1
-4
/
+1
2023-02-02
ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local address
Thomas Winter
1
-5
/
+5
2023-02-02
ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local address
Thomas Winter
1
-22
/
+27
2023-02-01
devlink: rename and reorder instances of struct devlink_cmd
Jiri Pirko
3
-51
/
+50
2023-02-01
devlink: remove "gen" from struct devlink_gen_cmd name
Jiri Pirko
3
-36
/
+36
2023-02-01
devlink: rename devlink_nl_instance_iter_dump() to "dumpit"
Jiri Pirko
3
-20
/
+20
2023-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
2
-2
/
+4
[next]