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
/
freescale
/
dpaa2
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-16
dpaa2-eth: check fsl_mc_get_endpoint for IS_ERR_OR_NULL()
Ioana Ciornei
1
-1
/
+1
2020-06-11
drivers: dpaa2: Use devm_kcalloc() in setup_dpni()
Xu Wang
1
-2
/
+3
2020-06-01
dpaa2-eth: Keep congestion group taildrop enabled when PFC on
Ioana Ciornei
3
-10
/
+34
2020-06-01
dpaa2-eth: Add PFC support through DCB ops
Ioana Ciornei
8
-0
/
+316
2020-06-01
dpaa2-eth: Update FQ taildrop threshold and buffer pool count
Ioana Radulescu
1
-12
/
+11
2020-06-01
dpaa2-eth: Add congestion group taildrop
Ioana Radulescu
2
-10
/
+38
2020-06-01
dpaa2-eth: Add helper functions
Ioana Radulescu
3
-5
/
+14
2020-06-01
dpaa2-eth: Distribute ingress frames based on VLAN prio
Ioana Radulescu
5
-0
/
+318
2020-06-01
dpaa2-eth: Add support for Rx traffic classes
Ioana Radulescu
4
-32
/
+68
2020-05-16
dpaa2-eth: add bulking to XDP_TX
Ioana Ciornei
2
-23
/
+46
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-13
/
+19
2020-05-15
dpaa2-eth: properly handle buffer size restrictions
Ioana Ciornei
2
-12
/
+18
2020-05-15
dpaa2-eth: Add XDP frame size
Jesper Dangaard Brouer
1
-0
/
+7
2020-05-09
dpaa2-eth: prevent array underflow in update_cls_rule()
Dan Carpenter
1
-1
/
+1
2020-05-08
dpaa2-eth: create a function to flush the XDP fds
Ioana Ciornei
2
-22
/
+46
2020-05-01
dpaa2-eth: fix error return code in setup_dpni()
Wei Yongjun
1
-1
/
+3
2020-04-29
dpaa2-eth: Use proper division helper in dpaa2_dbg_ch_show
Nathan Chancellor
1
-1
/
+1
2020-04-26
dpaa2-eth: add channel stat to debugfs
Ioana Ciornei
4
-4
/
+10
2020-04-25
dpaa2-eth: fix return codes used in ndo_setup_tc
Jesper Dangaard Brouer
1
-2
/
+2
2020-04-23
dpaa2-eth: use bulk enqueue in .ndo_xdp_xmit
Ioana Ciornei
2
-29
/
+30
2020-04-23
dpaa2-eth: split the .ndo_xdp_xmit callback into two stages
Ioana Ciornei
1
-36
/
+40
2020-04-23
dpaa2-eth: use the bulk ring mode enqueue interface
Ioana Ciornei
2
-14
/
+22
2020-04-23
dpaa2-eth: return num_enqueued frames from enqueue callback
Ioana Ciornei
2
-13
/
+26
2020-02-27
net: dpaa2-mac: use resolved link config in mac_link_up()
Russell King
2
-22
/
+33
2020-02-27
net: phylink: propagate resolved link config via mac_link_up()
Russell King
1
-2
/
+5
2020-02-27
dpaa2-eth: add support for nway reset
Russell King
1
-0
/
+11
2020-02-27
dpaa2-eth: add support for mii ioctls
Russell King
1
-1
/
+6
2019-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-6
/
+8
2019-12-18
dpaa2-ptp: fix double free of the ptp_qoriq IRQ
Ioana Ciornei
1
-6
/
+8
2019-12-17
dpaa2-ptp: add external trigger event support
Yangbo Lu
3
-1
/
+25
2019-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-5
/
+2
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
1
-5
/
+2
2019-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+9
2019-11-13
dpaa2-eth: free already allocated channels on probe defer
Ioana Ciornei
1
-1
/
+9
2019-11-08
dpaa2-eth: add ethtool MAC counters
Ioana Ciornei
6
-1
/
+213
2019-11-07
dpaa2-ptp: fix compile error
Chenwandun
1
-0
/
+1
2019-11-07
dpaa2-eth: fix an always true condition in dpaa2_mac_get_if_mode
Ioana Ciornei
1
-5
/
+10
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
1
-3
/
+4
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-3
/
+3
2019-11-01
dpaa2-eth: add MAC/PHY support through phylink
Ioana Ciornei
9
-21
/
+816
2019-11-01
dpaa2-eth: update the TX frame queues on DPNI_IRQ_EVENT_ENDPOINT_CHANGED
Ioana Ciornei
1
-4
/
+3
2019-10-28
net: dpaa2: Use the correct style for SPDX License Identifier
Nishad Kamdar
3
-3
/
+3
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-2
/
+53
2019-10-17
dpaa2-eth: Fix TX FQID values
Ioana Radulescu
1
-0
/
+44
2019-10-17
dpaa2-eth: add irq for the dpmac connect/disconnect event
Florin Chiculita
2
-2
/
+9
2019-10-07
dpaa2-eth: Avoid unbounded while loops
Ioana Radulescu
2
-6
/
+34
2019-10-07
dpaa2-eth: Fix minor bug in ethtool stats reporting
Ioana Radulescu
1
-1
/
+1
2019-10-07
dpaa2-eth: Cleanup dead code
Ioana Radulescu
1
-7
/
+0
2019-09-05
dpaa2-eth: Poll Tx pending frames counter on if down
Ioana Radulescu
1
-3
/
+28
2019-09-05
dpaa2-eth: Add new DPNI statistics counters
Ioana Radulescu
3
-3
/
+58
[next]