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.13.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
/
enetc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-19
net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index
Christoph Hellwig
1
-1
/
+1
2023-06-21
net: enetc: correct the indexes of highest and 2nd highest TCs
Wei Fang
1
-2
/
+2
2023-05-17
net: enetc: check the index of the SFI rather than the handle
Wei Fang
1
-1
/
+1
2023-01-14
net: add a helper to avoid issues with HW TX timestamping and SO_TXTIME
Vladimir Oltean
1
-6
/
+2
2022-12-02
net: enetc: preserve TX ring priority across reconfiguration
Vladimir Oltean
3
-11
/
+19
2022-12-02
net: enetc: cache accesses to &priv->si->hw
Vladimir Oltean
3
-48
/
+49
2022-12-02
net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabled
Vladimir Oltean
2
-4
/
+8
2022-11-03
net: enetc: survive memory pressure without crashing
Vladimir Oltean
1
-0
/
+5
2022-09-28
net: enetc: move enetc_set_psfp() out of the common enetc_set_features()
Vladimir Oltean
5
-35
/
+44
2022-04-08
net: enetc: report software timestamping via SO_TIMESTAMPING
Vladimir Oltean
1
-1
/
+4
2021-11-18
net: enetc: unmap DMA in enetc_send_cmd()
Tim Gardner
1
-7
/
+11
2021-10-27
net: enetc: fix ethtool counter name for PM0_TERR
Vladimir Oltean
1
-1
/
+1
2021-10-06
net: enetc: fix the incorrect clearing of IF_MODE bits
Vladimir Oltean
1
-2
/
+1
2021-09-30
enetc: Fix uninitialized struct dim_sample field usage
Claudiu Manoil
1
-1
/
+1
2021-09-30
enetc: Fix illegal access when reading affinity_hint
Claudiu Manoil
1
-4
/
+1
2021-03-30
net: enetc: set MAC RX FIFO to recommended value
Alex Marginean
2
-0
/
+8
2021-03-17
net: enetc: initialize RFS/RSS memories for unused ports too
Vladimir Oltean
3
-9
/
+36
2021-03-17
enetc: Fix unused var build warning for CONFIG_OF
Arnd Bergmann
1
-11
/
+10
2021-03-17
net: enetc: allow hardware timestamping on TX queues with tc-etf enabled
Vladimir Oltean
1
-0
/
+6
2021-03-17
net: enetc: keep RX ring consumer index in sync with hardware
Vladimir Oltean
1
-0
/
+2
2021-03-17
net: enetc: remove bogus write to SIRXIDR from enetc_setup_rxbdr
Vladimir Oltean
1
-1
/
+0
2021-03-17
net: enetc: force the RGMII speed and duplex instead of operating in inband mode
Vladimir Oltean
2
-10
/
+56
2021-03-17
net: enetc: don't disable VLAN filtering in IFF_PROMISC mode
Vladimir Oltean
1
-5
/
+0
2021-03-17
net: enetc: fix incorrect TPID when receiving 802.1ad tagged packets
Vladimir Oltean
2
-8
/
+29
2021-03-17
net: enetc: take the MDIO lock only once per NAPI poll cycle
Vladimir Oltean
2
-22
/
+11
2021-03-17
net: enetc: don't overwrite the RSS indirection table when initializing
Vladimir Oltean
4
-8
/
+18
2021-03-04
net: enetc: fix destroyed phylink dereference during unbind
Vladimir Oltean
1
-2
/
+3
2021-02-17
net: enetc: initialize the RFS and RSS memories
Vladimir Oltean
2
-0
/
+61
2020-12-08
enetc: Fix reporting of h/w packet counters
Claudiu Manoil
2
-6
/
+14
2020-11-25
enetc: Let the hardware auto-advance the taprio base-time of 0
Vladimir Oltean
1
-12
/
+2
2020-11-17
enetc: Workaround for MDIO register access issue
Alex Marginean
4
-25
/
+161
2020-10-30
enetc: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-11
enetc: Migrate to PHYLINK and PCS_LYNX
Claudiu Manoil
7
-166
/
+191
2020-10-11
enetc: Clean up serdes configuration
Claudiu Manoil
1
-53
/
+48
2020-10-11
enetc: Clean up MAC and link configuration
Claudiu Manoil
1
-48
/
+67
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-09-21
enetc: simplify the return expression of enetc_vf_set_mac_addr()
Qinglang Miao
1
-6
/
+1
2020-09-12
enetc: Fix mdio bus removal on PF probe bailout
Claudiu Manoil
1
-1
/
+1
2020-08-04
enetc: use napi_schedule to be compatible with PREEMPT_RT
Jiafei Pan
1
-1
/
+1
2020-08-04
net/enetc: Fix wrong return value in enetc_psfp_parse_clsflower()
Tianjia Zhang
1
-4
/
+4
2020-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2020-07-23
enetc: Remove the mdio bus on PF probe bailout
Claudiu Manoil
1
-0
/
+1
2020-07-23
enetc: Remove the imdio bus on PF probe bailout
Claudiu Manoil
1
-1
/
+9
2020-07-22
enetc: Add adaptive interrupt coalescing
Claudiu Manoil
4
-7
/
+73
2020-07-22
enetc: Add interrupt coalescing support
Claudiu Manoil
4
-10
/
+132
2020-07-22
enetc: Drop redundant ____cacheline_aligned_in_smp
Claudiu Manoil
1
-1
/
+1
2020-07-22
enetc: Fix interrupt coalescing register naming
Claudiu Manoil
3
-7
/
+7
2020-07-22
enetc: Factor out the traffic start/stop procedures
Claudiu Manoil
1
-25
/
+49
2020-07-22
enetc: Refine buffer descriptor ring sizes
Claudiu Manoil
2
-4
/
+5
2020-07-20
net: enetc: Use DT protocol information to set up the ports
Alex Marginean
2
-26
/
+34
[next]