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
2023-12-26
mptcp: rename mptcp_setsockopt_sol_ip_set_transparent()
Maxim Galaganov
1
-3
/
+3
2023-12-26
mptcp: don't overwrite sock_ops in mptcp_is_tcpsk()
Davide Caratti
1
-64
/
+44
2023-12-26
net: phy: at803x: better align function varibles to open parenthesis
Christian Marangi
1
-30
/
+37
2023-12-26
Merge branch 'net-sched-tc-block-ports-tracking'
David S. Miller
7
-65
/
+269
2023-12-26
net/sched: act_mirred: Allow mirred to block
Victor Nogueira
3
-2
/
+119
2023-12-26
net/sched: act_mirred: Add helper function tcf_mirred_replace_dev
Victor Nogueira
1
-4
/
+12
2023-12-26
net/sched: act_mirred: Create function tcf_mirred_to_dev and improve readability
Victor Nogueira
1
-57
/
+72
2023-12-26
net/sched: cls_api: Expose tc block to the datapath
Victor Nogueira
2
-1
/
+4
2023-12-26
net/sched: Introduce tc block netdev tracking infra
Victor Nogueira
4
-1
/
+62
2023-12-26
net: remove SOCK_DEBUG macro
Denis Kirjanov
1
-13
/
+0
2023-12-26
net: remove SOCK_DEBUG leftovers
Denis Kirjanov
5
-24
/
+24
2023-12-26
Merge branch 'net-smcv2.1-ISM-device-support'
David S. Miller
16
-295
/
+448
2023-12-26
net/smc: manage system EID in SMC stack instead of ISM driver
Wen Gu
6
-50
/
+37
2023-12-26
net/smc: disable SEID on non-s390 archs where virtual ISM may be used
Wen Gu
1
-0
/
+14
2023-12-26
net/smc: support extended GID in SMC-D lgr netlink attribute
Wen Gu
4
-0
/
+12
2023-12-26
net/smc: compatible with 128-bits extended GID of virtual ISM device
Wen Gu
12
-68
/
+167
2023-12-26
net/smc: define a reserved CHID range for virtual ISM devices
Wen Gu
1
-0
/
+20
2023-12-26
net/smc: introduce virtual ISM device support feature
Wen Gu
1
-3
/
+6
2023-12-26
net/smc: support SMCv2.x supplemental features negotiation
Wen Gu
4
-4
/
+22
2023-12-26
net/smc: unify the structs of accept or confirm message for v1 and v2
Wen Gu
3
-97
/
+62
2023-12-26
net/smc: introduce sub-functions for smc_clc_send_confirm_accept()
Wen Gu
1
-82
/
+115
2023-12-26
net/smc: rename some 'fce' to 'fce_v2x' for clarity
Wen Gu
1
-14
/
+16
2023-12-25
net: sfp: fix PHY discovery for FS SFP-10G-T module
Marek BehĂșn
1
-4
/
+13
2023-12-23
Merge branch 'dpaa2-switch-small-improvements'
David S. Miller
1
-48
/
+84
2023-12-23
dpaa2-switch: cleanup the egress flood of an unused FDB
Ioana Ciornei
1
-0
/
+6
2023-12-23
dpaa2-switch: move a check to the prechangeupper stage
Ioana Ciornei
1
-15
/
+16
2023-12-23
dpaa2-switch: reorganize the [pre]changeupper events
Ioana Ciornei
1
-25
/
+52
2023-12-23
dpaa2-switch: do not clear any interrupts automatically
Ioana Ciornei
1
-2
/
+2
2023-12-23
dpaa2-switch: add ENDPOINT_CHANGED to the irq_mask
Ioana Ciornei
1
-1
/
+1
2023-12-23
dpaa2-switch: print an error when the vlan is already configured
Ioana Ciornei
1
-2
/
+4
2023-12-23
dpaa2-switch: declare the netdev as IFF_LIVE_ADDR_CHANGE capable
Ioana Ciornei
1
-0
/
+1
2023-12-23
dpaa2-switch: set interface MAC address only on endpoint change
Ioana Ciornei
1
-3
/
+2
2023-12-23
Merge branch 'am65-cpsw-preemption-coalescing'
David S. Miller
9
-187
/
+1100
2023-12-23
net: ethernet: ti: am65-cpsw: add sw tx/rx irq coalescing based on hrtimers
Grygorii Strashko
3
-8
/
+134
2023-12-23
net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge support
Roger Quadros
6
-2
/
+456
2023-12-23
net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode
Grygorii Strashko
4
-4
/
+278
2023-12-23
net: ethernet: am65-cpsw: Move register definitions to header file
Roger Quadros
2
-35
/
+35
2023-12-23
net: ethernet: ti: am65-cpsw: Move code to avoid forward declaration
Roger Quadros
1
-43
/
+43
2023-12-23
net: ethernet: am65-cpsw: cleanup TAPRIO handling
Roger Quadros
1
-80
/
+71
2023-12-23
net: ethernet: am65-cpsw: Rename TI_AM65_CPSW_TAS to TI_AM65_CPSW_QOS
Roger Quadros
3
-8
/
+8
2023-12-23
net: ethernet: am65-cpsw: Build am65-cpsw-qos only if required
Roger Quadros
3
-13
/
+28
2023-12-23
selftests: forwarding: ethtool_mm: fall back to aggregate if device does not ...
Vladimir Oltean
2
-0
/
+20
2023-12-23
selftests: forwarding: ethtool_mm: support devices with higher rx-min-frag-size
Vladimir Oltean
1
-2
/
+35
2023-12-23
Merge branch 'net-selftests-unique-namespace-last-part'
David S. Miller
12
-157
/
+193
2023-12-23
kselftest/runner.sh: add netns support
Hangbin Liu
2
-3
/
+45
2023-12-23
selftests/net: convert pmtu.sh to run it in unique namespace
Hangbin Liu
1
-18
/
+9
2023-12-23
selftests/net: use unique netns name for setup_loopback.sh setup_veth.sh
Hangbin Liu
4
-15
/
+20
2023-12-23
selftests/net: convert xfrm_policy.sh to run it in unique namespace
Hangbin Liu
1
-69
/
+69
2023-12-23
selftests/net: convert stress_reuseport_listen.sh to run it in unique namespace
Hangbin Liu
1
-3
/
+3
2023-12-23
selftests/net: convert rtnetlink.sh to run it in unique namespace
Hangbin Liu
1
-16
/
+18
[prev]
[next]