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
2022-11-17
sctp: sm_statefuns: Remove pointer casts of the same type
Li zeming
1
-1
/
+1
2022-11-16
tcp: annotate data-race around queue->synflood_warned
Eric Dumazet
1
-1
/
+1
2022-11-16
ax25: af_ax25: Remove unnecessary (void*) conversions
Li zeming
1
-2
/
+2
2022-11-16
ipv4: tunnels: use DEV_STATS_INC()
Eric Dumazet
5
-38
/
+38
2022-11-16
ipv6: tunnels: use DEV_STATS_INC()
Eric Dumazet
4
-35
/
+28
2022-11-16
ipv6/sit: use DEV_STATS_INC() to avoid data-races
Eric Dumazet
1
-11
/
+11
2022-11-16
net: add atomic_long_t to net_device_stats fields
Eric Dumazet
1
-11
/
+3
2022-11-16
net: __sock_gen_cookie() cleanup
Eric Dumazet
1
-6
/
+6
2022-11-16
net: adopt try_cmpxchg() in napi_{enable|disable}()
Eric Dumazet
1
-9
/
+5
2022-11-16
net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()
Eric Dumazet
1
-6
/
+4
2022-11-16
net: net_{enable|disable}_timestamp() optimizations
Eric Dumazet
1
-12
/
+6
2022-11-16
ipv6: fib6_new_sernum() optimization
Eric Dumazet
1
-4
/
+3
2022-11-16
net: mm_account_pinned_pages() optimization
Eric Dumazet
1
-3
/
+2
2022-11-16
net: linkwatch: only report IF_OPER_LOWERLAYERDOWN if iflink is actually down
Vladimir Oltean
1
-3
/
+17
2022-11-16
udp: Introduce optional per-netns hash table.
Kuniyuki Iwashima
2
-6
/
+135
2022-11-16
udp: Access &udp_table via net.
Kuniyuki Iwashima
6
-27
/
+35
2022-11-16
udp: Set NULL to udp_seq_afinfo.udp_table.
Kuniyuki Iwashima
2
-9
/
+25
2022-11-16
udp: Set NULL to sk->sk_prot->h.udp_table.
Kuniyuki Iwashima
2
-5
/
+12
2022-11-16
udp: Clean up some functions.
Kuniyuki Iwashima
2
-20
/
+31
2022-11-16
net: dsa: remove phylink_validate() method
Vladimir Oltean
1
-10
/
+8
2022-11-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
43
-99
/
+158
2022-11-16
net: dsa: add support for DSA rx offloading via metadata dst
Felix Fietkau
2
-2
/
+21
2022-11-15
net: dcb: move getapptrust to separate function
Daniel Machon
1
-22
/
+43
2022-11-15
netfilter: conntrack: use siphash_4u64
Florian Westphal
1
-17
/
+13
2022-11-15
netfilter: rpfilter/fib: clean up some inconsistent indenting
Jiapeng Chong
1
-3
/
+2
2022-11-15
netfilter: nf_tables: Introduce NFT_MSG_GETRULE_RESET
Phil Sutter
5
-21
/
+38
2022-11-15
netfilter: nf_tables: Extend nft_expr_ops::dump callback parameters
Phil Sutter
41
-57
/
+103
2022-11-15
tcp: Add listening address to SYN flood message
Jamie Bainbridge
1
-3
/
+11
2022-11-14
net: flow_offload: add support for ARP frame matching
Steen Hegelund
1
-0
/
+7
2022-11-14
ipasdv4/tcp_ipv4: remove redundant assignment
xu xin
1
-1
/
+0
2022-11-12
tcp: tcp_wfree() refactoring
Eric Dumazet
1
-17
/
+14
2022-11-12
tcp: adopt try_cmpxchg() in tcp_release_cb()
Eric Dumazet
1
-3
/
+3
2022-11-12
bridge: Add missing parentheses
Ido Schimmel
1
-1
/
+1
2022-11-12
mptcp: Fix grammar in a comment
Mat Martineau
1
-2
/
+2
2022-11-12
mptcp: get sk from msk directly
Geliang Tang
3
-6
/
+6
2022-11-12
mptcp: change 'first' as a parameter
Geliang Tang
1
-14
/
+6
2022-11-12
mptcp: use msk instead of mptcp_sk
Geliang Tang
1
-5
/
+5
2022-11-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-10
/
+37
2022-11-12
net: gro: no longer use skb_vlan_tag_present()
Eric Dumazet
1
-3
/
+1
2022-11-12
net: remove skb->vlan_present
Eric Dumazet
1
-12
/
+10
2022-11-12
bpf: Add hwtstamp field for the sockops prog
Martin KaFai Lau
1
-8
/
+31
2022-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
22
-81
/
+122
2022-11-11
genetlink: fix single op policy dump when do is present
Jakub Kicinski
1
-9
/
+21
2022-11-11
devlink: Fix warning when unregistering a port
Ido Schimmel
1
-2
/
+2
2022-11-10
ethtool: ethtool_get_drvinfo: populate drvinfo fields even if callback exits
Vincent Mailhol
1
-3
/
+10
2022-11-10
gro: avoid checking for a failed search
Richard Gobert
1
-35
/
+35
2022-11-10
mctp: Fix an error handling path in mctp_init()
Wei Yongjun
2
-2
/
+4
2022-11-10
devlink: Add packet traps for 802.1X operation
Ido Schimmel
1
-0
/
+3
2022-11-10
bridge: switchdev: Reflect MAB bridge port flag to device drivers
Ido Schimmel
1
-1
/
+1
2022-11-10
bridge: switchdev: Allow device drivers to install locked FDB entries
Hans J. Schultz
4
-4
/
+27
[next]