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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-03
net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
5
-16
/
+7
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-4
/
+20
2024-05-02
net: gro: add flush check in udp_gro_receive_segment
Richard Gobert
1
-1
/
+11
2024-05-02
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
3
-2
/
+5
2024-05-02
ipv4: Fix uninit-value access in __ip_make_skb()
Shigeru Yoshida
2
-1
/
+4
2024-05-02
arp: Convert ioctl(SIOCGARP) to RCU.
Kuniyuki Iwashima
1
-10
/
+18
2024-05-02
arp: Get dev after calling arp_req_(delete|set|get)().
Kuniyuki Iwashima
1
-36
/
+50
2024-05-02
arp: Remove a nest in arp_req_get().
Kuniyuki Iwashima
1
-13
/
+18
2024-05-02
arp: Factorise ip_route_output() call in arp_req_set() and arp_req_delete().
Kuniyuki Iwashima
1
-20
/
+30
2024-05-02
arp: Validate netmask earlier for SIOCDARP and SIOCSARP in arp_ioctl().
Kuniyuki Iwashima
1
-12
/
+15
2024-05-02
arp: Move ATF_COM setting in arp_req_set().
Kuniyuki Iwashima
1
-3
/
+6
2024-05-01
net: add <net/proto_memory.h>
Eric Dumazet
4
-0
/
+4
2024-05-01
tcp: move tcp_out_of_memory() to net/ipv4/tcp.c
Eric Dumazet
1
-1
/
+9
2024-05-01
net: move sysctl_max_skb_frags to net_hotdata
Eric Dumazet
1
-1
/
+2
2024-05-01
inet: introduce dst_rtable() helper
Eric Dumazet
7
-33
/
+33
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
4
-14
/
+2
2024-04-29
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
1
-1
/
+1
2024-04-29
inet: use call_rcu_hurry() in inet_free_ifa()
Eric Dumazet
1
-1
/
+6
2024-04-26
tcp: fix tcp_grow_skb() vs tstamps
Eric Dumazet
1
-14
/
+19
2024-04-26
rstreason: make it work in trace world
Jason Xing
2
-2
/
+2
2024-04-26
tcp: support rstreason for passive reset
Jason Xing
1
-4
/
+7
2024-04-26
rstreason: prepare for active reset
Jason Xing
3
-9
/
+18
2024-04-26
rstreason: prepare for passive reset
Jason Xing
2
-6
/
+9
2024-04-26
net: add two more call_rcu_hurry()
Eric Dumazet
1
-1
/
+1
2024-04-26
bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB args
Philo Lu
1
-2
/
+2
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-5
/
+18
2024-04-25
tcp: avoid premature drops in tcp_add_backlog()
Eric Dumazet
1
-2
/
+11
2024-04-25
tcp: update sacked after tracepoint in __tcp_retransmit_skb
Philo Lu
1
-5
/
+6
2024-04-24
tcp: Fix Use-After-Free in tcp_ao_connect_init
Hyunwoo Kim
1
-1
/
+2
2024-04-24
ipv4: check for NULL idev in ip_route_use_hint()
Eric Dumazet
1
-0
/
+3
2024-04-23
tcp: try to send bigger TSO packets
Eric Dumazet
1
-2
/
+36
2024-04-23
tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit()
Eric Dumazet
1
-12
/
+14
2024-04-23
tcp: remove dubious FIN exception from tcp_cwnd_test()
Eric Dumazet
1
-13
/
+5
2024-04-22
tcp: do not export tcp_twsk_purge()
Eric Dumazet
1
-1
/
+0
2024-04-22
icmp: prevent possible NULL dereferences from icmp_build_probe()
Eric Dumazet
1
-2
/
+10
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
5
-5
/
+5
2024-04-20
udp: preserve the connected status if only UDP cmsg
Yick Xie
1
-2
/
+3
2024-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2024-04-18
tcp_metrics: use parallel_ops for tcp_metrics_nl_family
Eric Dumazet
1
-0
/
+1
2024-04-18
tcp_metrics: fix tcp_metrics_nl_dump() return value
Eric Dumazet
1
-2
/
+4
2024-04-17
tcp: accept bare FIN packets under memory pressure
Eric Dumazet
1
-1
/
+11
2024-04-15
udp: Avoid call to compute_score on multiple sites
Gabriel Krisman Bertazi
1
-5
/
+16
2024-04-15
inet: bring NLM_DONE out to a separate recv() again
Jakub Kicinski
1
-0
/
+5
2024-04-13
tcp: small optimization when TCP_TW_SYN is processed
Eric Dumazet
1
-1
/
+1
2024-04-12
ipv4: Remove RTO_ONLINK.
Guillaume Nault
1
-13
/
+1
2024-04-12
tcp: add support for SO_PEEK_OFF socket option
Jon Maloy
2
-6
/
+11
2024-04-12
net: move skb ref helpers to new header
Mina Almasry
2
-0
/
+2
2024-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+9
2024-04-11
netfilter: complete validation of user input
Eric Dumazet
2
-0
/
+8
2024-04-11
tcp: tweak tcp_sock_write_txrx size assertion
Eric Dumazet
1
-1
/
+5
[next]