aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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 sectionsVladimir Oltean1-14/+8
2021-12-12Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver"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-10net: ocelot: add FDMA supportClément Léger5-4/+1092
2021-12-10net: ocelot: add support for ndo_change_mtuClément Léger2-0/+16
2021-12-10net: ocelot: add and export ocelot_ptp_rx_timestamp()Clément Léger1-17/+24
2021-12-10net: ocelot: export ocelot_ifh_port_set() to setup IFHClément Léger1-5/+13
2021-12-10net: wwan: iosm: correct open parenthesis alignmentM Chetan Kumar1-1/+1
2021-12-10net: wwan: iosm: removed unused function declM Chetan Kumar1-10/+0
2021-12-10net: wwan: iosm: release data channel in case no active IP sessionM Chetan Kumar4-21/+27
2021-12-10net: wwan: iosm: set tx queue lenM Chetan Kumar1-1/+2
2021-12-10net: bna: Update supported link modesErik Ekman1-11/+11
2021-12-10ppp: add netns refcount trackerEric Dumazet1-2/+3
2021-12-09sh_eth: Use dev_err_probe() helperGeert Uytterhoeven1-2/+1
2021-12-09Merge 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/netdev/netLinus 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/kernel/git/mtd/linuxLinus Torvalds4-12/+40
2021-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus 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
2021-12-09net: dsa: felix: Fix memory leak in felix_setup_mmio_filteringJosé Expósito1-1/+4
2021-12-09net: mana: Fix memory leak in mana_hwc_create_wqJosé Expósito1-5/+5
2021-12-09nfp: Fix memory leak in nfp_cpp_area_cache_add()Jianglei Nie1-1/+3
2021-12-09net: dsa: mv88e6xxx: error handling for serdes_power functionsAmeer Hamza1-1/+7
2021-12-09can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson1-28/+73
2021-12-09can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct stats->{rx,tx}_errors counterJimmy Assarsson1-1/+7
2021-12-08net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva7-40/+31
2021-12-08net: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-9/+8
2021-12-08net: mvpp2: fix XDP rx queues registeringLouis Amas1-2/+2
2021-12-08net: wwan: make debugfs optionalSergey Ryazanov8-10/+61
2021-12-08net: wwan: iosm: move debugfs knobs into a subdirSergey Ryazanov6-8/+49
2021-12-08net: wwan: iosm: allow trace port be uninitializedSergey Ryazanov3-5/+11
2021-12-08net: wwan: iosm: consolidate trace port init codeSergey Ryazanov4-21/+9
2021-12-08vmxnet3: fix minimum vectors alloc issueRonak Doshi1-6/+7
2021-12-08Merge tag 'linux-can-next-for-5.17-20211208' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextJakub Kicinski5-34/+95
2021-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-4/+4