summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfc: pn533: prevent potential memory corruptionDan Carpenter2021-04-021-0/+3
* dpaa2-eth: export the rx copybreak value as an ethtool tunableIoana Ciornei2021-04-023-2/+47
* dpaa2-eth: add rx copybreak supportIoana Ciornei2021-04-022-3/+36
* dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_bufIoana Ciornei2021-04-022-15/+17
* ionic: advertise support for hardware timestampsShannon Nelson2021-04-021-0/+25
* ionic: ethtool ptp statsShannon Nelson2021-04-021-4/+34
* ionic: add ethtool support for PTPShannon Nelson2021-04-021-0/+93
* ionic: add and enable tx and rx timestamp handlingShannon Nelson2021-04-024-25/+157
* ionic: set up hw timestamp queuesShannon Nelson2021-04-021-5/+261
* ionic: add rx filtering for hw timestamp steeringShannon Nelson2021-04-022-0/+22
* ionic: link in the new hw timestamp codeShannon Nelson2021-04-027-0/+107
* ionic: add hw timestamp support filesShannon Nelson2021-04-021-0/+589
* ionic: split adminq post and wait callsShannon Nelson2021-04-022-4/+13
* ionic: add hw timestamp structs to interfaceShannon Nelson2021-04-022-6/+170
* ionic: add handling of larger descriptorsShannon Nelson2021-04-024-29/+73
* ionic: add new queue features to interfaceShannon Nelson2021-04-023-6/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-021-0/+12
|\
| * veth: Implement ethtool's get_channels() callbackMaciej Fijalkowski2021-03-301-0/+12
* | net: usb: ax88179_178a: initialize local variables before usePhillip Potter2021-04-021-2/+4
* | net: phy: broadcom: Add statistics for all Gigabit PHYsFlorian Fainelli2021-04-021-10/+66
* | lan743x: remove redundant semi-colonYang Yingliang2021-04-021-1/+1
* | net: hns: Fix some typosLu Wei2021-04-021-3/+3
* | net: stmmac: remove unnecessary pci_enable_msi() callWong Vee Khee2021-04-021-2/+0
* | stmmac: intel: use managed PCI function on probe and resumeWong Vee Khee2021-04-021-7/+2
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-04-0218-345/+445
|\ \
| * | ice: Correct comment block styleTony Nguyen2021-03-311-2/+1
| * | ice: cleanup style issuesBruce Allan2021-03-313-7/+7
| * | ice: Consolidate VSI state and flagsAnirudh Venkataramanan2021-03-315-46/+47
| * | ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley2021-03-315-117/+117
| * | ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley2021-03-316-42/+62
| * | ice: Change ice_vsi_setup_q_map() to not depend on RSSBrett Creeley2021-03-312-34/+17
| * | ice: rename ptype bitmapQi Zhang2021-03-311-8/+8
| * | ice: correct memory allocation callBruce Allan2021-03-311-1/+1
| * | ice: Check for bail out condition earlyAnirudh Venkataramanan2021-03-311-5/+5
| * | ice: remove unnecessary duplicated AQ command flag settingBruce Allan2021-03-311-1/+1
| * | ice: change link misconfiguration messagePaul Greenwalt2021-03-311-1/+1
| * | ice: handle increasing Tx or Rx ring sizesPaul M Stillwell Jr2021-03-312-33/+92
| * | ice: Update to use package info from ice segmentDan Nowlin2021-03-314-22/+36
| * | ice: Delay netdev registrationAnirudh Venkataramanan2021-03-312-52/+47
| * | ice: Add Support for XPSBenita Bose2021-03-312-0/+29
* | | net: mediatek: add flow offload for mt7623Frank Wunderlich2021-04-011-0/+1
* | | net: stmmac: enable MTL ECC Error Address Status Over-ride by defaultVoon Weifeng2021-04-012-0/+2
* | | 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