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-7.0.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
2021-03-12
net/mlx5: Remove second FW tracer check
Leon Romanovsky
2
-7
/
+2
2021-03-12
net/mlx5: Separate probe vs. reload flows
Leon Romanovsky
5
-61
/
+107
2021-03-12
net/mlx5: Remove impossible checks of interface state
Leon Romanovsky
1
-5
/
+0
2021-03-12
net/mlx5: Don't skip vport check
Saeed Mahameed
3
-1
/
+13
2021-03-11
net: fddi: skfp: Mundane typo fixes throughout the file smt.h
Bhaskar Chowdhury
1
-4
/
+4
2021-03-11
net: ipv4: route.c: fix space before tab
Shubhankar Kuranagatti
1
-5
/
+5
2021-03-11
Merge branch 'ionic-next'
David S. Miller
6
-203
/
+226
2021-03-11
ionic: simplify use of completion types
Shannon Nelson
1
-12
/
+7
2021-03-11
ionic: rebuild debugfs on qcq swap
Shannon Nelson
1
-0
/
+3
2021-03-11
ionic: simplify rx skb alloc
Shannon Nelson
1
-41
/
+22
2021-03-11
ionic: optimize fastpath struct usage
Shannon Nelson
6
-39
/
+34
2021-03-11
ionic: implement Rx page reuse
Shannon Nelson
2
-89
/
+138
2021-03-11
ionic: move rx_page_alloc and free
Shannon Nelson
1
-70
/
+70
2021-03-11
Merge branch 'dpaa2-switch-next'
David S. Miller
17
-690
/
+2092
2021-03-11
staging: dpaa2-switch: move the driver out of staging
Ioana Ciornei
16
-163
/
+15
2021-03-11
staging: dpaa2-switch: prevent joining a bridge while VLAN uppers are present
Ioana Ciornei
1
-1
/
+29
2021-03-11
staging: dpaa2-switch: add fast-ageing on bridge leave
Ioana Ciornei
2
-16
/
+63
2021-03-11
staging: dpaa2-switch: accept only vlan-aware upper devices
Ioana Ciornei
3
-19
/
+76
2021-03-11
staging: dpaa2-switch: move the notifier register to module_init()
Ioana Ciornei
2
-87
/
+95
2021-03-11
staging: dpaa2-switch: properly setup switching domains
Ioana Ciornei
5
-41
/
+514
2021-03-11
staging: dpaa2-switch: enable the control interface
Ioana Ciornei
4
-0
/
+53
2021-03-11
staging: dpaa2-switch: add .ndo_start_xmit() callback
Ioana Ciornei
5
-16
/
+245
2021-03-11
staging: dpaa2-switch: handle Rx path on control interface
Ioana Ciornei
2
-12
/
+460
2021-03-11
staging: dpaa2-switch: setup dpio
Ioana Ciornei
5
-0
/
+137
2021-03-11
staging: dpaa2-switch: setup buffer pool and RX path rings
Ioana Ciornei
5
-0
/
+209
2021-03-11
staging: dpaa2-switch: get control interface attributes
Ioana Ciornei
5
-11
/
+136
2021-03-11
staging: dpaa2-switch: remove obsolete .ndo_fdb_{add|del} callbacks
Ioana Ciornei
1
-27
/
+0
2021-03-11
staging: dpaa2-switch: fix up initial forwarding configuration done by firmware
Ioana Ciornei
1
-29
/
+51
2021-03-11
staging: dpaa2-switch: remove broken learning and flooding support
Ioana Ciornei
5
-259
/
+0
2021-03-11
Merge branch 'enetc-cleanups'
David S. Miller
5
-251
/
+212
2021-03-11
net: enetc: make enetc_refill_rx_ring update the consumer index
Vladimir Oltean
1
-9
/
+8
2021-03-11
net: enetc: remove forward declaration for enetc_map_tx_buffs
Vladimir Oltean
1
-38
/
+35
2021-03-11
net: enetc: remove forward-declarations of enetc_clean_{rx,tx}_ring
Vladimir Oltean
1
-48
/
+44
2021-03-11
net: enetc: use enum enetc_active_offloads
Vladimir Oltean
1
-1
/
+1
2021-03-11
net: enetc: simplify callers of enetc_rxbd_next
Vladimir Oltean
2
-24
/
+20
2021-03-11
net: enetc: don't initialize unused ports from a separate code path
Vladimir Oltean
3
-50
/
+30
2021-03-11
net: enetc: pass bd_count as an argument to enetc_setup_cbdr
Vladimir Oltean
4
-9
/
+7
2021-03-11
net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdr
Vladimir Oltean
4
-15
/
+8
2021-03-11
net: enetc: save the mode register address inside struct enetc_cbdr
Vladimir Oltean
4
-13
/
+15
2021-03-11
net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdr
Vladimir Oltean
4
-24
/
+18
2021-03-11
net: enetc: save the DMA device for enetc_free_cbdr
Vladimir Oltean
4
-20
/
+26
2021-03-11
net: enetc: move the CBDR API to enetc_cbdr.c
Vladimir Oltean
2
-54
/
+54
2021-03-11
Merge branch 'defxx-updates'
David S. Miller
3
-63
/
+50
2021-03-11
FDDI: defxx: Use driver's name with resource requests
Maciej W. Rozycki
1
-7
/
+10
2021-03-11
FDDI: defxx: Implement dynamic CSR I/O address space selection
Maciej W. Rozycki
3
-57
/
+25
2021-03-11
FDDI: defxx: Make MMIO the configuration default except for EISA
Maciej W. Rozycki
1
-6
/
+9
2021-03-11
FDDI: defxx: Bail out gracefully with unassigned PCI resource for CSR
Maciej W. Rozycki
1
-17
/
+30
2021-03-11
Merge branch 'mlxsw-misc-updates'
David S. Miller
3
-8
/
+19
2021-03-11
mlxsw: Adjust some MFDE fields shift and size to fw implementation
Danielle Ratson
2
-3
/
+3
2021-03-11
mlxsw: core: Expose MFDE.log_ip to devlink health
Danielle Ratson
1
-0
/
+4
[next]