index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
6
-8
/
+8
2020-08-18
net: gianfar: Add of_node_put() before goto statement
Sumera Priyadarsini
1
-1
/
+3
2020-08-14
net: fec: correct the error path for regulator disable in probe
Fugang Duan
1
-2
/
+2
2020-08-04
dpaa2-eth: Fix passing zero to 'PTR_ERR' warning
YueHaibing
1
-3
/
+3
2020-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-5
/
+0
2020-08-03
enetc: use napi_schedule to be compatible with PREEMPT_RT
Jiafei Pan
1
-1
/
+1
2020-08-03
dpaa2-eth: use napi_schedule to be compatible with PREEMPT_RT
Jiafei Pan
1
-1
/
+1
2020-08-03
fsl/fman: fix eth hash table allocation
Florinel Iordache
1
-1
/
+1
2020-08-03
fsl/fman: check dereferencing null pointer
Florinel Iordache
3
-4
/
+4
2020-08-03
fsl/fman: fix unreachable code
Florinel Iordache
1
-1
/
+0
2020-08-03
fsl/fman: fix dereference null return value
Florinel Iordache
1
-1
/
+8
2020-08-03
fsl/fman: use 32-bit unsigned integer
Florinel Iordache
1
-2
/
+1
2020-08-03
net/enetc: Fix wrong return value in enetc_psfp_parse_clsflower()
Tianjia Zhang
1
-4
/
+4
2020-07-25
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
1
-5
/
+0
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
7
-9
/
+38
2020-07-22
enetc: Remove the mdio bus on PF probe bailout
Claudiu Manoil
1
-0
/
+1
2020-07-22
enetc: Remove the imdio bus on PF probe bailout
Claudiu Manoil
1
-1
/
+9
2020-07-21
dpaa2-eth: add support for TBF offload
Ioana Ciornei
2
-1
/
+48
2020-07-21
dpaa2-eth: add API for Tx shaping
Ioana Ciornei
3
-0
/
+65
2020-07-21
dpaa2-eth: move the mqprio setup into a separate function
Ioana Ciornei
1
-6
/
+13
2020-07-21
enetc: Add adaptive interrupt coalescing
Claudiu Manoil
4
-7
/
+73
2020-07-21
enetc: Add interrupt coalescing support
Claudiu Manoil
4
-10
/
+132
2020-07-21
enetc: Drop redundant ____cacheline_aligned_in_smp
Claudiu Manoil
1
-1
/
+1
2020-07-21
enetc: Fix interrupt coalescing register naming
Claudiu Manoil
3
-7
/
+7
2020-07-21
enetc: Factor out the traffic start/stop procedures
Claudiu Manoil
1
-25
/
+49
2020-07-21
enetc: Refine buffer descriptor ring sizes
Claudiu Manoil
2
-4
/
+5
2020-07-20
dpaa_eth: Fix one possible memleak in dpaa_eth_probe
Liu Jian
1
-1
/
+1
2020-07-20
net: fs_enet: remove redundant null check
Zhang Changzhong
1
-4
/
+2
2020-07-19
net: enetc: Use DT protocol information to set up the ports
Alex Marginean
2
-26
/
+34
2020-07-19
net: enetc: Initialize SerDes for SGMII and USXGMII protocols
Michael Walle
3
-0
/
+140
2020-07-16
net: fec: replace snprintf() with strlcpy() in fec_ptp_init()
Sergey Organov
1
-1
/
+1
2020-07-16
net: fec: get rid of redundant code in fec_ptp_set()
Sergey Organov
1
-3
/
+1
2020-07-16
net: fec: initialize clock with 0 rather than current kernel time
Sergey Organov
1
-1
/
+1
2020-07-16
net: fec: enable to use PPS feature without time stamping
Sergey Organov
1
-5
/
+0
2020-07-16
net: fec: fix hardware time stamping by external devices
Sergey Organov
3
-6
/
+30
2020-07-15
dpaa2-eth: check fsl_mc_get_endpoint for IS_ERR_OR_NULL()
Ioana Ciornei
1
-1
/
+1
2020-07-14
gianfar: Use random MAC address when none is given
Maxim Kochetkov
1
-1
/
+5
2020-07-12
net: fec: Set max MTU size to allow the MTU to be changed
Andrew Lunn
1
-0
/
+2
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-70
/
+33
2020-07-09
net: enetc: use eth_broadcast_addr() to assign broadcast
Xu Wang
1
-1
/
+1
2020-07-07
net: ethernet: fec: prevent tx starvation under high rx load
Tobias Waldekranz
2
-68
/
+31
2020-07-06
dpaa2-eth: fix draining of S/G cache
Ioana Ciornei
1
-1
/
+1
2020-06-29
dpaa2-eth: add software counter for Tx frames converted to S/G
Ioana Ciornei
4
-3
/
+11
2020-06-29
dpaa2-eth: send a scatter-gather FD instead of realloc-ing
Ioana Ciornei
4
-34
/
+160
2020-06-29
net:qos: police action offloading parameter 'burst' change to the original value
Po Liu
1
-7
/
+1
2020-06-26
enetc: Fix tx rings bitmap iteration range, irq handling
Claudiu Manoil
1
-2
/
+2
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-16
/
+34
2020-06-25
dpaa2-eth: fix misspelled function parameters in dpni_[set/get]_taildrop
Ioana Ciornei
1
-4
/
+4
2020-06-25
dpaa2-eth: fix recursive header include
Ioana Ciornei
1
-1
/
+0
2020-06-25
dpaa2-eth: fix condition for number of buffer acquire retries
Ioana Ciornei
1
-1
/
+1
[next]