index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
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
2022-05-11
net: enetc: count the tc-taprio window drops
Po Liu
2022-01-09
net: enetc: Remove useless DMA-32 fallback configuration
Christophe JAILLET
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-10-21
net: enetc: use the skb variable directly in enetc_clean_tx_ring()
Vladimir Oltean
2021-10-21
net: enetc: remove local "priv" variable in enetc_clean_tx_ring()
Vladimir Oltean
2021-10-13
net: enetc: fix check for allocation failure
Dan Carpenter
2021-10-13
net: enetc: include ip6_checksum.h for csum_ipv6_magic
Ioana Ciornei
2021-10-08
net: enetc: add support for software TSO
Ioana Ciornei
2021-10-08
net: enetc: declare NETIF_F_HW_CSUM and do it in software
Ioana Ciornei
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-19
enetc: Fix uninitialized struct dim_sample field usage
Claudiu Manoil
2021-09-19
enetc: Fix illegal access when reading affinity_hint
Claudiu Manoil
2021-09-16
net: enetc: Make use of the helper function dev_err_probe()
Cai Huoqing
2021-04-23
enetc: fix locking for one-step timestamping packet transfer
Yangbo Lu
2021-04-16
net: enetc: apply the MDIO workaround for XDP_REDIRECT too
Vladimir Oltean
2021-04-16
net: enetc: fix buffer leaks with XDP_TX enqueue rejections
Vladimir Oltean
2021-04-16
net: enetc: handle the invalid XDP action the same way as XDP_DROP
Vladimir Oltean
2021-04-16
net: enetc: use dedicated TX rings for XDP
Vladimir Oltean
2021-04-16
net: enetc: remove unneeded xdp_do_flush_map()
Vladimir Oltean
2021-04-16
net: enetc: stop XDP NAPI processing when build_skb() fails
Vladimir Oltean
2021-04-16
net: enetc: recycle buffers for frames with RX errors
Vladimir Oltean
2021-04-16
net: enetc: rename the buffer reuse helpers
Vladimir Oltean
2021-04-16
net: enetc: remove redundant clearing of skb/xdp_frame pointer in TX conf path
Vladimir Oltean
2021-04-15
enetc: convert to schedule_work()
Yangbo Lu
2021-04-12
enetc: support PTP Sync packet one-step timestamping
Yangbo Lu
2021-04-12
enetc: mark TX timestamp type per skb
Yangbo Lu
2021-04-09
enetc: Use generic rule to map Tx rings to interrupt vectors
Claudiu Manoil
2021-04-09
net: enetc: fix TX ring interrupt storm
Vladimir Oltean
2021-04-09
net: enetc: fix array underflow in error handling code
Dan Carpenter
2021-03-31
net: enetc: add support for XDP_REDIRECT
Vladimir Oltean
2021-03-31
net: enetc: add support for XDP_TX
Vladimir Oltean
2021-03-31
net: enetc: add support for XDP_DROP and XDP_PASS
Vladimir Oltean
2021-03-31
net: enetc: move up enetc_reuse_page and enetc_page_reusable
Vladimir Oltean
2021-03-31
net: enetc: clean the TX software BD on the TX confirmation path
Vladimir Oltean
2021-03-31
net: enetc: add a dedicated is_eof bit in the TX software BD
Vladimir Oltean
2021-03-31
net: enetc: move skb creation into enetc_build_skb
Vladimir Oltean
2021-03-31
net: enetc: consume the error RX buffer descriptors in a dedicated function
Vladimir Oltean
2021-03-10
net: enetc: make enetc_refill_rx_ring update the consumer index
Vladimir Oltean
2021-03-10
net: enetc: remove forward declaration for enetc_map_tx_buffs
Vladimir Oltean
2021-03-10
net: enetc: remove forward-declarations of enetc_clean_{rx,tx}_ring
Vladimir Oltean
2021-03-10
net: enetc: simplify callers of enetc_rxbd_next
Vladimir Oltean
2021-03-10
net: enetc: don't initialize unused ports from a separate code path
Vladimir Oltean
2021-03-10
net: enetc: pass bd_count as an argument to enetc_setup_cbdr
Vladimir Oltean
2021-03-10
net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdr
Vladimir Oltean
2021-03-10
net: enetc: save the mode register address inside struct enetc_cbdr
Vladimir Oltean
2021-03-10
net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdr
Vladimir Oltean
2021-03-10
net: enetc: save the DMA device for enetc_free_cbdr
Vladimir Oltean
2021-03-10
net: enetc: move the CBDR API to enetc_cbdr.c
Vladimir Oltean
2021-03-10
net: add a helper to avoid issues with HW TX timestamping and SO_TXTIME
Vladimir Oltean
2021-03-08
net: enetc: allow hardware timestamping on TX queues with tc-etf enabled
Vladimir Oltean
[next]