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.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
path:
root
/
drivers
/
net
/
ethernet
/
marvell
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-07
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
4
-4
/
+4
2019-05-07
net: mvpp2: cls: fix less than zero check on a u32 variable
Colin Ian King
1
-2
/
+4
2019-05-05
net: mvpp2: cls: Remove set but not used variable 'act'
YueHaibing
1
-3
/
+0
2019-05-02
net: mvpp2: cls: Allow dropping packets with classification offload
Maxime Chevallier
3
-9
/
+32
2019-05-02
net: mvpp2: cls: Add Classification offload support
Maxime Chevallier
4
-12
/
+410
2019-05-02
net: mvpp2: cls: Use a bitfield to represent the flow_type
Maxime Chevallier
2
-69
/
+109
2019-05-02
net: mvpp2: cls: Remove extra whitespace in mvpp2_cls_flow_write
Maxime Chevallier
1
-3
/
+3
2019-04-24
net: mvneta: Switch to using devm_alloc_etherdev_mqs
Rosen Penev
1
-8
/
+4
2019-04-02
net: move skb->xmit_more hint to softnet data
Florian Westphal
1
-1
/
+1
2019-03-29
net: mvneta: Add 2500BaseT support
Maxime Chevallier
1
-0
/
+1
2019-03-27
net: mvpp2: cls: Rework C2 engine macros
Maxime Chevallier
1
-21
/
+7
2019-03-27
net: mvpp2: cls: Initialize lookup priorities for all entries in the flow
Maxime Chevallier
1
-13
/
+24
2019-03-27
net: mvpp2: cls: Invalidate all C2 entries except the ones we use
Maxime Chevallier
3
-0
/
+30
2019-03-27
net: mvpp2: cls: Rename the flow table macros
Maxime Chevallier
3
-15
/
+14
2019-03-27
net: mvpp2: cls: Don't use the sequence attribute for classification
Maxime Chevallier
2
-18
/
+0
2019-03-27
net: mvpp2: cls: Rename classifer per-port functions
Maxime Chevallier
3
-10
/
+9
2019-03-27
net: mvpp2: cls: Move C2 read/write helpers around
Maxime Chevallier
1
-41
/
+41
2019-03-27
net: mvpp2: cls: Write C2 TCAM data last when writing a C2 entry
Maxime Chevallier
1
-7
/
+7
2019-03-27
net: mvpp2: cls: Use iterators to go through the cls_table
Maxime Chevallier
2
-8
/
+25
2019-03-27
net: mvpp2: debugfs: Allow reading the C2 engine table from debugfs
Maxime Chevallier
1
-17
/
+59
2019-03-27
net: mvpp2: debugfs: Allow reading the flow table from debugfs
Maxime Chevallier
1
-6
/
+63
2019-03-27
net: mvpp2: debugfs: Store debugfs entries data in mvpp2 struct
Maxime Chevallier
2
-72
/
+26
2019-03-27
net: mvpp2: cls: Make the flow definitions const
Maxime Chevallier
3
-14
/
+15
2019-03-27
net: mvpp2: cls: Rename MVPP2_N_FLOWS to MVPP2_N_PRS_FLOWS
Maxime Chevallier
4
-7
/
+10
2019-03-27
net: mvpp2: cls: use Lookup Type in classification engines
Maxime Chevallier
3
-0
/
+21
2019-03-27
net: mvpp2: cls: Start cls flow entries from beginning of table
Maxime Chevallier
1
-3
/
+5
2019-03-27
net: mvpp2: cls: Add missing MAC_DA field extraction
Maxime Chevallier
1
-0
/
+3
2019-03-27
net: mvpp2: Don't use an int to store netdev_features_t
Maxime Chevallier
1
-1
/
+1
2019-03-04
sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
Kai-Heng Feng
1
-1
/
+23
2019-03-02
net: mvpp2: set the GMAC, XLG MAC, XPCS and MPCS in reset when a port is down
Antoine Tenart
1
-0
/
+3
2019-03-02
net: mvpp2: set the XPCS and MPCS in reset when not used
Antoine Tenart
2
-8
/
+59
2019-03-02
net: mvpp2: reset the MACs when reconfiguring a port
Antoine Tenart
1
-0
/
+3
2019-03-02
net: mvpp2: rework the XLG MAC reset handling
Antoine Tenart
1
-9
/
+18
2019-03-02
net: mvpp2: force the XLG MAC link up or down when not using in-band
Antoine Tenart
2
-10
/
+27
2019-03-02
net: mvpp2: only update the XLG configuration when needed
Antoine Tenart
1
-5
/
+8
2019-03-02
net: mvpp2: always disable both MACs when disabling a port
Antoine Tenart
1
-4
/
+4
2019-03-02
net: mvpp2: some AN fields require the link to be down when updated
Antoine Tenart
1
-1
/
+11
2019-03-02
net: mvpp2: fix the computation of the RXQs
Antoine Tenart
2
-10
/
+17
2019-03-02
net: mvpp2: fix validate for PPv2.1
Antoine Tenart
1
-1
/
+1
2019-03-02
net: mvpp2: reconfiguring the port interface is PPv2.2 specific
Antoine Tenart
1
-8
/
+6
2019-03-02
net: mvpp2: a port can be disabled even if we use the link IRQ
Antoine Tenart
1
-7
/
+0
2019-03-02
net: mvpp2: fix alignment of MVPP2_GMAC_CONFIG_MII_SPEED definition
Antoine Tenart
1
-1
/
+1
2019-03-02
net: mvpp2: update the port documentation regarding the GoP
Antoine Tenart
1
-1
/
+1
2019-03-02
net: mvpp2: fix a typo in the header
Antoine Tenart
1
-1
/
+1
2019-03-01
net: marvell: neta: disable comphy when setting mode
Marek Behún
1
-5
/
+23
2019-02-25
net: mvpp2: Add 2.5GBaseT support
Maxime Chevallier
1
-0
/
+1
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-02-21
net: marvell: mvneta: fix DMA debug warning
Russell King
1
-1
/
+1
2019-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+7
2019-02-20
sky2: Increase D3 delay again
Kai-Heng Feng
1
-1
/
+1
[next]