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
/
enetc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-07
net:enetc: bug fix for qos sfi operate space after freed
Po Liu
1
-1
/
+1
2020-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-05-06
net: enetc: Make some symbols static
ChenTao
1
-2
/
+3
2020-05-04
net: enetc: fix an issue about leak system resources
Dejin Zheng
1
-1
/
+1
2020-05-01
Merge branch 'net-smc-extent-buffer-mapping-and-port-handling'
David S. Miller
1
-0
/
+4
2020-05-01
net: enetc: add tc flower psfp offload driver
Po Liu
5
-15
/
+1300
2020-05-01
net: enetc: add hw tc hw offload features for PSPF capability
Po Liu
4
-0
/
+96
2020-04-18
enetc: permit configuration of rx-vlan-filter with ethtool
Vladimir Oltean
1
-28
/
+16
2020-03-23
enetc: Remove unused variable 'enetc_drv_name'
YueHaibing
2
-2
/
+0
2020-03-10
enetc: Add dynamic allocation of extended Rx BD rings
Claudiu Manoil
5
-30
/
+48
2020-03-10
enetc: Clean up Rx BD iteration
Claudiu Manoil
2
-20
/
+28
2020-03-10
enetc: Clean up of ehtool stats len
Claudiu Manoil
1
-7
/
+13
2020-03-10
enetc: Drop redundant device node check
Claudiu Manoil
1
-5
/
+0
2020-03-03
net/freescale: Clean drivers from static versions
Leon Romanovsky
2
-25
/
+0
2020-02-24
freescale: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-2
/
+2
2020-02-21
enetc: remove "depends on (ARCH_LAYERSCAPE || COMPILE_TEST)"
Vladimir Oltean
1
-3
/
+3
2020-01-17
enetc: Don't print from enetc_sched_speed_set when link goes down
Vladimir Oltean
1
-1
/
+0
2020-01-07
enetc: Fix inconsistent IS_ERR and PTR_ERR
YueHaibing
1
-1
/
+1
2020-01-07
enetc: Fix an off by one in enetc_setup_tc_txtime()
Dan Carpenter
1
-1
/
+1
2020-01-05
enetc: Set MDIO_CFG_HOLD to the recommended value of 2
Vladimir Oltean
1
-4
/
+8
2020-01-05
enetc: Make MDIO accessors more generic and export to include/linux/fsl
Claudiu Manoil
8
-99
/
+121
2020-01-02
enetc: add support time specific departure base on the qos etf
Po Liu
4
-1
/
+59
2019-12-10
enetc: remove variable 'tc_max_sized_frame' set but not used
Chen Wandun
1
-2
/
+1
2019-12-10
enetc: add software timestamping
Michael Walle
2
-0
/
+3
2019-12-06
enetc: disable EEE autoneg by default
Yangbo Lu
1
-0
/
+5
2019-11-25
enetc: add support Credit Based Shaper(CBS) for hardware offload
Po Liu
5
-2
/
+138
2019-11-21
enetc: make enetc_setup_tc_mqprio static
Mao Wenan
1
-1
/
+1
2019-11-16
enetc: update TSN Qbv PSPEED set according to adjust link speed
Po Liu
5
-2
/
+61
2019-11-16
enetc: Configure the Time-Aware Scheduler via tc-taprio offload
Po Liu
7
-22
/
+243
2019-11-07
enetc: fix return value for enetc_ioctl()
Michael Walle
1
-1
/
+1
2019-11-07
enetc: ethtool: add wake-on-lan callbacks
Michael Walle
1
-0
/
+27
2019-11-07
enetc: add ioctl() support for PHY-related ops
Michael Walle
1
-1
/
+4
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
1
-2
/
+2
2019-09-27
enetc: Fix a signedness bug in enetc_of_get_phy()
Dan Carpenter
1
-1
/
+1
2019-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+4
2019-08-31
enetc: Add missing call to 'pci_free_irq_vectors()' in probe and remove funct...
Christophe JAILLET
1
-1
/
+4
2019-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+2
2019-08-02
enetc: Add mdio bus driver for the PCIe MDIO endpoint
Claudiu Manoil
6
-9
/
+132
2019-08-02
enetc: Clean up makefile
Claudiu Manoil
1
-12
/
+6
2019-08-02
enetc: Clean up local mdio bus allocation
Claudiu Manoil
1
-48
/
+46
2019-08-02
enetc: Select PHYLIB while CONFIG_FSL_ENETC_VF is set
YueHaibing
1
-0
/
+1
2019-07-30
enetc: Fix build error without PHYLIB
YueHaibing
1
-0
/
+1
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-05-28
enetc: Enable TC offloading with mqprio
Camelia Groza
5
-1
/
+72
2019-05-27
enetc: fix le32/le16 degrading to integer warnings
Y.b. Lu
1
-7
/
+9
2019-05-24
enetc: add get_ts_info interface for ethtool
Y.b. Lu
3
-0
/
+39
2019-05-24
enetc: add hardware timestamping support
Y.b. Lu
6
-6
/
+189
2019-05-15
enetc: Add missing link state info for ethtool
Claudiu Manoil
1
-0
/
+2
2019-05-15
enetc: Allow to disable Tx SG
Claudiu Manoil
2
-2
/
+2
2019-05-15
enetc: Fix NULL dma address unmap for Tx BD extensions
Claudiu Manoil
1
-1
/
+3
[next]