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
/
enetc
/
enetc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-24
net: enetc: preserve TX ring priority across reconfiguration
Vladimir Oltean
1
-3
/
+5
2022-10-27
net: enetc: survive memory pressure without crashing
Vladimir Oltean
1
-0
/
+5
2022-09-30
net: enetc: cache accesses to &priv->si->hw
Vladimir Oltean
1
-11
/
+17
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+1
2022-09-20
net: enetc: deny offload of tc-based TSN features on VF interfaces
Vladimir Oltean
1
-20
/
+1
2022-09-20
net: enetc: move enetc_set_psfp() out of the common enetc_set_features()
Vladimir Oltean
1
-31
/
+1
2022-05-12
net: enetc: count the tc-taprio window drops
Po Liu
1
-2
/
+11
2022-01-10
net: enetc: Remove useless DMA-32 fallback configuration
Christophe JAILLET
1
-6
/
+2
2021-12-14
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-1
/
+1
2021-10-22
net: enetc: use the skb variable directly in enetc_clean_tx_ring()
Vladimir Oltean
1
-2
/
+1
2021-10-22
net: enetc: remove local "priv" variable in enetc_clean_tx_ring()
Vladimir Oltean
1
-4
/
+1
2021-10-14
net: enetc: fix check for allocation failure
Dan Carpenter
1
-1
/
+3
2021-10-13
net: enetc: include ip6_checksum.h for csum_ipv6_magic
Ioana Ciornei
1
-0
/
+1
2021-10-08
net: enetc: add support for software TSO
Ioana Ciornei
1
-20
/
+299
2021-10-08
net: enetc: declare NETIF_F_HW_CSUM and do it in software
Ioana Ciornei
1
-1
/
+7
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+2
2021-09-19
enetc: Fix uninitialized struct dim_sample field usage
Claudiu Manoil
1
-1
/
+1
2021-09-19
enetc: Fix illegal access when reading affinity_hint
Claudiu Manoil
1
-4
/
+1
2021-09-16
net: enetc: Make use of the helper function dev_err_probe()
Cai Huoqing
1
-4
/
+2
2021-04-23
enetc: fix locking for one-step timestamping packet transfer
Yangbo Lu
1
-9
/
+9
2021-04-17
net: enetc: apply the MDIO workaround for XDP_REDIRECT too
Vladimir Oltean
1
-0
/
+4
2021-04-17
net: enetc: fix buffer leaks with XDP_TX enqueue rejections
Vladimir Oltean
1
-4
/
+12
2021-04-17
net: enetc: handle the invalid XDP action the same way as XDP_DROP
Vladimir Oltean
1
-4
/
+3
2021-04-17
net: enetc: use dedicated TX rings for XDP
Vladimir Oltean
1
-7
/
+39
2021-04-17
net: enetc: remove unneeded xdp_do_flush_map()
Vladimir Oltean
1
-5
/
+0
2021-04-17
net: enetc: stop XDP NAPI processing when build_skb() fails
Vladimir Oltean
1
-2
/
+2
2021-04-17
net: enetc: recycle buffers for frames with RX errors
Vladimir Oltean
1
-0
/
+2
2021-04-17
net: enetc: rename the buffer reuse helpers
Vladimir Oltean
1
-30
/
+24
2021-04-17
net: enetc: remove redundant clearing of skb/xdp_frame pointer in TX conf path
Vladimir Oltean
1
-2
/
+0
2021-04-16
enetc: convert to schedule_work()
Yangbo Lu
1
-1
/
+1
2021-04-12
enetc: support PTP Sync packet one-step timestamping
Yangbo Lu
1
-20
/
+171
2021-04-12
enetc: mark TX timestamp type per skb
Yangbo Lu
1
-4
/
+6
2021-04-10
enetc: Use generic rule to map Tx rings to interrupt vectors
Claudiu Manoil
1
-5
/
+1
2021-04-10
net: enetc: fix TX ring interrupt storm
Vladimir Oltean
1
-1
/
+2
2021-04-10
net: enetc: fix array underflow in error handling code
Dan Carpenter
1
-1
/
+1
2021-04-01
net: enetc: add support for XDP_REDIRECT
Vladimir Oltean
1
-11
/
+201
2021-04-01
net: enetc: add support for XDP_TX
Vladimir Oltean
1
-24
/
+193
2021-04-01
net: enetc: add support for XDP_DROP and XDP_PASS
Vladimir Oltean
1
-20
/
+264
2021-04-01
net: enetc: move up enetc_reuse_page and enetc_page_reusable
Vladimir Oltean
1
-19
/
+19
2021-04-01
net: enetc: clean the TX software BD on the TX confirmation path
Vladimir Oltean
1
-0
/
+4
2021-04-01
net: enetc: add a dedicated is_eof bit in the TX software BD
Vladimir Oltean
1
-4
/
+3
2021-04-01
net: enetc: move skb creation into enetc_build_skb
Vladimir Oltean
1
-37
/
+44
2021-04-01
net: enetc: consume the error RX buffer descriptors in a dedicated function
Vladimir Oltean
1
-16
/
+27
2021-03-11
net: enetc: make enetc_refill_rx_ring update the consumer index
Vladimir Oltean
1
-9
/
+8
2021-03-11
net: enetc: remove forward declaration for enetc_map_tx_buffs
Vladimir Oltean
1
-38
/
+35
2021-03-11
net: enetc: remove forward-declarations of enetc_clean_{rx,tx}_ring
Vladimir Oltean
1
-48
/
+44
2021-03-11
net: enetc: simplify callers of enetc_rxbd_next
Vladimir Oltean
1
-16
/
+5
2021-03-11
net: enetc: don't initialize unused ports from a separate code path
Vladimir Oltean
1
-19
/
+2
2021-03-11
net: enetc: pass bd_count as an argument to enetc_setup_cbdr
Vladimir Oltean
1
-4
/
+2
2021-03-11
net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdr
Vladimir Oltean
1
-4
/
+2
[next]