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-06-12
CDC-NCM: add support for Apple's private interface
Ole André Vadla Ravnås
1
-1
/
+46
2024-06-12
Merge branch 'net-flower-validate-encapsulation-control-flags'
Jakub Kicinski
5
-4
/
+50
2024-06-12
ice: flower: validate encapsulation control flags
Asbjørn Sloth Tønnesen
1
-0
/
+4
2024-06-12
nfp: flower: validate encapsulation control flags
Asbjørn Sloth Tønnesen
1
-0
/
+4
2024-06-12
net/mlx5e: flower: validate encapsulation control flags
Asbjørn Sloth Tønnesen
1
-0
/
+6
2024-06-12
sfc: use flow_rule_is_supp_enc_control_flags()
Asbjørn Sloth Tønnesen
1
-4
/
+1
2024-06-12
flow_offload: add encapsulation control flag helpers
Asbjørn Sloth Tønnesen
1
-0
/
+35
2024-06-12
net: ethernet: mtk_eth_soc: ppe: add support for multiple PPEs
Elad Yifee
3
-45
/
+92
2024-06-12
Merge branch 'allow-configuration-of-multipath-hash-seed'
Jakub Kicinski
12
-14
/
+484
2024-06-12
selftests: forwarding: router_mpath_hash: Add a new selftest
Petr Machata
2
-0
/
+334
2024-06-12
selftests: forwarding: lib: Split sysctl_save() out of sysctl_set()
Petr Machata
1
-1
/
+8
2024-06-12
mlxsw: spectrum_router: Apply user-defined multipath hash seed
Petr Machata
1
-1
/
+5
2024-06-12
net: ipv4: Add a sysctl to set multipath hash seed
Petr Machata
6
-1
/
+119
2024-06-12
net: ipv4,ipv6: Pass multipath hash computation through a helper
Petr Machata
3
-12
/
+19
2024-06-12
net: xilinx: axienet: Use NL_SET_ERR_MSG instead of netdev_err
Sean Anderson
1
-3
/
+3
2024-06-12
ravb: RAVB should select PAGE_POOL
Geert Uytterhoeven
1
-0
/
+1
2024-06-12
Merge branch 'net-flow-dissector-allow-explicit-passing-of-netns'
Jakub Kicinski
4
-12
/
+34
2024-06-12
net: add and use __skb_get_hash_symmetric_net
Florian Westphal
3
-5
/
+12
2024-06-12
net: add and use skb_get_hash_net
Florian Westphal
3
-7
/
+22
2024-06-12
Merge branch 'tcp-ao-md5-racepoits'
David S. Miller
9
-157
/
+443
2024-06-12
Documentation/tcp-ao: Add a few lines on tracepoints
Dmitry Safonov
1
-0
/
+9
2024-06-12
net/tcp: Remove tcp_hash_fail()
Dmitry Safonov
3
-71
/
+0
2024-06-12
net/tcp: Add tcp-md5 and tcp-ao tracepoints
Dmitry Safonov
5
-2
/
+355
2024-06-12
net/tcp: Move tcp_inbound_hash() from headers
Dmitry Safonov
2
-76
/
+76
2024-06-12
net/tcp: Add a helper tcp_ao_hdr_maclen()
Dmitry Safonov
2
-1
/
+6
2024-06-12
net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefs
Dmitry Safonov
2
-16
/
+6
2024-06-11
Merge branch 'selftests-mptcp-use-net-lib-sh-to-manage-netns'
Jakub Kicinski
2
-44
/
+40
2024-06-11
selftests: mptcp: lib: use wait_local_port_listen helper
Geliang Tang
1
-14
/
+2
2024-06-11
selftests: mptcp: lib: use setup/cleanup_ns helpers
Geliang Tang
1
-9
/
+8
2024-06-11
selftests: net: lib: remove 'ns' var in setup_ns
Geliang Tang
1
-8
/
+12
2024-06-11
selftests: net: lib: do not set ns var as readonly
Matthieu Baerts (NGI0)
1
-3
/
+3
2024-06-11
selftests: net: lib: remove ns from list after clean-up
Matthieu Baerts (NGI0)
1
-4
/
+17
2024-06-11
selftests: net: lib: ignore possible errors
Matthieu Baerts (NGI0)
1
-9
/
+1
2024-06-11
Merge branch 'net-core-unify-dstats-with-tstats-and-lstats-implement-generic-...
Jakub Kicinski
3
-45
/
+73
2024-06-11
net: vrf: move to generic dstat helpers
Jeremy Kerr
1
-28
/
+0
2024-06-11
net: core: Implement dstats-type stats collections
Jeremy Kerr
1
-0
/
+50
2024-06-11
net: core,vrf: Change pcpu_dstat fields to u64_stats_t
Jeremy Kerr
2
-22
/
+28
2024-06-11
ip_tunnel: Move stats allocation to core
Breno Leitao
1
-8
/
+2
2024-06-11
net: dsa: Fix typo in NET_DSA_TAG_RTL4_A Kconfig
Chris Packham
1
-1
/
+1
2024-06-10
Merge branch 'intel-wired-lan-driver-updates-2024-06-03'
Jakub Kicinski
15
-37
/
+54
2024-06-10
ice: use irq_update_affinity_hint()
Michal Schmidt
2
-4
/
+4
2024-06-10
ice: add and use roundup_u64 instead of open coding equivalent
Jacob Keller
2
-2
/
+29
2024-06-10
net: intel: Use *-y instead of *-objs in Makefile
Andy Shevchenko
11
-31
/
+21
2024-06-10
isdn: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
13
-0
/
+13
2024-06-10
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
50
-527
/
+1887
2024-06-10
Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
222
-2667
/
+12789
2024-06-10
Merge branch 'fix-changing-dsa-conduit'
David S. Miller
3
-50
/
+89
2024-06-10
net: dsa: update the unicast MAC address when changing conduit
Marek Behún
3
-8
/
+44
2024-06-10
net: dsa: deduplicate code adding / deleting the port address to fdb
Marek Behún
1
-44
/
+47
2024-06-10
Merge branch 'rtnetlink-rtnl_lock'
David S. Miller
3
-20
/
+10
[next]