index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
marvell
/
mvpp2.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: mvpp2: Fix DMA address mask size
Maxime Chevallier
2018-04-19
1
-5
/
+7
*
net: mvpp2: Fix TCAM filter reserved range
Maxime Chevallier
2018-04-16
1
-1
/
+1
*
net: mvpp2: Fix parser entry init boundary check
Maxime Chevallier
2018-04-06
1
-1
/
+1
*
net: mvpp2: Use relaxed I/O in data path
Yan Markman
2018-03-27
1
-13
/
+30
*
net: mvpp2: Don't use dynamic allocs for local variables
Maxime Chevallier
2018-03-27
1
-161
/
+125
*
net: mvpp2: Make mvpp2_prs_hw_read a parser entry init function
Maxime Chevallier
2018-03-27
1
-29
/
+19
*
net: mvpp2: use correct index on array mvpp2_pools
Colin Ian King
2018-03-22
1
-1
/
+1
*
net: mvpp2: Add support for unicast filtering
Maxime Chevallier
2018-03-07
1
-135
/
+161
*
net: mvpp2: Simplify MAC filtering function parameters
Maxime Chevallier
2018-03-07
1
-15
/
+15
*
net: mvpp2: mvpp2_check_hw_buf_num() can be static
kbuild test robot
2018-03-07
1
-1
/
+1
*
net: mvpp2: jumbo frames support
Stefan Chulski
2018-03-05
1
-23
/
+75
*
net: mvpp2: enable UDP/TCP checksum over IPv6
Antoine Tenart
2018-03-05
1
-1
/
+2
*
net: mvpp2: use a data size of 10kB for Tx FIFO on port 0
Yan Markman
2018-03-05
1
-5
/
+22
*
net: mvpp2: update the BM buffer free/destroy logic
Stefan Chulski
2018-03-05
1
-7
/
+38
*
net: mvpp2: use the same buffer pool for all ports
Stefan Chulski
2018-03-05
1
-39
/
+37
*
net: mvpp2: Add hardware offloading for VLAN filtering
Maxime Chevallier
2018-02-28
1
-34
/
+380
*
mvpp2: fix multicast address filter
Mikulas Patocka
2018-02-12
1
-3
/
+8
*
net: mvpp2: enable ACPI support in the driver
Marcin Wojtas
2018-01-22
1
-39
/
+94
*
net: mvpp2: use device_*/fwnode_* APIs instead of of_*
Marcin Wojtas
2018-01-22
1
-21
/
+24
*
net: mvpp2: simplify maintaining enabled ports' list
Marcin Wojtas
2018-01-22
1
-21
/
+11
*
net: mvpp2: adjust the coalescing parameters
Antoine Tenart
2017-12-13
1
-2
/
+2
*
net: mvpp2: report the tx-usec coalescing information to ethtool
Antoine Tenart
2017-12-13
1
-0
/
+1
*
net: mvpp2: align values in ethtool get_coalesce
Antoine Tenart
2017-12-13
1
-3
/
+3
*
net: mvpp2: split the max ring size from the default one
Yan Markman
2017-12-13
1
-11
/
+13
*
net: mvpp2: only free the TSO header buffers when it was allocated
Antoine Tenart
2017-12-13
1
-4
/
+8
*
net: mvpp2: fix the RSS table entry offset
Antoine Tenart
2017-12-08
1
-1
/
+1
*
net: mvpp2: allocate zeroed tx descriptors
Yan Markman
2017-11-30
1
-1
/
+1
*
net: mvpp2: check ethtool sets the Tx ring size is to a valid min value
Antoine Tenart
2017-11-28
1
-0
/
+6
*
net: mvpp2: do not disable GMAC padding
Yan Markman
2017-11-28
1
-9
/
+0
*
net: mvpp2: cleanup probed ports in the probe error path
Antoine Tenart
2017-11-28
1
-2
/
+9
*
net: mvpp2: fix the txq_init error path
Antoine Tenart
2017-11-28
1
-18
/
+2
*
net: mvpp2: fix GOP statistics loop start and stop conditions
Miquel Raynal
2017-11-11
1
-32
/
+30
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-10
1
-0
/
+4
|
\
|
*
net: mvpp2: Prevent userspace from changing TX affinities
Marc Zyngier
2017-11-08
1
-0
/
+4
*
|
net: mvpp2: add ethtool GOP statistics
Miquel Raynal
2017-11-08
1
-5
/
+223
*
|
net: mvpp2: simplify the Tx desc set DMA logic
Antoine Tenart
2017-11-01
1
-26
/
+13
*
|
net: mvpp2: use the aggr txq size define everywhere
Antoine Tenart
2017-11-01
1
-3
/
+3
*
|
net: mvpp2: limit TSO segments and use stop/wake thresholds
Antoine Tenart
2017-11-01
1
-2
/
+16
*
|
net: mvpp2: initialize the RSS tables
Antoine Tenart
2017-11-01
1
-0
/
+50
*
|
net: mvpp2: initialize the Tx FIFO size
Antoine Tenart
2017-11-01
1
-4
/
+21
*
|
net: mvpp2: set the Rx FIFO size depending on the port speeds for PPv2.2
Antoine Tenart
2017-11-01
1
-6
/
+46
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-30
1
-13
/
+22
|
\
|
|
*
net: mvpp2: do not sleep in set_rx_mode
Antoine Tenart
2017-10-26
1
-2
/
+2
|
*
net: mvpp2: fix invalid parameters order when calling the tcam init
Antoine Tenart
2017-10-26
1
-2
/
+2
|
*
net: mvpp2: fix typo in the tcam setup
Antoine Tenart
2017-10-26
1
-1
/
+1
|
*
net: mvpp2: do not call txq_done from the Tx path when Tx irqs are used
Antoine Tenart
2017-10-24
1
-1
/
+1
|
*
net: mvpp2: do not unmap TSO headers buffers
Antoine Tenart
2017-10-24
1
-4
/
+13
|
*
net: mvpp2: fix TSO headers allocation and management
Yan Markman
2017-10-24
1
-3
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-06
1
-11
/
+35
|
\
|
|
*
net: mvpp2: Fix clock resource by adding an optional bus clock
Gregory CLEMENT
2017-10-02
1
-0
/
+15
[next]