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
pinetabv-6.6.y-devel
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
2022-11-08
rxrpc: Use the core ICMP/ICMP6 parsers
David Howells
3
-217
/
+42
2022-11-08
net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()
David Howells
6
-57
/
+24
2022-11-08
rxrpc: Fix ack.bufferSize to be 0 when generating an ack
David Howells
1
-1
/
+1
2022-11-08
rxrpc: Record stats for why the REQUEST-ACK flag is being set
David Howells
3
-0
/
+17
2022-11-08
rxrpc: Record statistics about ACK types
David Howells
5
-1
/
+48
2022-11-08
rxrpc: Add stats procfile and DATA packet stats
David Howells
7
-0
/
+78
2022-11-08
rxrpc: Track highest acked serial
David Howells
2
-0
/
+5
2022-11-08
rxrpc: Split call timer-expiration from call timer-set tracepoint
David Howells
1
-1
/
+1
2022-11-08
rxrpc: Trace setting of the request-ack flag
David Howells
1
-9
/
+23
2022-11-08
net: sched: add helper support in act_ct
Xin Long
1
-8
/
+81
2022-11-08
net: sched: call tcf_ct_params_free to free params in tcf_ct_init
Xin Long
1
-17
/
+18
2022-11-08
net: move add ct helper function to nf_conntrack_helper for ovs and tc
Xin Long
2
-39
/
+36
2022-11-08
net: move the ct helper function to nf_conntrack_helper for ovs and tc
Xin Long
2
-60
/
+70
2022-11-08
ethtool: Fail number of channels change when it conflicts with rxnfc
Gal Pressman
4
-11
/
+92
2022-11-08
ethtool: linkstate: add a statistic for PHY down events
Jakub Kicinski
1
-1
/
+23
2022-11-08
sctp: clear out_curr if all frag chunks of current msg are pruned
Xin Long
1
-0
/
+5
2022-11-08
sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsent
Xin Long
1
-5
/
+3
2022-11-08
tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header
Xin Long
1
-1
/
+1
2022-11-08
netlink: Fix potential skb memleak in netlink_ack
Tao Chen
1
-1
/
+3
2022-11-07
can: j1939: j1939_send_one(): fix missing CAN header initialization
Oliver Hartkopp
1
-0
/
+3
2022-11-07
can: isotp: fix tx state handling for echo tx processing
Oliver Hartkopp
1
-33
/
+38
2022-11-07
can: af_can: fix NULL pointer dereference in can_rx_register()
Zhengchao Shao
1
-1
/
+1
2022-11-07
can: af_can: can_exit(): add missing dev_remove_pack() of canxl_packet
Chen Zhongjin
1
-0
/
+1
2022-11-07
genetlink: convert control family to split ops
Jakub Kicinski
1
-4
/
+13
2022-11-07
genetlink: allow families to use split ops directly
Jakub Kicinski
1
-26
/
+144
2022-11-07
genetlink: inline old iteration helpers
Jakub Kicinski
1
-23
/
+9
2022-11-07
genetlink: use iterator in the op to policy map dumping
Jakub Kicinski
1
-23
/
+26
2022-11-07
genetlink: add iterator for walking family ops
Jakub Kicinski
1
-41
/
+76
2022-11-07
genetlink: inline genl_get_cmd()
Jakub Kicinski
1
-18
/
+12
2022-11-07
genetlink: support split policies in ctrl_dumppolicy_put_op()
Jakub Kicinski
1
-22
/
+33
2022-11-07
genetlink: add policies for both doit and dumpit in ctrl_dumppolicy_start()
Jakub Kicinski
1
-10
/
+38
2022-11-07
genetlink: check for callback type at op load time
Jakub Kicinski
1
-10
/
+10
2022-11-07
genetlink: load policy based on validation flags
Jakub Kicinski
1
-7
/
+10
2022-11-07
genetlink: introduce split op representation
Jakub Kicinski
6
-25
/
+80
2022-11-07
genetlink: refactor the cmd <> policy mapping dump
Jakub Kicinski
1
-12
/
+15
2022-11-07
ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network
Alexander Potapenko
1
-0
/
+1
2022-11-07
tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent
Lu Wei
1
-1
/
+1
2022-11-05
net: remove redundant check in ip_metrics_convert()
Zhengchao Shao
1
-3
/
+0
2022-11-04
rds: remove redundant variable total_payload_len
Colin Ian King
1
-2
/
+1
2022-11-04
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
1
-2
/
+2
2022-11-04
Merge tag 'wireless-2022-11-03' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
7
-9
/
+31
2022-11-04
net: gso: fix panic on frag_list with mixed head alloc types
Jiri Benc
1
-17
/
+19
2022-11-04
net: expose devlink port over rtnetlink
Jiri Pirko
2
-0
/
+57
2022-11-04
net: remove unused ndo_get_devlink_port
Jiri Pirko
1
-8
/
+0
2022-11-04
net: devlink: use devlink_port pointer instead of ndo_get_devlink_port
Jiri Pirko
3
-21
/
+6
2022-11-04
net: devlink: add not cleared type warning to port unregister
Jiri Pirko
1
-0
/
+1
2022-11-04
net: devlink: store copy netdevice ifindex and ifname to allow port_fill() wi...
Jiri Pirko
1
-41
/
+27
2022-11-04
net: devlink: remove net namespace check from devlink_nl_port_fill()
Jiri Pirko
1
-2
/
+1
2022-11-04
net: devlink: remove netdev arg from devlink_port_type_eth_set()
Jiri Pirko
1
-9
/
+14
2022-11-04
net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_port
Jiri Pirko
2
-9
/
+1
[prev]
[next]