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
2021-10-26
net/mlx5: Add SHAMPO caps, HW bits and enumerations
Ben Ben-Ishay
4
-3
/
+64
2021-10-26
net/mlx5e: Rename lro_timeout to packet_merge_timeout
Ben Ben-Ishay
5
-9
/
+9
2021-10-26
net: Prevent HW-GRO and LRO features operate together
Ben Ben-ishay
1
-0
/
+5
2021-10-26
lib: bitmap: Introduce node-aware alloc API
Tariq Toukan
2
-0
/
+15
2021-10-26
net: phy: fixed warning: Function parameter not described
Luo Jie
1
-0
/
+1
2021-10-26
net/mlx5: remove the recent devlink params
Jakub Kicinski
10
-207
/
+9
2021-10-26
Merge branch 'phy-supported-interfaces-bitmap'
David S. Miller
3
-2
/
+81
2021-10-26
net: phylink: use supported_interfaces for phylink validation
Russell King (Oracle)
2
-2
/
+46
2021-10-26
net: phylink: add MAC phy_interface_t bitmap
Russell King
1
-0
/
+1
2021-10-26
net: phy: add phy_interface_t bitmap support
Russell King (Oracle)
1
-0
/
+34
2021-10-26
Merge branch 'dsa-isolation-prep'
David S. Miller
2
-3
/
+2
2021-10-26
net: dsa: stop calling dev_hold in dsa_slave_fdb_event
Vladimir Oltean
1
-3
/
+0
2021-10-26
net: dsa: flush switchdev workqueue when leaving the bridge
Vladimir Oltean
1
-0
/
+2
2021-10-26
ifb: Depend on netfilter alternatively to tc
Lukas Wunner
1
-1
/
+1
2021-10-26
mctp: Implement extended addressing
Jeremy Kerr
5
-39
/
+170
2021-10-26
net: ax88796c: Remove pointless check in ax88796c_open()
Nathan Chancellor
1
-5
/
+4
2021-10-26
net: ax88796c: Fix clang -Wimplicit-fallthrough in ax88796c_set_mac()
Nathan Chancellor
1
-0
/
+2
2021-10-26
net: mana: Allow setting the number of queues while the NIC is down
Haiyang Zhang
2
-13
/
+9
2021-10-26
net: hsr: Add support for redbox supervision frames
Andreas Oetken
4
-26
/
+113
2021-10-26
Merge branch 'tcp_stream_alloc_skb'
David S. Miller
4
-19
/
+15
2021-10-26
tcp: remove unneeded code from tcp_stream_alloc_skb()
Eric Dumazet
1
-3
/
+0
2021-10-26
tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skb
Eric Dumazet
1
-2
/
+2
2021-10-26
tcp: rename sk_stream_alloc_skb
Eric Dumazet
4
-14
/
+13
2021-10-26
net: annotate data-race in neigh_output()
Eric Dumazet
1
-3
/
+8
2021-10-26
Merge branch 'mlxsw-rif-mac-prefixes'
David S. Miller
14
-149
/
+778
2021-10-26
selftests: mlxsw: Remove deprecated test cases
Danielle Ratson
1
-90
/
+0
2021-10-26
selftests: Add an occupancy test for RIF MAC profiles
Danielle Ratson
1
-0
/
+117
2021-10-26
selftests: mlxsw: Add forwarding test for RIF MAC profiles
Danielle Ratson
1
-0
/
+213
2021-10-26
selftests: mlxsw: Add a scale test for RIF MAC profiles
Danielle Ratson
5
-2
/
+106
2021-10-26
mlxsw: spectrum_router: Expose RIF MAC profiles to devlink resource
Danielle Ratson
3
-2
/
+47
2021-10-26
mlxsw: spectrum_router: Add RIF MAC profiles support
Danielle Ratson
2
-47
/
+272
2021-10-26
mlxsw: spectrum_router: Propagate extack further
Danielle Ratson
1
-8
/
+15
2021-10-26
mlxsw: resources: Add resource identifier for RIF MAC profiles
Danielle Ratson
1
-0
/
+2
2021-10-26
mlxsw: reg: Add MAC profile ID field to RITR register
Danielle Ratson
1
-0
/
+6
2021-10-26
Merge branch 'netfilter-vrf-rework'
David S. Miller
3
-5
/
+51
2021-10-26
vrf: run conntrack only in context of lower/physdev for locally generated pac...
Florian Westphal
1
-4
/
+24
2021-10-26
netfilter: conntrack: skip confirmation and nat hooks in postrouting for vrf
Florian Westphal
2
-1
/
+27
2021-10-26
Merge tag 'mlx5-updates-2021-10-25' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
27
-93
/
+787
2021-10-26
tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()
Jon Maxwell
1
-1
/
+1
2021-10-25
Merge branch 'small-fixes-for-true-expression-checks'
Jakub Kicinski
2
-3
/
+3
2021-10-25
net: qed_dev: fix check of true !rc expression
Jean Sacren
1
-1
/
+1
2021-10-25
net: qed_ptp: fix check of true !rc expression
Jean Sacren
1
-2
/
+2
2021-10-25
Merge branch 'tcp-receive-path-optimizations'
Jakub Kicinski
11
-38
/
+79
2021-10-25
ipv6/tcp: small drop monitor changes
Eric Dumazet
1
-2
/
+2
2021-10-25
ipv4: guard IP_MINTTL with a static key
Eric Dumazet
3
-8
/
+20
2021-10-25
ipv4: annotate data races arount inet->min_ttl
Eric Dumazet
2
-3
/
+9
2021-10-25
ipv6: guard IPV6_MINHOPCOUNT with a static key
Eric Dumazet
3
-8
/
+20
2021-10-25
ipv6: annotate data races around np->min_hopcount
Eric Dumazet
2
-3
/
+8
2021-10-25
net: annotate accesses to sk->sk_rx_queue_mapping
Eric Dumazet
1
-3
/
+7
2021-10-25
net: avoid dirtying sk->sk_rx_queue_mapping
Eric Dumazet
1
-4
/
+2
[next]