index
:
linux.git
master
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
Age
Commit message (
Expand
)
Author
2021-06-07
net: enetc: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
2021-06-04
net: enetc: use get/put_unaligned helpers for MAC address handling
Michael Walle
2021-06-01
net: enetc: catch negative return code from enetc_pf_to_port()
Vladimir Oltean
2021-04-23
enetc: fix locking for one-step timestamping packet transfer
Yangbo Lu
2021-04-20
net: enetc: automatically select IERB module
Michael Walle
2021-04-19
net: enetc: add support for flow control
Vladimir Oltean
2021-04-19
net: enetc: add a mini driver for the Integrated Endpoint Register Block
Vladimir Oltean
2021-04-19
net: enetc: create a common enetc_pf_to_port helper
Vladimir Oltean
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: increase TX ring size
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-14
net: enetc: fetch MAC address from device tree
Michael Walle
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: increase RX ring default size
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-24
net: enetc: don't depend on system endianness in enetc_set_mac_ht_flt
Vladimir Oltean
2021-03-24
net: enetc: don't depend on system endianness in enetc_set_vlan_ht_filter
Vladimir Oltean
2021-03-19
net: enetc: teardown CBDR during PF/VF unbind
Vladimir Oltean
2021-03-13
flow_offload: reject configuration of packet-per-second policing in offload d...
Baowen Zheng
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: use enum enetc_active_offloads
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
[next]