index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
enetc
/
enetc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: fill in MODULE_DESCRIPTION()s for enetc
Breno Leitao
2024-01-25
1
-0
/
+1
*
net: enetc: shorten enetc_setup_xdp_prog() error message to fit NETLINK_MAX_F...
Vladimir Oltean
2023-11-08
1
-1
/
+1
*
net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().
Sebastian Andrzej Siewior
2023-10-03
1
-1
/
+1
*
net: enetc: use vmalloc_array and vcalloc
Julia Lawall
2023-06-27
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-08
1
-1
/
+15
|
\
|
*
net: enetc: correct rx_bytes statistics of XDP
Wei Fang
2023-06-04
1
-0
/
+8
|
*
net: enetc: correct the statistics of rx bytes
Wei Fang
2023-06-04
1
-1
/
+7
*
|
net: enetc: refactor enetc_setup_tc_taprio() to have a switch/case for cmd
Vladimir Oltean
2023-05-31
1
-1
/
+2
*
|
net: introduce and use skb_frag_fill_page_desc()
Yunsheng Lin
2023-05-13
1
-3
/
+2
|
/
*
net: enetc: only commit preemptible TCs to hardware when MM TX is active
Vladimir Oltean
2023-04-21
1
-17
/
+6
*
net: enetc: add support for preemptible traffic classes
Vladimir Oltean
2023-04-14
1
-0
/
+22
*
net: enetc: rename "mqprio" to "qopt"
Vladimir Oltean
2023-04-14
1
-4
/
+5
*
net: enetc: act upon the requested mqprio queue configuration
Vladimir Oltean
2023-02-06
1
-31
/
+70
*
net: enetc: request mqprio to validate the queue counts
Vladimir Oltean
2023-02-06
1
-7
/
+0
*
net: enetc: ensure we always have a minimum number of TXQs for stack
Vladimir Oltean
2023-02-04
1
-0
/
+14
*
net: enetc: recalculate num_real_tx_queues when XDP program attaches
Vladimir Oltean
2023-02-04
1
-14
/
+21
*
net: enetc: allow the enetc_reconfigure() callback to fail
Vladimir Oltean
2023-02-04
1
-4
/
+14
*
net: enetc: simplify enetc_num_stack_tx_queues()
Vladimir Oltean
2023-02-04
1
-4
/
+2
*
net: enetc: implement software lockstep for port MAC registers
Vladimir Oltean
2023-01-23
1
-2
/
+16
*
net: enetc: detect frame preemption hardware capability
Vladimir Oltean
2023-01-23
1
-0
/
+3
*
net: enetc: build common object files into a separate module
Vladimir Oltean
2023-01-23
1
-0
/
+22
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-20
1
-2
/
+2
|
\
|
*
net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()
Vladimir Oltean
2023-01-14
1
-2
/
+2
*
|
net: enetc: prioritize ability to go down over packet processing
Vladimir Oltean
2023-01-19
1
-18
/
+63
*
|
net: enetc: set up XDP program under enetc_reconfigure()
Vladimir Oltean
2023-01-19
1
-19
/
+32
*
|
net: enetc: rename "xdp" and "dev" in enetc_setup_bpf()
Vladimir Oltean
2023-01-19
1
-8
/
+8
*
|
net: enetc: implement ring reconfiguration procedure for PTP RX timestamping
Vladimir Oltean
2023-01-19
1
-12
/
+56
*
|
net: enetc: move phylink_start/stop out of enetc_start/stop
Vladimir Oltean
2023-01-19
1
-13
/
+13
*
|
net: enetc: split ring resource allocation from assignment
Vladimir Oltean
2023-01-19
1
-70
/
+161
*
|
net: enetc: bring "bool extended" to top-level in enetc_open()
Vladimir Oltean
2023-01-19
1
-9
/
+11
*
|
net: enetc: drop redundant enetc_free_tx_frame() call from enetc_free_txbdr()
Vladimir Oltean
2023-01-19
1
-5
/
+0
*
|
net: enetc: rx_swbd and tx_swbd are never NULL in enetc_free_rxtx_rings()
Vladimir Oltean
2023-01-19
1
-6
/
+0
*
|
net: enetc: create enetc_dma_free_bdr()
Vladimir Oltean
2023-01-19
1
-14
/
+11
*
|
net: enetc: set up RX ring indices from enetc_setup_rxbdr()
Vladimir Oltean
2023-01-19
1
-7
/
+4
*
|
net: enetc: set next_to_clean/next_to_use just from enetc_setup_txbdr()
Vladimir Oltean
2023-01-19
1
-6
/
+0
*
|
net: ethernet: enetc: do not always access skb_shared_info in the XDP path
Lorenzo Bianconi
2023-01-06
1
-6
/
+8
*
|
net: ethernet: enetc: unlock XDP_REDIRECT for XDP non-linear buffers
Lorenzo Bianconi
2023-01-06
1
-14
/
+10
|
/
*
net: enetc: avoid buffer leaks on xdp_do_redirect() failure
Vladimir Oltean
2022-12-15
1
-27
/
+8
*
net: enetc: preserve TX ring priority across reconfiguration
Vladimir Oltean
2022-11-24
1
-3
/
+5
*
net: enetc: survive memory pressure without crashing
Vladimir Oltean
2022-10-27
1
-0
/
+5
*
net: enetc: cache accesses to &priv->si->hw
Vladimir Oltean
2022-09-30
1
-11
/
+17
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
1
-2
/
+1
*
net: enetc: deny offload of tc-based TSN features on VF interfaces
Vladimir Oltean
2022-09-20
1
-20
/
+1
*
net: enetc: move enetc_set_psfp() out of the common enetc_set_features()
Vladimir Oltean
2022-09-20
1
-31
/
+1
*
net: enetc: count the tc-taprio window drops
Po Liu
2022-05-12
1
-2
/
+11
*
net: enetc: Remove useless DMA-32 fallback configuration
Christophe JAILLET
2022-01-10
1
-6
/
+2
*
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-13
1
-1
/
+1
*
net: enetc: use the skb variable directly in enetc_clean_tx_ring()
Vladimir Oltean
2021-10-22
1
-2
/
+1
*
net: enetc: remove local "priv" variable in enetc_clean_tx_ring()
Vladimir Oltean
2021-10-22
1
-4
/
+1
*
net: enetc: fix check for allocation failure
Dan Carpenter
2021-10-14
1
-1
/
+3
[next]