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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-23
Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-3
/
+16
2024-05-23
net: relax socket state check at accept time.
Paolo Abeni
1
-1
/
+3
2024-05-23
tcp: remove 64 KByte limit for initial tp->rcv_wnd value
Jason Xing
1
-1
/
+1
2024-05-21
tcp: Fix shift-out-of-bounds in dctcp_update_alpha().
Kuniyuki Iwashima
1
-1
/
+12
2024-05-18
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
2
-8
/
+9
2024-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+14
2024-05-14
tcp: rstreason: fully support in tcp_check_req()
Jason Xing
1
-1
/
+1
2024-05-14
tcp: rstreason: handle timewait cases in the receive path
Jason Xing
1
-1
/
+1
2024-05-14
net: pass back whether socket was empty post accept
Jens Axboe
1
-0
/
+1
2024-05-14
net: change proto and proto_ops accept type
Jens Axboe
2
-8
/
+8
2024-05-14
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
3
-3
/
+7
2024-05-14
netlabel: fix RCU annotation for IPv4 options on socket creation
Davide Caratti
1
-3
/
+4
2024-05-14
tcp: socket option to check for MPTCP fallback to TCP
Matthieu Baerts (NGI0)
1
-0
/
+3
2024-05-14
net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
Richard Gobert
3
-62
/
+5
2024-05-14
net: gro: use cb instead of skb->network_header
Richard Gobert
2
-5
/
+2
2024-05-13
inet: fix inet_fill_ifaddr() flags truncation
Eric Dumazet
1
-3
/
+10
2024-05-13
Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-1
/
+1
2024-05-10
tcp: get rid of twsk_unique()
Eric Dumazet
2
-2
/
+2
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-5
/
+19
2024-05-08
net/ipv4: add tracepoint for icmp_send
Peilin He
1
-0
/
+4
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2
-3
/
+3
2024-05-07
rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
Eric Dumazet
1
-1
/
+1
2024-05-07
Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
3
-27
/
+0
2024-05-06
netfilter: use NF_DROP instead of -NF_DROP
Jason Xing
1
-1
/
+1
2024-05-06
net: add heuristic for enabling TCP fraglist GRO
Felix Fietkau
1
-0
/
+32
2024-05-06
net: create tcp_gro_header_pull helper function
Felix Fietkau
1
-21
/
+34
2024-05-06
net: create tcp_gro_lookup helper function
Felix Fietkau
1
-16
/
+25
2024-05-06
net: add code for TCP fraglist GRO
Felix Fietkau
1
-0
/
+21
2024-05-06
net: add support for segmenting TCP fraglist GSO packets
Felix Fietkau
1
-0
/
+67
2024-05-06
net: move skb_gro_receive_list from udp to core
Felix Fietkau
1
-27
/
+0
2024-05-04
Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-1
/
+5
2024-05-03
net: ipv{6,4}: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
5
-16
/
+7
2024-05-03
tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().
Kuniyuki Iwashima
1
-1
/
+7
2024-05-03
tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
Eric Dumazet
3
-3
/
+7
2024-05-03
bpf: tcp: Allow to write tp->snd_cwnd_stamp in bpf_tcp_ca
Miao Xu
1
-0
/
+3
2024-05-03
tcp: Add new args for cong_control in tcp_congestion_ops
Miao Xu
3
-3
/
+4
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
[next]