summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-12-14net: dsa: sja1105: fix broken connection with the sja1110 taggerVladimir Oltean1-8/+8
2021-12-14bareudp: Add extack support to bareudp_configure()Guillaume Nault1-4/+9
2021-12-14Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMPHangbin Liu1-12/+21
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu38-142/+0
2021-12-13net: mtk_eth: add COMPILE_TEST supportLorenzo Bianconi1-1/+2
2021-12-13mt76: remove variable set but not usedYang Li1-2/+1
2021-12-13net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar1-3/+3
2021-12-13net: ocelot: use dma_unmap_addr to get tx buffer dma_addrClément Léger1-2/+2
2021-12-13net: lan966x: Fix the configuration of the pcsHoratiu Vultur1-6/+0
2021-12-13net: vertexcom: Add MSE102x SPI supportStefan Wahren5-0/+802
2021-12-13net: mvneta: mark as a legacy_pre_march2020 driverRussell King (Oracle)1-0/+1
2021-12-13net: axienet: mark as a legacy_pre_march2020 driverRussell King (Oracle)1-0/+1
2021-12-13isdn: cpai: no need to initialise statics to 0Jason Wang1-1/+1
2021-12-13net: ipa: fix IPA v4.5 interconnect dataAlex Elder1-6/+1
2021-12-13bareudp: Move definition of struct bareudp_conf to bareudp.cGuillaume Nault1-0/+7
2021-12-13bareudp: Remove bareudp_dev_create()Guillaume Nault1-34/+0
2021-12-13net: stmmac: bump tc when get underflow error from DMA descriptorXiaoliang Yang3-33/+27
2021-12-12net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sect...Vladimir Oltean1-14/+8
2021-12-12Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...Vladimir Oltean3-5/+64
2021-12-12net: dsa: tag_sja1105: convert to tagger-owned dataVladimir Oltean3-58/+32
2021-12-12net: dsa: sja1105: move ts_id from sja1105_tagger_dataVladimir Oltean3-4/+8
2021-12-12net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_dataVladimir Oltean3-19/+11
2021-12-12net: dsa: sja1105: remove hwts_tx_en from tagger dataVladimir Oltean2-5/+5
2021-12-12net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021qVladimir Oltean1-45/+32
2021-12-12net: dsa: sja1105: let deferred packets time out when sent to ports going downVladimir Oltean1-13/+0
2021-12-12net: dsa: tag_ocelot: convert to tagger-owned dataVladimir Oltean1-50/+14
2021-12-12net: dsa: mv88e6xxx: Add tx fwd offload PVT on intermediate devicesTobias Waldekranz1-1/+3
2021-12-11net: ocelot: add FDMA supportClément Léger5-4/+1092
2021-12-11net: ocelot: add support for ndo_change_mtuClément Léger2-0/+16
2021-12-11net: ocelot: add and export ocelot_ptp_rx_timestamp()Clément Léger1-17/+24
2021-12-11net: ocelot: export ocelot_ifh_port_set() to setup IFHClément Léger1-5/+13
2021-12-11net: wwan: iosm: correct open parenthesis alignmentM Chetan Kumar1-1/+1
2021-12-11net: wwan: iosm: removed unused function declM Chetan Kumar1-10/+0
2021-12-11net: wwan: iosm: release data channel in case no active IP sessionM Chetan Kumar4-21/+27
2021-12-11net: wwan: iosm: set tx queue lenM Chetan Kumar1-1/+2
2021-12-11net: bna: Update supported link modesErik Ekman1-11/+11
2021-12-10ppp: add netns refcount trackerEric Dumazet1-2/+3
2021-12-10sh_eth: Use dev_err_probe() helperGeert Uytterhoeven1-2/+1
2021-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski164-570/+1174
2021-12-09net: phy: prefer 1000baseT over 1000baseKXRussell King (Oracle)1-1/+1
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds53-234/+491
2021-12-09net: ag71xx: remove unnecessary legacy methodsRussell King (Oracle)1-13/+0
2021-12-09net: phylink: use legacy_pre_march2020Russell King (Oracle)1-6/+6
2021-12-09net: mtk_eth_soc: mark as a legacy_pre_march2020 driverRussell King (Oracle)1-0/+4
2021-12-09Merge tag 'mtd/fixes-for-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-12/+40
2021-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds35-36/+141
2021-12-09net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA portsRussell King (Oracle)1-30/+34
2021-12-09net: wwan: iosm: fixes unable to send AT command during mbim txM Chetan Kumar3-10/+0
2021-12-09net: wwan: iosm: fixes net interface nonfunctional after fw flashM Chetan Kumar3-1/+8
2021-12-09net: wwan: iosm: fixes unnecessary doorbell sendM Chetan Kumar1-7/+11