index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-03
net: fec: make FIXED_PHY dependency unconditional
Arnd Bergmann
1
-1
/
+1
2026-03-27
net: enetc: do not allow VF to configure the RSS key
Wei Fang
1
-1
/
+5
2026-03-27
net: enetc: check whether the RSS algorithm is Toeplitz
Wei Fang
1
-0
/
+4
2026-03-26
net: enetc: do not access non-existent registers on pseudo MAC
Wei Fang
1
-0
/
+7
2026-03-26
net: enetc: add graceful stop to safely reinitialize the TX Ring
Wei Fang
2
-14
/
+108
2026-03-26
net: enetc: reset PIR and CIR if they are not equal when initializing TX ring
Wei Fang
1
-1
/
+12
2026-03-26
net: fec: fix the PTP periodic output sysfs interface
Buday Csaba
1
-3
/
+0
2026-03-23
net: enetc: fix the output issue of 'ethtool --show-ring'
Wei Fang
1
-0
/
+2
2026-03-10
net: enetc: do not skip setting LaBCR[MDIO_PHYAD_PRTAD] for addr 0
Wei Fang
1
-12
/
+0
2026-03-10
net: enetc: fix incorrect fallback PHY address handling
Wei Fang
1
-2
/
+10
2026-03-05
net: enetc: use truesize as XDP RxQ info frag_size
Larysa Zaremba
1
-1
/
+1
2026-02-28
dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handler
Guenter Roeck
1
-1
/
+2
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+7
2026-02-26
dpaa2-switch: validate num_ifs to prevent out-of-bounds write
Junrui Luo
1
-0
/
+7
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
5
-9
/
+7
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
3
-10
/
+5
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
25
-46
/
+46
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
26
-84
/
+79
2026-02-10
net: fec: add AF_XDP zero-copy support
Wei Fang
2
-44
/
+754
2026-02-10
net: fec: improve fec_enet_tx_queue()
Wei Fang
1
-26
/
+17
2026-02-10
net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page pool
Wei Fang
1
-32
/
+58
2026-02-10
net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()
Wei Fang
1
-18
/
+40
2026-02-10
net: fec: remove the size parameter from fec_enet_create_page_pool()
Wei Fang
1
-3
/
+3
2026-02-10
net: fec: use switch statement to check the type of tx_buf
Wei Fang
1
-61
/
+73
2026-02-10
net: fec: remove unnecessary NULL pointer check when clearing TX BD ring
Wei Fang
1
-23
/
+12
2026-02-10
net: fec: transmit XDP frames in bulk
Wei Fang
1
-3
/
+9
2026-02-10
net: fec: add tx_qid parameter to fec_enet_xdp_tx_xmit()
Wei Fang
1
-19
/
+19
2026-02-10
net: fec: add fec_enet_rx_queue_xdp() for XDP path
Wei Fang
1
-86
/
+170
2026-02-10
net: fec: improve fec_enet_rx_queue()
Wei Fang
1
-20
/
+15
2026-02-10
net: fec: add fec_build_skb() to build a skb
Wei Fang
1
-46
/
+60
2026-02-10
net: fec: add rx_shift to indicate the extra bytes padded in front of RX frame
Wei Fang
2
-13
/
+9
2026-02-10
net: fec: add fec_rx_error_check() to check RX errors
Wei Fang
1
-22
/
+36
2026-02-10
net: fec: add fec_txq_trigger_xmit() helper
Wei Fang
1
-18
/
+14
2026-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-14
/
+34
2026-02-02
net: enetc: Convert 16-bit register reads to 32-bit for ENETC v4
Claudiu Manoil
2
-4
/
+15
2026-02-02
net: enetc: Convert 16-bit register writes to 32-bit for ENETC v4
Claudiu Manoil
1
-2
/
+2
2026-02-02
net: enetc: Remove CBDR cacheability AXI settings for ENETC v4
Claudiu Manoil
1
-4
/
+0
2026-02-02
net: enetc: Remove SI/BDR cacheability AXI settings for ENETC v4
Claudiu Manoil
1
-4
/
+7
2026-01-29
dpaa2-switch: add bounds check for if_id in IRQ handler
Junrui Luo
1
-0
/
+4
2026-01-29
dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zero
Junrui Luo
1
-0
/
+6
2026-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+10
2026-01-22
net: fec: account for VLAN header in frame length calculations
Clemens Gruber
1
-6
/
+7
2026-01-15
net: freescale: ucc_geth: Return early when TBI PHY can't be found
Maxime Chevallier
1
-1
/
+3
2026-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2026-01-08
net: enetc: fix build warning when PAGE_SIZE is greater than 128K
Wei Fang
1
-2
/
+2
2026-01-06
net: fec: Add stop mode support on i.MX8DX/i.MX8QP
Francesco Dolcini
1
-0
/
+2
2025-12-30
net: enetc: do not print error log if addr is 0
Wei Fang
1
-1
/
+7
2025-12-18
net: enetc: do not transmit redirected XDP frames when the link is down
Wei Fang
1
-1
/
+2
2025-12-04
net: fec: ERR007885 Workaround for XDP TX path
Wei Fang
1
-1
/
+6
[next]