summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/enetc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-301-2/+1
|\
| * net: enetc: fix the incorrect clearing of IF_MODE bitsVladimir Oltean2021-09-241-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-233-7/+4
|\ \ | |/
| * enetc: Fix uninitialized struct dim_sample field usageClaudiu Manoil2021-09-191-1/+1
| * enetc: Fix illegal access when reading affinity_hintClaudiu Manoil2021-09-191-4/+1
| * net: update NXP copyright textVladimir Oltean2021-09-172-2/+2
* | net: enetc: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-164-20/+10
|/
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-2/+2
* net: enetc: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-071-3/+1
* net: enetc: use get/put_unaligned helpers for MAC address handlingMichael Walle2021-06-041-4/+5
* net: enetc: catch negative return code from enetc_pf_to_port()Vladimir Oltean2021-06-011-7/+24
* enetc: fix locking for one-step timestamping packet transferYangbo Lu2021-04-231-9/+9
* net: enetc: automatically select IERB moduleMichael Walle2021-04-201-1/+1
* net: enetc: add support for flow controlVladimir Oltean2021-04-193-2/+85
* net: enetc: add a mini driver for the Integrated Endpoint Register BlockVladimir Oltean2021-04-195-1/+221
* net: enetc: create a common enetc_pf_to_port helperVladimir Oltean2021-04-192-10/+22
* net: enetc: apply the MDIO workaround for XDP_REDIRECT tooVladimir Oltean2021-04-161-0/+4
* net: enetc: fix buffer leaks with XDP_TX enqueue rejectionsVladimir Oltean2021-04-161-4/+12
* net: enetc: handle the invalid XDP action the same way as XDP_DROPVladimir Oltean2021-04-161-4/+3
* net: enetc: use dedicated TX rings for XDPVladimir Oltean2021-04-162-7/+40
* net: enetc: increase TX ring sizeVladimir Oltean2021-04-161-1/+1
* net: enetc: remove unneeded xdp_do_flush_map()Vladimir Oltean2021-04-161-5/+0
* net: enetc: stop XDP NAPI processing when build_skb() failsVladimir Oltean2021-04-161-2/+2
* net: enetc: recycle buffers for frames with RX errorsVladimir Oltean2021-04-161-0/+2
* net: enetc: rename the buffer reuse helpersVladimir Oltean2021-04-161-30/+24
* net: enetc: remove redundant clearing of skb/xdp_frame pointer in TX conf pathVladimir Oltean2021-04-161-2/+0
* enetc: convert to schedule_work()Yangbo Lu2021-04-151-1/+1
* net: enetc: fetch MAC address from device treeMichael Walle2021-04-141-16/+49
* enetc: support PTP Sync packet one-step timestampingYangbo Lu2021-04-124-26/+195
* enetc: mark TX timestamp type per skbYangbo Lu2021-04-122-8/+13
* enetc: Use generic rule to map Tx rings to interrupt vectorsClaudiu Manoil2021-04-091-5/+1
* net: enetc: fix TX ring interrupt stormVladimir Oltean2021-04-091-1/+2
* net: enetc: fix array underflow in error handling codeDan Carpenter2021-04-091-1/+1
* net: enetc: add support for XDP_REDIRECTVladimir Oltean2021-03-314-12/+218
* net: enetc: increase RX ring default sizeVladimir Oltean2021-03-311-1/+1
* net: enetc: add support for XDP_TXVladimir Oltean2021-03-313-25/+228
* net: enetc: add support for XDP_DROP and XDP_PASSVladimir Oltean2021-03-314-20/+281
* net: enetc: move up enetc_reuse_page and enetc_page_reusableVladimir Oltean2021-03-311-19/+19
* net: enetc: clean the TX software BD on the TX confirmation pathVladimir Oltean2021-03-311-0/+4
* net: enetc: add a dedicated is_eof bit in the TX software BDVladimir Oltean2021-03-312-4/+4
* net: enetc: move skb creation into enetc_build_skbVladimir Oltean2021-03-311-37/+44
* net: enetc: consume the error RX buffer descriptors in a dedicated functionVladimir Oltean2021-03-311-16/+27
* net: enetc: don't depend on system endianness in enetc_set_mac_ht_fltVladimir Oltean2021-03-241-6/+10
* net: enetc: don't depend on system endianness in enetc_set_vlan_ht_filterVladimir Oltean2021-03-241-4/+4
* net: enetc: teardown CBDR during PF/VF unbindVladimir Oltean2021-03-192-0/+2
* flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng2021-03-131-0/+5
* net: enetc: make enetc_refill_rx_ring update the consumer indexVladimir Oltean2021-03-101-9/+8
* net: enetc: remove forward declaration for enetc_map_tx_buffsVladimir Oltean2021-03-101-38/+35
* net: enetc: remove forward-declarations of enetc_clean_{rx,tx}_ringVladimir Oltean2021-03-101-48/+44