index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-13
e1000: Hold RTNL when e1000_down can be called
Joe Damato
1
-1
/
+9
2024-11-13
igbvf: remove unused spinlock
Wander Lairson Costa
2
-6
/
+0
2024-11-13
igb: Fix 2 typos in comments in igb_main.c
Johnny Park
1
-2
/
+2
2024-11-13
igc: remove autoneg parameter from igc_mac_info
Vitaly Lifshits
6
-195
/
+163
2024-11-13
ixgbe: Break include dependency cycle
Diomidis Spinellis
7
-14
/
+22
2024-11-13
ice: Unbind the workqueue
Frederic Weisbecker
1
-1
/
+1
2024-11-13
ice: use stack variable for virtchnl_supported_rxdids
Jacob Keller
1
-16
/
+4
2024-11-13
ice: initialize pf->supported_rxdids immediately after loading DDP
Jacob Keller
2
-18
/
+33
2024-11-13
ice: only allow Tx promiscuous for multicast
Brett Creeley
2
-10
/
+19
2024-11-13
ice: Add support for persistent NAPI config
Joe Damato
2
-3
/
+6
2024-11-13
ice: support optional flags in signature segment header
Przemek Kitszel
2
-7
/
+20
2024-11-13
ice: refactor "last" segment of DDP pkg
Przemek Kitszel
1
-137
/
+151
2024-11-13
ice: extend dump serdes equalizer values feature
Mateusz Polchlopek
3
-0
/
+51
2024-11-13
ice: rework of dump serdes equalizer values feature
Mateusz Polchlopek
2
-77
/
+38
2024-11-05
Merge branch 'net-lan969x-add-vcap-functionality'
Paolo Abeni
10
-36
/
+3995
2024-11-05
net: lan969x: add VCAP configuration data
Daniel Machon
4
-1
/
+90
2024-11-05
net: lan969x: add autogenerated VCAP information
Daniel Machon
4
-1
/
+3852
2024-11-05
net: sparx5: execute sparx5_vcap_init() on lan969x
Daniel Machon
1
-6
/
+4
2024-11-05
net: sparx5: add new VCAP constants to match data
Daniel Machon
4
-3
/
+13
2024-11-05
net: sparx5: replace SPX5_PORTS with n_ports
Daniel Machon
1
-9
/
+15
2024-11-05
net: sparx5: expose some sparx5 VCAP symbols
Daniel Machon
2
-17
/
+22
2024-11-05
Merge branch 'virtio_net-enable-premapped-mode-by-default'
Paolo Abeni
1
-47
/
+66
2024-11-05
virtio_net: rx remove premapped failover code
Xuan Zhuo
1
-46
/
+44
2024-11-05
virtio_net: enable premapped mode for merge and small by default
Xuan Zhuo
1
-0
/
+15
2024-11-05
virtio_net: big mode skip the unmap check
Xuan Zhuo
1
-2
/
+2
2024-11-05
virtio-net: fix overflow inside virtnet_rq_alloc
Xuan Zhuo
1
-3
/
+9
2024-11-05
Merge branch 'fix-sparse-warnings-in-dpaa_eth-driver'
Jakub Kicinski
2
-11
/
+17
2024-11-05
net: dpaa_eth: extract hash using __be32 pointer in rx_default_dqrr()
Vladimir Oltean
1
-1
/
+1
2024-11-05
net: dpaa_eth: add assertions about SGT entry offsets in sg_fd_to_skb()
Vladimir Oltean
1
-9
/
+15
2024-11-05
soc: fsl_qbman: use be16_to_cpu() in qm_sg_entry_get_off()
Vladimir Oltean
1
-1
/
+1
2024-11-05
net: ena: remove devm from ethtool
Rosen Penev
1
-9
/
+5
2024-11-05
ptp: Remove 'default y' for VMCLOCK PTP device
David Woodhouse
1
-1
/
+5
2024-11-05
net: ena: Remove deadcode
Dr. David Alan Gilbert
2
-51
/
+0
2024-11-05
net: ena: Remove autopolling mode
Dr. David Alan Gilbert
2
-34
/
+5
2024-11-05
tools: ynl-gen: de-kdocify enums with no doc for entries
Jakub Kicinski
3
-12
/
+19
2024-11-05
net: tcp: replace the document for "lsndtime" in tcp_sock
Menglong Dong
1
-2
/
+1
2024-11-04
Merge branch 'mx95-netc-support'
David S. Miller
21
-416
/
+2273
2024-11-04
MAINTAINERS: update ENETC driver files and maintainers
Wei Fang
1
-0
/
+7
2024-11-04
net: enetc: add preliminary support for i.MX95 ENETC PF
Wei Fang
14
-28
/
+1113
2024-11-04
net: enetc: optimize the allocation of tx_bdr
Clark Wang
1
-2
/
+8
2024-11-04
net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()
Clark Wang
1
-85
/
+92
2024-11-04
net: enetc: add i.MX95 EMDIO support
Wei Fang
1
-0
/
+3
2024-11-04
net: enetc: remove ERR050089 workaround for i.MX95
Vladimir Oltean
2
-10
/
+52
2024-11-04
net: enetc: build enetc_pf_common.c as a separate module
Wei Fang
6
-16
/
+89
2024-11-04
net: enetc: extract common ENETC PF parts for LS1028A and i.MX95 platforms
Wei Fang
4
-295
/
+319
2024-11-04
net: enetc: add initial netc-blk-ctrl driver support
Wei Fang
4
-0
/
+481
2024-11-04
dt-bindings: net: add bindings for NETC blocks control
Wei Fang
1
-0
/
+104
2024-11-04
dt-bindings: net: add i.MX95 ENETC support
Wei Fang
1
-3
/
+25
2024-11-04
dt-bindings: net: add compatible string for i.MX95 EMDIO
Wei Fang
1
-4
/
+7
2024-11-04
Merge branch 'mlx5-misc-patches-2024-10-31'
Jakub Kicinski
69
-121
/
+177
[next]