summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc
AgeCommit message (Expand)AuthorFilesLines
2021-04-23enetc: fix locking for one-step timestamping packet transferYangbo Lu1-9/+9
2021-04-21net: enetc: automatically select IERB moduleMichael Walle1-1/+1
2021-04-20net: enetc: add support for flow controlVladimir Oltean3-2/+85
2021-04-20net: enetc: add a mini driver for the Integrated Endpoint Register BlockVladimir Oltean5-1/+221
2021-04-20net: enetc: create a common enetc_pf_to_port helperVladimir Oltean2-10/+22
2021-04-17net: enetc: apply the MDIO workaround for XDP_REDIRECT tooVladimir Oltean1-0/+4
2021-04-17net: enetc: fix buffer leaks with XDP_TX enqueue rejectionsVladimir Oltean1-4/+12
2021-04-17net: enetc: handle the invalid XDP action the same way as XDP_DROPVladimir Oltean1-4/+3
2021-04-17net: enetc: use dedicated TX rings for XDPVladimir Oltean2-7/+40
2021-04-17net: enetc: increase TX ring sizeVladimir Oltean1-1/+1
2021-04-17net: enetc: remove unneeded xdp_do_flush_map()Vladimir Oltean1-5/+0
2021-04-17net: enetc: stop XDP NAPI processing when build_skb() failsVladimir Oltean1-2/+2
2021-04-17net: enetc: recycle buffers for frames with RX errorsVladimir Oltean1-0/+2
2021-04-17net: enetc: rename the buffer reuse helpersVladimir Oltean1-30/+24
2021-04-17net: enetc: remove redundant clearing of skb/xdp_frame pointer in TX conf pathVladimir Oltean1-2/+0
2021-04-16enetc: convert to schedule_work()Yangbo Lu1-1/+1
2021-04-15net: enetc: fetch MAC address from device treeMichael Walle1-16/+49
2021-04-12enetc: support PTP Sync packet one-step timestampingYangbo Lu4-26/+195
2021-04-12enetc: mark TX timestamp type per skbYangbo Lu2-8/+13
2021-04-10enetc: Use generic rule to map Tx rings to interrupt vectorsClaudiu Manoil1-5/+1
2021-04-10net: enetc: fix TX ring interrupt stormVladimir Oltean1-1/+2
2021-04-10net: enetc: fix array underflow in error handling codeDan Carpenter1-1/+1
2021-04-01net: enetc: add support for XDP_REDIRECTVladimir Oltean4-12/+218
2021-04-01net: enetc: increase RX ring default sizeVladimir Oltean1-1/+1
2021-04-01net: enetc: add support for XDP_TXVladimir Oltean3-25/+228
2021-04-01net: enetc: add support for XDP_DROP and XDP_PASSVladimir Oltean4-20/+281
2021-04-01net: enetc: move up enetc_reuse_page and enetc_page_reusableVladimir Oltean1-19/+19
2021-04-01net: enetc: clean the TX software BD on the TX confirmation pathVladimir Oltean1-0/+4
2021-04-01net: enetc: add a dedicated is_eof bit in the TX software BDVladimir Oltean2-4/+4
2021-04-01net: enetc: move skb creation into enetc_build_skbVladimir Oltean1-37/+44
2021-04-01net: enetc: consume the error RX buffer descriptors in a dedicated functionVladimir Oltean1-16/+27
2021-03-25net: enetc: don't depend on system endianness in enetc_set_mac_ht_fltVladimir Oltean1-6/+10
2021-03-25net: enetc: don't depend on system endianness in enetc_set_vlan_ht_filterVladimir Oltean1-4/+4
2021-03-19net: enetc: teardown CBDR during PF/VF unbindVladimir Oltean2-0/+2
2021-03-14flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng1-0/+5
2021-03-11net: enetc: make enetc_refill_rx_ring update the consumer indexVladimir Oltean1-9/+8
2021-03-11net: enetc: remove forward declaration for enetc_map_tx_buffsVladimir Oltean1-38/+35
2021-03-11net: enetc: remove forward-declarations of enetc_clean_{rx,tx}_ringVladimir Oltean1-48/+44
2021-03-11net: enetc: use enum enetc_active_offloadsVladimir Oltean1-1/+1
2021-03-11net: enetc: simplify callers of enetc_rxbd_nextVladimir Oltean2-24/+20
2021-03-11net: enetc: don't initialize unused ports from a separate code pathVladimir Oltean3-50/+30
2021-03-11net: enetc: pass bd_count as an argument to enetc_setup_cbdrVladimir Oltean4-9/+7
2021-03-11net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdrVladimir Oltean4-15/+8
2021-03-11net: enetc: save the mode register address inside struct enetc_cbdrVladimir Oltean4-13/+15
2021-03-11net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdrVladimir Oltean4-24/+18
2021-03-11net: enetc: save the DMA device for enetc_free_cbdrVladimir Oltean4-20/+26
2021-03-11net: enetc: move the CBDR API to enetc_cbdr.cVladimir Oltean2-54/+54
2021-03-10net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean1-6/+2
2021-03-08net: enetc: allow hardware timestamping on TX queues with tc-etf enabledVladimir Oltean1-0/+6
2021-03-08net: enetc: set MAC RX FIFO to recommended valueAlex Marginean2-0/+8