aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni32-34/+34
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
2021-12-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski9-47/+74
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski11-0/+12
2021-12-08net: dsa: mv88e6xxx: fix "don't use PHY_DETECT on internal PHY's"Russell King (Oracle)1-8/+13
2021-12-08net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offloadVladimir Oltean2-41/+41
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean15-15/+26
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean15-67/+67
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean10-32/+39
2021-12-08net: dsa: mv88e6xxx: compute port vlan membership based on dp->bridge_dev comparisonVladimir Oltean1-13/+8
2021-12-08net: dsa: mv88e6xxx: iterate using dsa_switch_for_each_user_port in mv88e6xxx_port_check_hw_vlanVladimir Oltean1-15/+9
2021-12-08net: dsa: mt7530: iterate using dsa_switch_for_each_user_port in bridging opsVladimir Oltean1-22/+30