index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-21
net: mdio: mdio-bcm-unimac: Manage clock around I/O accesses
Florian Fainelli
1
-0
/
+3
2024-02-21
net: wan: framer: remove children from struct framer_ops kdoc
Simon Horman
1
-1
/
+0
2024-02-21
Merge tag 'wireless-next-2024-02-20' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
3
-6
/
+120
2024-02-20
net: wan: framer: constify of_phandle_args in xlate
Krzysztof Kozlowski
1
-7
/
+7
2024-02-20
net: skbuff: add overflow debug check to pull/push helpers
Florian Westphal
1
-0
/
+6
2024-02-20
net: add netmem to skb_frag_t
Mina Almasry
1
-29
/
+71
2024-02-17
net: phy: add PHY_EEE_CAP2_FEATURES
Heiner Kallweit
1
-0
/
+2
2024-02-17
net: mdio: add helpers for accessing the EEE CAP2 registers
Heiner Kallweit
1
-0
/
+55
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-18
/
+75
2024-02-15
Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-8
/
+8
2024-02-15
update workarounds for gcc "asm goto" issue
Linus Torvalds
2
-4
/
+12
2024-02-15
net: ipv6/addrconf: introduce a regen_min_advance sysctl
Alex Henrie
1
-0
/
+1
2024-02-15
net: mdio_bus: make mdio_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-14
Merge tag 'mips-fixes_6.8_2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+4
2024-02-14
net: remove dev_base_lock
Eric Dumazet
1
-2
/
+0
2024-02-14
net: add netdev_set_operstate() helper
Eric Dumazet
2
-1
/
+3
2024-02-14
net: convert dev->reg_state to u8
Eric Dumazet
1
-9
/
+14
2024-02-13
veth: rely on skb_pp_cow_data utility routine
Lorenzo Bianconi
1
-0
/
+2
2024-02-13
xdp: add multi-buff support for xdp running in generic mode
Lorenzo Bianconi
1
-0
/
+2
2024-02-13
xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...
Lorenzo Bianconi
1
-1
/
+1
2024-02-12
ptrace: Introduce exception_ip arch hook
Jiaxun Yang
1
-0
/
+4
2024-02-12
Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+0
2024-02-12
net-device: move lstats in net_device_read_txrx
Eric Dumazet
1
-5
/
+5
2024-02-12
tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx group
Eric Dumazet
1
-2
/
+2
2024-02-12
tcp: move tp->scaling_ratio to tcp_sock_read_txrx group
Eric Dumazet
1
-1
/
+1
2024-02-11
Merge tag 'timers_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+3
2024-02-10
Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+5
2024-02-10
net: phy: provide whether link has changed in c37_read_status
Christian Marangi
1
-1
/
+1
2024-02-10
net: phy: add devm/of_phy_package_join helper
Christian Marangi
1
-0
/
+6
2024-02-09
Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
2
-2
/
+3
2024-02-09
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
2
-2
/
+21
2024-02-09
Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+23
2024-02-09
wwan: core: Add WWAN fastboot port type
Jinjian Song
1
-0
/
+2
2024-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-9
/
+9
2024-02-08
wifi: mac80211: adjust EHT capa when lowering bandwidth
Johannes Berg
1
-0
/
+3
2024-02-08
wifi: mac80211: implement MLO multicast deduplication
Johannes Berg
1
-0
/
+5
2024-02-08
wifi: mac80211: add/use ieee80211_get_sn()
Johannes Berg
1
-1
/
+6
2024-02-08
wifi: mac80211: refactor puncturing bitmap extraction
Johannes Berg
1
-0
/
+16
2024-02-07
Merge tag 'mlx5-updates-2024-02-01' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
2
-1
/
+2
2024-02-07
net: Do not return value from init_dummy_netdev()
Amit Cohen
1
-1
/
+1
2024-02-07
libceph: just wait for more data to be available on the socket
Xiubo Li
1
-1
/
+1
2024-02-07
libceph: fail sparse-read if the data length doesn't match
Xiubo Li
1
-1
/
+2
2024-02-06
net: phy: add helper phy_advertise_eee_all
Heiner Kallweit
1
-0
/
+1
2024-02-06
blk-wbt: Fix detection of dirty-throttled tasks
Jan Kara
1
-2
/
+5
2024-02-06
remap_range: merge do_clone_file_range() into vfs_clone_file_range()
Amir Goldstein
1
-3
/
+0
2024-02-06
net: phy: constify phydev->drv
Russell King (Oracle)
1
-1
/
+1
2024-02-06
hrtimer: Report offline hrtimer enqueue
Frederic Weisbecker
1
-1
/
+3
2024-02-05
net/mlx5: Remove initial segmentation duplicate definitions
Gal Pressman
1
-0
/
+1
2024-02-05
xfrm: generalize xdo_dev_state_update_curlft to allow statistics update
Leon Romanovsky
1
-1
/
+1
2024-02-05
wifi: cw1200: Convert to GPIO descriptors
Linus Walleij
1
-4
/
+0
[next]