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
starfive-6.6.63-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
2025-01-19
net: sched: Disallow replacing of child qdisc from one parent to another
Jamal Hadi Salim
1
-0
/
+4
2025-01-19
net: avoid race between device unregistration and ethnl ops
Antoine Tenart
1
-1
/
+1
2025-01-19
net: destroy dev->lock later in free_netdev()
Eric Dumazet
1
-2
/
+2
2025-01-19
mptcp: sysctl: add syn_retrans_before_tcp_fallback
Matthieu Baerts (NGI0)
1
-4
/
+17
2025-01-18
net: dsa: implement get_ts_stats ethtool operation for user ports
Vladimir Oltean
1
-0
/
+11
2025-01-18
net: ethtool: ts: add separate counter for unconfirmed one-step TX timestamps
Vladimir Oltean
1
-0
/
+2
2025-01-18
net: tc: improve qdisc error messages
John Ousterhout
1
-3
/
+3
2025-01-18
dccp: Prepare dccp_v4_route_skb() to .flowi4_tos conversion.
Guillaume Nault
1
-1
/
+2
2025-01-18
net: let net.core.dev_weight always be non-zero
Liu Jian
1
-1
/
+4
2025-01-17
batman-adv: netlink: reduce duplicate code by returning interfaces
Linus Lüssing
8
-209
/
+174
2025-01-17
bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-write
Daniel Xu
1
-1
/
+1
2025-01-17
dev: Hold rtnl_net_lock() for dev_ifsioc().
Kuniyuki Iwashima
3
-26
/
+22
2025-01-17
dev: Remove devnet_rename_sem.
Kuniyuki Iwashima
1
-14
/
+2
2025-01-17
dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().
Kuniyuki Iwashima
1
-0
/
+2
2025-01-17
selftests: drv-net-hw: inject pp_alloc_fail errors in the right place
John Daley
1
-1
/
+1
2025-01-17
ipv4: Prepare inet_rtm_getroute() to .flowi4_tos conversion.
Guillaume Nault
1
-4
/
+5
2025-01-17
gre: Prepare ipgre_open() to .flowi4_tos conversion.
Guillaume Nault
1
-1
/
+1
2025-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
17
-77
/
+164
2025-01-16
netdev: avoid CFI problems with sock priv helpers
Jakub Kicinski
1
-2
/
+12
2025-01-16
Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'
Jakub Kicinski
2
-22
/
+80
2025-01-16
net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)
Eric Dumazet
1
-2
/
+1
2025-01-16
net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)
Eric Dumazet
1
-0
/
+3
2025-01-16
net: no longer hold RTNL while calling flush_all_backlogs()
Eric Dumazet
1
-3
/
+28
2025-01-16
net: no longer assume RTNL is held in flush_all_backlogs()
Eric Dumazet
1
-18
/
+35
2025-01-16
net: expedite synchronize_net() for cleanup_net()
Eric Dumazet
2
-1
/
+15
2025-01-16
netdev-genl: remove rtnl_lock protection from NAPI ops
Jakub Kicinski
1
-10
/
+0
2025-01-16
net: protect NAPI config fields with netdev_lock()
Jakub Kicinski
1
-2
/
+3
2025-01-16
net: protect napi->irq with netdev_lock()
Jakub Kicinski
1
-1
/
+1
2025-01-16
net: protect threaded status of NAPI with netdev_lock()
Jakub Kicinski
2
-2
/
+34
2025-01-16
net: make netdev netlink ops hold netdev_lock()
Jakub Kicinski
3
-23
/
+27
2025-01-16
net: protect NAPI enablement with netdev_lock()
Jakub Kicinski
1
-7
/
+34
2025-01-16
net: protect netdev->napi_list with netdev_lock()
Jakub Kicinski
1
-5
/
+10
2025-01-16
net: add netdev->up protected by netdev_lock()
Jakub Kicinski
2
-2
/
+14
2025-01-16
net: add helpers for lookup and walking netdevs under netdev_lock()
Jakub Kicinski
2
-0
/
+126
2025-01-16
net: make netdev_lock() protect netdev->reg_state
Jakub Kicinski
1
-0
/
+6
2025-01-16
net: add netdev_lock() / netdev_unlock() helpers
Jakub Kicinski
1
-3
/
+3
2025-01-16
inet: ipmr: fix data-races
Eric Dumazet
3
-31
/
+31
2025-01-16
net: disallow setup single buffer XDP when tcp-data-split is enabled.
Taehee Yoo
1
-0
/
+15
2025-01-16
net: ethtool: add ring parameter filtering
Taehee Yoo
1
-0
/
+13
2025-01-16
net: devmem: add ring parameter filtering
Taehee Yoo
1
-0
/
+11
2025-01-16
net: ethtool: add support for configuring hds-thresh
Taehee Yoo
2
-4
/
+26
2025-01-16
net: ethtool: add hds_config member in ethtool_netdev_state
Taehee Yoo
2
-0
/
+24
2025-01-16
mptcp: fix for setting remote ipv4mapped address
Geliang Tang
1
-1
/
+1
2025-01-15
Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_sync
Mazin Al Haddad
1
-1
/
+11
2025-01-15
Bluetooth: Allow reset via sysfs
Hsin-chen Chuang
1
-0
/
+19
2025-01-15
Bluetooth: Get rid of cmd_timeout and use the reset callback
Hsin-chen Chuang
1
-2
/
+2
2025-01-15
Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc
Fedor Pchelkin
1
-1
/
+2
2025-01-15
Bluetooth: hci: Remove deadcode
Dr. David Alan Gilbert
2
-44
/
+0
2025-01-15
Bluetooth: MGMT: Mark LL Privacy as stable
Luiz Augusto von Dentz
2
-154
/
+31
2025-01-15
wifi: cfg80211: adjust allocation of colocated AP data
Dmitry Antipov
1
-3
/
+1
[prev]
[next]