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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-02
netdev-genl: Set extack and fix error on napi-get
Joe Damato
1
-3
/
+5
2024-09-02
net: stmmac: drop the ethtool begin() callback
Andrew Halaney
1
-8
/
+0
2024-09-01
Merge branch 'octeontx2-af-cpt-update'
David S. Miller
5
-23
/
+143
2024-09-01
octeontx2-af: configure default CPT credits for CN10KA B0
Srujana Challa
3
-0
/
+39
2024-09-01
octeontx2-af: avoid RXC register access for CN10KB
Srujana Challa
2
-3
/
+24
2024-09-01
octeontx2-af: use dynamic interrupt vectors for CN10K
Srujana Challa
3
-20
/
+80
2024-08-31
Merge branch 'unmask-dscp-bits'
David S. Miller
10
-16
/
+25
2024-08-31
bpf: Unmask upper DSCP bits in __bpf_redirect_neigh_v4()
Ido Schimmel
1
-1
/
+1
2024-08-31
vrf: Unmask upper DSCP bits in vrf_process_v4_outbound()
Ido Schimmel
1
-1
/
+2
2024-08-31
ipvlan: Unmask upper DSCP bits in ipvlan_process_v4_outbound()
Ido Schimmel
1
-1
/
+3
2024-08-31
ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_xmit()
Ido Schimmel
1
-2
/
+3
2024-08-31
ipv4: Unmask upper DSCP bits in ip_send_unicast_reply()
Ido Schimmel
1
-1
/
+2
2024-08-31
xfrm: Unmask upper DSCP bits in xfrm_get_tos()
Ido Schimmel
2
-3
/
+2
2024-08-31
ipv4: Unmask upper DSCP bits when building flow key
Ido Schimmel
1
-2
/
+2
2024-08-31
ipv4: Unmask upper DSCP bits in get_rttos()
Ido Schimmel
1
-1
/
+4
2024-08-31
ipv4: Unmask upper DSCP bits in ip_sock_rt_tos()
Ido Schimmel
1
-1
/
+2
2024-08-31
ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()
Ido Schimmel
1
-1
/
+2
2024-08-31
ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()
Ido Schimmel
1
-1
/
+1
2024-08-31
ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookup
Ido Schimmel
1
-1
/
+1
2024-08-30
ethtool: pse-pd: move pse validation into set
Diogo Jahchan Koike
1
-9
/
+6
2024-08-30
Documentation: Add missing fields to net_cachelines
Joe Damato
1
-0
/
+2
2024-08-30
Merge branch 'icmp-avoid-possible-side-channels-attacks'
Jakub Kicinski
5
-84
/
+98
2024-08-30
icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netns
Eric Dumazet
4
-24
/
+22
2024-08-30
icmp: move icmp_global.credit and icmp_global.stamp to per netns storage
Eric Dumazet
4
-20
/
+17
2024-08-30
icmp: change the order of rate limits
Eric Dumazet
3
-57
/
+76
2024-08-30
net: openvswitch: Use ERR_CAST() to return
Yan Zhen
1
-1
/
+1
2024-08-30
nfp: Convert to use ERR_CAST()
Shen Lichuan
1
-1
/
+1
2024-08-30
sfc: Convert to use ERR_CAST()
Shen Lichuan
1
-1
/
+1
2024-08-30
Merge branch 'am-qt2025-phy-rust'
David S. Miller
10
-43
/
+426
2024-08-30
net: phy: add Applied Micro QT2025 PHY driver
FUJITA Tomonori
4
-0
/
+119
2024-08-30
rust: net::phy unified genphy_read_status function for C22 and C45 registers
FUJITA Tomonori
2
-10
/
+30
2024-08-30
rust: net::phy unified read/write API for C22 and C45 registers
FUJITA Tomonori
5
-27
/
+209
2024-08-30
rust: net::phy implement AsRef<kernel::device::Device> trait
FUJITA Tomonori
1
-7
/
+17
2024-08-30
rust: net::phy support probe callback
FUJITA Tomonori
1
-0
/
+25
2024-08-30
rust: sizes: add commonly used constants
FUJITA Tomonori
2
-0
/
+27
2024-08-29
Merge branch 'bnxt_en-update-for-net-next'
Jakub Kicinski
6
-187
/
+279
2024-08-29
bnxt_en: Support dynamic MSIX
Michael Chan
1
-3
/
+34
2024-08-29
bnxt_en: Allocate the max bp->irq_tbl size for dynamic msix allocation
Michael Chan
1
-2
/
+5
2024-08-29
bnxt_en: Replace deprecated PCI MSIX APIs
Michael Chan
1
-16
/
+5
2024-08-29
bnxt_en: Remove register mapping to support INTX
Michael Chan
2
-21
/
+0
2024-08-29
bnxt_en: Remove BNXT_FLAG_USING_MSIX flag
Michael Chan
3
-88
/
+17
2024-08-29
bnxt_en: Deprecate support for legacy INTX mode
Michael Chan
2
-36
/
+8
2024-08-29
bnxt_en: Support QOS and TPID settings for the SRIOV VLAN
Sreekanth Reddy
3
-12
/
+15
2024-08-29
bnxt_en: add support for retrieving crash dump using ethtool
Vikas Gupta
2
-9
/
+84
2024-08-29
bnxt_en: add support for storing crash dump into host memory
Vikas Gupta
4
-5
/
+116
2024-08-29
Merge branch 'adding-so_peek_off-for-tcpv6'
Jakub Kicinski
3
-0
/
+185
2024-08-29
selftests: add selftest for tcp SO_PEEK_OFF support
Jon Maloy
2
-0
/
+184
2024-08-29
tcp: add SO_PEEK_OFF socket option tor TCPv6
Jon Maloy
1
-0
/
+1
2024-08-29
tools: ynl: error check scanf() in a sample
Jakub Kicinski
1
-1
/
+5
2024-08-29
Merge branch 'replace-deprecated-strcpy-with-strscpy'
Jakub Kicinski
7
-8
/
+8
[next]