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
2024-03-29
enetc: avoid truncating error message
Arnd Bergmann
1
-1
/
+1
2024-01-31
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...
Heiner Kallweit
1
-2
/
+2
2024-01-25
net: fill in MODULE_DESCRIPTION()s for enetc
Breno Leitao
1
-0
/
+1
2023-11-08
net: enetc: shorten enetc_setup_xdp_prog() error message to fit NETLINK_MAX_F...
Vladimir Oltean
1
-1
/
+1
2023-10-03
net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().
Sebastian Andrzej Siewior
1
-1
/
+1
2023-06-27
net: enetc: use vmalloc_array and vcalloc
Julia Lawall
1
-2
/
+2
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+15
2023-06-04
net: enetc: correct rx_bytes statistics of XDP
Wei Fang
1
-0
/
+8
2023-06-04
net: enetc: correct the statistics of rx bytes
Wei Fang
1
-1
/
+7
2023-05-31
net: enetc: refactor enetc_setup_tc_taprio() to have a switch/case for cmd
Vladimir Oltean
1
-1
/
+2
2023-05-13
net: introduce and use skb_frag_fill_page_desc()
Yunsheng Lin
1
-3
/
+2
2023-04-21
net: enetc: only commit preemptible TCs to hardware when MM TX is active
Vladimir Oltean
1
-17
/
+6
2023-04-14
net: enetc: add support for preemptible traffic classes
Vladimir Oltean
1
-0
/
+22
2023-04-14
net: enetc: rename "mqprio" to "qopt"
Vladimir Oltean
1
-4
/
+5
2023-02-06
net: enetc: act upon the requested mqprio queue configuration
Vladimir Oltean
1
-31
/
+70
2023-02-06
net: enetc: request mqprio to validate the queue counts
Vladimir Oltean
1
-7
/
+0
2023-02-04
net: enetc: ensure we always have a minimum number of TXQs for stack
Vladimir Oltean
1
-0
/
+14
2023-02-04
net: enetc: recalculate num_real_tx_queues when XDP program attaches
Vladimir Oltean
1
-14
/
+21
2023-02-04
net: enetc: allow the enetc_reconfigure() callback to fail
Vladimir Oltean
1
-4
/
+14
2023-02-04
net: enetc: simplify enetc_num_stack_tx_queues()
Vladimir Oltean
1
-4
/
+2
2023-01-23
net: enetc: implement software lockstep for port MAC registers
Vladimir Oltean
1
-2
/
+16
2023-01-23
net: enetc: detect frame preemption hardware capability
Vladimir Oltean
1
-0
/
+3
2023-01-23
net: enetc: build common object files into a separate module
Vladimir Oltean
1
-0
/
+22
2023-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2023-01-19
net: enetc: prioritize ability to go down over packet processing
Vladimir Oltean
1
-18
/
+63
2023-01-19
net: enetc: set up XDP program under enetc_reconfigure()
Vladimir Oltean
1
-19
/
+32
2023-01-19
net: enetc: rename "xdp" and "dev" in enetc_setup_bpf()
Vladimir Oltean
1
-8
/
+8
2023-01-19
net: enetc: implement ring reconfiguration procedure for PTP RX timestamping
Vladimir Oltean
1
-12
/
+56
2023-01-19
net: enetc: move phylink_start/stop out of enetc_start/stop
Vladimir Oltean
1
-13
/
+13
2023-01-19
net: enetc: split ring resource allocation from assignment
Vladimir Oltean
1
-70
/
+161
2023-01-19
net: enetc: bring "bool extended" to top-level in enetc_open()
Vladimir Oltean
1
-9
/
+11
2023-01-19
net: enetc: drop redundant enetc_free_tx_frame() call from enetc_free_txbdr()
Vladimir Oltean
1
-5
/
+0
2023-01-19
net: enetc: rx_swbd and tx_swbd are never NULL in enetc_free_rxtx_rings()
Vladimir Oltean
1
-6
/
+0
2023-01-19
net: enetc: create enetc_dma_free_bdr()
Vladimir Oltean
1
-14
/
+11
2023-01-19
net: enetc: set up RX ring indices from enetc_setup_rxbdr()
Vladimir Oltean
1
-7
/
+4
2023-01-19
net: enetc: set next_to_clean/next_to_use just from enetc_setup_txbdr()
Vladimir Oltean
1
-6
/
+0
2023-01-14
net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()
Vladimir Oltean
1
-2
/
+2
2023-01-06
net: ethernet: enetc: do not always access skb_shared_info in the XDP path
Lorenzo Bianconi
1
-6
/
+8
2023-01-06
net: ethernet: enetc: unlock XDP_REDIRECT for XDP non-linear buffers
Lorenzo Bianconi
1
-14
/
+10
2022-12-15
net: enetc: avoid buffer leaks on xdp_do_redirect() failure
Vladimir Oltean
1
-27
/
+8
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
[next]