summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/enetc (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASKVladimir Oltean2022-04-281-4/+0
* net: enetc: report software timestamping via SO_TIMESTAMPINGVladimir Oltean2022-03-251-1/+4
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-245-118/+127
|\
| * enetc: use correct format charactersBill Wendling2022-03-181-1/+1
| * flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu2022-02-281-4/+43
| * net:enetc: enetc qos using the CBDR dma alloc functionPo Liu2022-02-091-75/+22
| * net:enetc: command BD ring data memory alloc as one function alonePo Liu2022-02-092-30/+49
| * net:enetc: allocate CBD ring data memory using DMA coherent methodsPo Liu2022-02-091-64/+64
| * net: enetc: use .mac_select_pcs() interfaceRussell King (Oracle)2022-01-261-5/+9
* | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
|/
* net: enetc: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-102-13/+4
* net: ethernet: enetc: name change for clarity from pcs to mdio_deviceColin Foster2022-01-021-7/+7
* net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster2022-01-022-8/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-1/+1
|\
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | flow_offload: add index to flow_action_entry structureBaowen Zheng2021-12-191-3/+3
|/
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-1/+3
* net: enetc: use phylink_generic_validate()Russell King (Oracle)2021-11-171-30/+3
* net: enetc: remove interface checks in enetc_pl_mac_validate()Russell King (Oracle)2021-11-171-10/+0
* net: enetc: populate supported_interfaces memberRussell King (Oracle)2021-11-171-0/+10
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-222-2/+5
|\
| * net: enetc: make sure all traffic classes can send large framesVladimir Oltean2021-10-211-1/+4
| * net: enetc: fix ethtool counter name for PM0_TERRVladimir Oltean2021-10-211-1/+1
* | net: enetc: use the skb variable directly in enetc_clean_tx_ring()Vladimir Oltean2021-10-221-2/+1
* | net: enetc: remove local "priv" variable in enetc_clean_tx_ring()Vladimir Oltean2021-10-221-4/+1
* | net: enetc: unmap DMA in enetc_send_cmd()Tim Gardner2021-10-201-7/+11
* | ethernet: enetc: use eth_hw_addr_set()Jakub Kicinski2021-10-163-3/+7
* | net: enetc: fix check for allocation failureDan Carpenter2021-10-141-1/+3
* | net: enetc: include ip6_checksum.h for csum_ipv6_magicIoana Ciornei2021-10-131-0/+1
* | net: enetc: add support for software TSOIoana Ciornei2021-10-084-24/+311
* | net: enetc: declare NETIF_F_HW_CSUM and do it in softwareIoana Ciornei2021-10-083-5/+15
* | ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* | 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-021-7/+24
* enetc: fix locking for one-step timestamping packet transferYangbo Lu2021-04-231-9/+9
* net: enetc: automatically select IERB moduleMichael Walle2021-04-211-1/+1
* net: enetc: add support for flow controlVladimir Oltean2021-04-203-2/+85
* net: enetc: add a mini driver for the Integrated Endpoint Register BlockVladimir Oltean2021-04-205-1/+221
* net: enetc: create a common enetc_pf_to_port helperVladimir Oltean2021-04-202-10/+22