index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-19
net: mvneta: move rxq->left_size on the stack
Lorenzo Bianconi
1
-16
/
+13
2020-07-19
net: mvneta: get rid of skb in mvneta_rx_queue
Lorenzo Bianconi
1
-6
/
+0
2020-07-19
net: mvneta: drop all fragments in XDP_DROP
Lorenzo Bianconi
1
-14
/
+12
2020-07-19
net: mvneta: move mvneta_run_xdp after descriptors processing
Lorenzo Bianconi
1
-15
/
+7
2020-07-19
net: mvneta: move skb build after descriptors processing
Lorenzo Bianconi
1
-57
/
+101
2020-07-12
net: sky2: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-42
/
+45
2020-07-12
net: skge: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-40
/
+36
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-2
/
+2
2020-07-07
net: sky2: initialize return of gm_phy_read
Tom Rix
1
-1
/
+1
2020-07-07
mvpp2: fix pointer check
Matteo Croce
1
-3
/
+12
2020-07-03
mvpp2: xdp ethtool stats
Sven Auhagen
2
-18
/
+148
2020-07-03
mvpp2: XDP TX support
Matteo Croce
2
-45
/
+272
2020-07-03
mvpp2: add basic XDP support
Matteo Croce
2
-8
/
+185
2020-07-03
mvpp2: use page_pool allocator
Matteo Croce
3
-25
/
+140
2020-07-03
mvpp2: refactor BM pool init percpu code
Matteo Croce
1
-12
/
+11
2020-06-30
net: mvneta: fix use of state->speed
Russell King
1
-1
/
+1
2020-06-26
net: mvneta: speed down the PHY, if WoL used, to save energy
Daniel González Cabanelas
1
-0
/
+11
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-23
/
+53
2020-06-24
net: ethernet: mvneta: Add back interface mode validation
Sascha Hauer
1
-3
/
+19
2020-06-24
net: ethernet: mvneta: Do not error out in non serdes modes
Sascha Hauer
1
-1
/
+1
2020-06-20
net: mvpp2: set xlg flow control in mvpp2_mac_link_up()
Russell King
1
-12
/
+11
2020-06-20
net: mvpp2: add register modification helper
Russell King
1
-42
/
+46
2020-06-20
net: mvpp2: add mvpp2_phylink_to_port() helper
Russell King
1
-15
/
+14
2020-06-20
net: mvpp2: add port support helpers
Russell King
1
-16
/
+27
2020-06-18
net: tso: cache transport header length
Eric Dumazet
4
-12
/
+10
2020-06-18
octeontx2-af: change (struct qmem)->entry_sz from u8 to u16
Eric Dumazet
1
-1
/
+1
2020-06-18
net: ethernet: mvneta: Add 2500BaseX support for SoCs without comphy
Sascha Hauer
1
-0
/
+6
2020-06-18
net: ethernet: mvneta: Fix Serdes configuration for SoCs without comphy
Sascha Hauer
1
-36
/
+44
2020-06-16
mvpp2: remove module bugfix
Sven Auhagen
1
-2
/
+5
2020-06-15
mvpp2: ethtool rxtx stats fix
Sven Auhagen
1
-2
/
+2
2020-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+13
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2
-13
/
+13
2020-06-09
net: mvneta: do not redirect frames during reconfiguration
Lorenzo Bianconi
1
-0
/
+13
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-05
net: ethernet: mvneta: fix MVNETA_SKB_HEADROOM alignment
Alexander Lobakin
1
-1
/
+1
2020-06-01
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
1
-1
/
+1
2020-05-25
mvneta: MVNETA_SKB_HEADROOM set last 3 bits to zero
Sven Auhagen
1
-1
/
+2
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-2
/
+2
2020-05-23
net: Fix return value about devm_platform_ioremap_resource()
Tiezhu Yang
1
-1
/
+1
2020-05-22
Revert "net: mvneta: speed down the PHY, if WoL used, to save energy"
David S. Miller
1
-11
/
+0
2020-05-22
net: mvpp2: fix RX hashing for non-10G ports
Russell King
1
-1
/
+1
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+6
2020-05-14
mvneta: Add XDP frame size to driver
Jesper Dangaard Brouer
1
-10
/
+15
2020-05-13
net: mvneta: speed down the PHY, if WoL used, to save energy
Daniel González Cabanelas
1
-0
/
+11
2020-05-09
octeontx2-pf: Use the napi_alloc_frag() to alloc the pool buffers
Kevin Hao
4
-50
/
+24
2020-05-08
octeontx2-vf: Fix error return code in otx2vf_probe()
Wei Yongjun
1
-2
/
+6
2020-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-0
/
+5
2020-05-06
net: mvpp2: cls: Prevent buffer overflow in mvpp2_ethtool_cls_rule_del()
Dan Carpenter
1
-0
/
+3
2020-05-06
net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx()
Dan Carpenter
1
-0
/
+2
[next]