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
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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-12
net: nexthop: Have all NH notifiers carry NH ID
Petr Machata
1
-1
/
+1
2024-03-12
net: gro: move two declarations to include/net/gro.h
Eric Dumazet
1
-3
/
+6
2024-03-09
Merge tag 'for-net-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
5
-56
/
+68
2024-03-09
Merge tag 'ieee802154-for-net-next-2024-03-07' of git://git.kernel.org/pub/sc...
Jakub Kicinski
1
-0
/
+1
2024-03-08
Merge tag 'wireless-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2
-7
/
+65
2024-03-08
net: nexthop: Expose nexthop group HW stats to user space
Ido Schimmel
1
-0
/
+18
2024-03-08
net: nexthop: Add ability to enable / disable hardware statistics
Ido Schimmel
1
-0
/
+2
2024-03-08
net: nexthop: Add hardware statistics notifications
Ido Schimmel
1
-0
/
+3
2024-03-08
net: nexthop: Add nexthop group entry stats
Ido Schimmel
1
-0
/
+6
2024-03-08
netdev: add queue stat for alloc failures
Jakub Kicinski
1
-0
/
+2
2024-03-08
netdev: add per-queue statistics
Jakub Kicinski
1
-0
/
+54
2024-03-08
net: move rps_sock_flow_table to net_hotdata
Eric Dumazet
2
-5
/
+7
2024-03-08
net: introduce include/net/rps.h
Eric Dumazet
2
-35
/
+127
2024-03-08
ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdata
Eric Dumazet
2
-0
/
+3
2024-03-08
ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdata
Eric Dumazet
2
-0
/
+3
2024-03-08
inet: move inet_ehash_secret and udp_ehash_secret into net_hotdata
Eric Dumazet
2
-0
/
+4
2024-03-08
inet: move tcp_protocol and udp_protocol to net_hotdata
Eric Dumazet
1
-0
/
+2
2024-03-08
ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdata
Eric Dumazet
1
-0
/
+4
2024-03-08
udp: move udpv4_offload and udpv6_offload to net_hotdata
Eric Dumazet
1
-0
/
+2
2024-03-08
net: move skbuff_cache(s) to net_hotdata
Eric Dumazet
1
-0
/
+3
2024-03-08
net: move dev_rx_weight to net_hotdata
Eric Dumazet
1
-0
/
+1
2024-03-08
net: move dev_tx_weight to net_hotdata
Eric Dumazet
1
-0
/
+1
2024-03-08
net: move tcpv4_offload and tcpv6_offload to net_hotdata
Eric Dumazet
1
-0
/
+3
2024-03-08
net: move ip_packet_offload and ipv6_packet_offload to net_hotdata
Eric Dumazet
1
-0
/
+5
2024-03-08
net: move netdev_max_backlog to net_hotdata
Eric Dumazet
1
-0
/
+1
2024-03-08
net: move ptype_all into net_hotdata
Eric Dumazet
1
-0
/
+1
2024-03-08
net: move netdev_tstamp_prequeue into net_hotdata
Eric Dumazet
1
-0
/
+1
2024-03-08
net: move netdev_budget and netdev_budget to net_hotdata
Eric Dumazet
1
-0
/
+2
2024-03-08
net: introduce struct net_hotdata
Eric Dumazet
2
-3
/
+17
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+1
2024-03-07
Bluetooth: ISO: Align broadcast sync_timeout with connection timeout
Luiz Augusto von Dentz
1
-0
/
+2
2024-03-07
Bluetooth: Add new quirk for broken read key length on ATS2851
Vinicius Peixoto
1
-0
/
+8
2024-03-07
Bluetooth: hci_sync: Fix overwriting request callback
Luiz Augusto von Dentz
1
-0
/
+1
2024-03-07
Bluetooth: ISO: Reassemble PA data for bcast sink
Iulia Tanasescu
2
-2
/
+8
2024-03-07
Bluetooth: ISO: Add hcon for listening bis sk
Iulia Tanasescu
1
-3
/
+3
2024-03-07
Bluetooth: hci_sync: Attempt to dequeue connection attempt
Luiz Augusto von Dentz
2
-4
/
+25
2024-03-07
Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queue
Luiz Augusto von Dentz
1
-0
/
+12
2024-03-07
Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_sync
Luiz Augusto von Dentz
1
-2
/
+1
2024-03-07
Bluetooth: hci_conn: Always use sk_timeo as conn_timeout
Luiz Augusto von Dentz
2
-3
/
+4
2024-03-07
Bluetooth: Remove pending ACL connection attempts
Jonas Dreßler
1
-1
/
+0
2024-03-07
Bluetooth: hci_conn: Only do ACL connections sequentially
Jonas Dreßler
2
-0
/
+4
2024-03-07
Bluetooth: Remove BT_HS
Luiz Augusto von Dentz
2
-43
/
+0
2024-03-07
Bluetooth: hci_core: Cancel request on command timeout
Luiz Augusto von Dentz
1
-1
/
+1
2024-03-07
Bluetooth: hci_event: Use HCI error defines instead of magic values
Jonas Dreßler
1
-0
/
+2
2024-03-07
Bluetooth: Add new state HCI_POWERING_DOWN
Jonas Dreßler
1
-0
/
+1
2024-03-07
Bluetooth: Remove HCI_POWER_OFF_TIMEOUT
Jonas Dreßler
1
-1
/
+0
2024-03-06
mac802154: fix llsec key resources release in mac802154_llsec_key_del
Fedor Pchelkin
1
-0
/
+1
2024-03-06
inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERT
Juntong Deng
1
-0
/
+1
2024-03-06
net: add helpers for EEE configuration
Russell King
1
-0
/
+38
2024-03-05
nfc: core: make nfc_class constant
Ricardo B. Marliere
1
-1
/
+1
[next]