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-02-02
net: mediatek: sgmii: ensure the SGMII PHY is powered down on configuration
Alexander Couzens
2
-11
/
+30
2023-02-02
Merge tag 'linux-can-fixes-for-6.2-20230202' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
4
-56
/
+65
2023-02-02
Merge branch 'maintainers-spring-refresh-of-networking-maintainers'
Jakub Kicinski
3
-3
/
+10
2023-02-02
MAINTAINERS: update SCTP maintainers
Jakub Kicinski
2
-1
/
+5
2023-02-02
MAINTAINERS: ipv6: retire Hideaki Yoshifuji
Jakub Kicinski
1
-1
/
+0
2023-02-02
mailmap: add John Crispin's entry
Jakub Kicinski
1
-0
/
+1
2023-02-02
MAINTAINERS: bonding: move Veaceslav Falico to CREDITS
Jakub Kicinski
2
-1
/
+4
2023-02-02
net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
Fedor Pchelkin
1
-6
/
+6
2023-02-02
net: ethernet: mtk_eth_soc: disable hardware DSA untagging for second MAC
Arınç ÜNAL
1
-2
/
+4
2023-02-02
virtio-net: Keep stop() to follow mirror sequence of open()
Parav Pandit
1
-1
/
+1
2023-02-02
selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchma...
Andrei Gherzan
1
-7
/
+27
2023-02-02
selftests: net: udpgso_bench: Fix racing bug between the rx/tx programs
Andrei Gherzan
1
-4
/
+20
2023-02-02
selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are provided
Andrei Gherzan
2
-0
/
+4
2023-02-02
selftests: net: udpgso_bench_rx: Fix 'used uninitialized' compiler warning
Andrei Gherzan
1
-1
/
+1
2023-02-02
can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing tx_obj_num_coa...
Marc Kleine-Budde
1
-0
/
+1
2023-02-02
can: isotp: split tx timer into transmission and timeout
Oliver Hartkopp
1
-36
/
+29
2023-02-02
can: isotp: handle wait_event_interruptible() return values
Oliver Hartkopp
1
-0
/
+4
2023-02-02
can: raw: fix CAN FD frame transmissions over CAN XL devices
Oliver Hartkopp
1
-16
/
+31
2023-02-02
can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
Ziyang Xuan
1
-4
/
+0
2023-02-02
hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
Michael Kelley
1
-7
/
+2
2023-02-01
octeontx2-af: Fix devlink unregister
Ratheesh Kannoth
1
-8
/
+27
2023-02-01
igc: return an error if the mac type is unknown in igc_ptp_systim_to_hwtstamp()
Tom Rix
1
-5
/
+9
2023-02-01
nfp: flower: avoid taking mutex in atomic context
Yanguo Li
1
-1
/
+7
2023-02-01
Merge branch 'ip-ip6_gre-fix-gre-tunnels-not-generating-ipv6-link-local-addre...
Jakub Kicinski
1
-27
/
+32
2023-02-01
ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local address
Thomas Winter
1
-5
/
+5
2023-02-01
ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local address
Thomas Winter
1
-22
/
+27
2023-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
2
-2
/
+4
2023-01-31
net: phy: meson-gxl: Add generic dummy stubs for MMD register access
Chris Healy
1
-0
/
+2
2023-01-31
net: fix NULL pointer in skb_segment_list
Yan Zhai
1
-3
/
+2
2023-01-31
net: fman: memac: free mdio device if lynx_pcs_create() fails
Vladimir Oltean
1
-0
/
+3
2023-01-31
sctp: do not check hb_timer.expires when resetting hb_timer
Xin Long
1
-3
/
+1
2023-01-31
Revert "netfilter: conntrack: fix bug in for_each_sctp_chunk"
Florian Westphal
1
-2
/
+3
2023-01-31
netfilter: br_netfilter: disable sabotage_in hook after first suppression
Florian Westphal
1
-0
/
+1
2023-01-31
net: sched: sch: Bounds check priority
Kees Cook
1
-1
/
+4
2023-01-31
net: ethernet: mtk_eth_soc: Avoid truncating allocation
Kees Cook
2
-3
/
+1
2023-01-30
Merge tag 'ieee802154-for-net-2023-01-30' of git://git.kernel.org/pub/scm/lin...
Jakub Kicinski
1
-1
/
+0
2023-01-30
net/tls: tls_is_tx_ready() checked list_entry
Pietro Borrello
1
-1
/
+1
2023-01-30
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
6
-20
/
+44
2023-01-30
net: phy: fix null dereference in phy_attach_direct
Colin Foster
1
-1
/
+1
2023-01-30
netrom: Fix use-after-free caused by accept on already connected socket
Hyunwoo Kim
1
-0
/
+5
2023-01-30
net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoC
Andrey Konovalov
3
-1
/
+5
2023-01-28
selftest: net: Improve IPV6_TCLASS/IPV6_HOPLIMIT tests apparmor compatibility
Andrei Gherzan
1
-1
/
+1
2023-01-28
Merge branch 't7xx-pm-fixes'
David S. Miller
4
-11
/
+47
2023-01-28
net: wwan: t7xx: Fix Runtime PM initialization
Kornel Dulęba
1
-0
/
+2
2023-01-28
net: wwan: t7xx: Fix Runtime PM resume sequence
Kornel Dulęba
3
-11
/
+45
2023-01-28
net: mctp: purge receive queues on sk destruction
Jeremy Kerr
1
-0
/
+6
2023-01-28
net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices
Andre Kalb
1
-2
/
+4
2023-01-28
net: qrtr: free memory on error path in radix_tree_insert()
Natalia Petrova
1
-1
/
+4
2023-01-28
net/rose: Fix to not accept on connected socket
Hyunwoo Kim
1
-0
/
+8
2023-01-28
sfc: correctly advertise tunneled IPv6 segmentation
Íñigo Huguet
1
-1
/
+4
[next]