summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-12-10ppp: add netns refcount trackerEric Dumazet
2021-12-09sh_eth: Use dev_err_probe() helperGeert Uytterhoeven
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-09net: phy: prefer 1000baseT over 1000baseKXRussell King (Oracle)
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-12-09net: ag71xx: remove unnecessary legacy methodsRussell King (Oracle)
2021-12-09net: phylink: use legacy_pre_march2020Russell King (Oracle)
2021-12-09net: mtk_eth_soc: mark as a legacy_pre_march2020 driverRussell King (Oracle)
2021-12-09Merge tag 'mtd/fixes-for-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2021-12-09net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA portsRussell King (Oracle)
2021-12-09net: wwan: iosm: fixes unable to send AT command during mbim txM Chetan Kumar
2021-12-09net: wwan: iosm: fixes net interface nonfunctional after fw flashM Chetan Kumar
2021-12-09net: wwan: iosm: fixes unnecessary doorbell sendM Chetan Kumar
2021-12-09net: dsa: felix: Fix memory leak in felix_setup_mmio_filteringJosé Expósito
2021-12-09net: mana: Fix memory leak in mana_hwc_create_wqJosé Expósito
2021-12-09nfp: Fix memory leak in nfp_cpp_area_cache_add()Jianglei Nie
2021-12-09net: dsa: mv88e6xxx: error handling for serdes_power functionsAmeer Hamza
2021-12-09can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson
2021-12-09can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct stats->{...Jimmy Assarsson
2021-12-08net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva
2021-12-08net: hinic: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva
2021-12-08net: mvpp2: fix XDP rx queues registeringLouis Amas
2021-12-08net: wwan: make debugfs optionalSergey Ryazanov
2021-12-08net: wwan: iosm: move debugfs knobs into a subdirSergey Ryazanov
2021-12-08net: wwan: iosm: allow trace port be uninitializedSergey Ryazanov
2021-12-08net: wwan: iosm: consolidate trace port init codeSergey Ryazanov
2021-12-08vmxnet3: fix minimum vectors alloc issueRonak Doshi
2021-12-08Merge tag 'linux-can-next-for-5.17-20211208' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2021-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-12-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-08net: dsa: mv88e6xxx: fix "don't use PHY_DETECT on internal PHY's"Russell King (Oracle)
2021-12-08net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offloadVladimir Oltean
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean
2021-12-08net: dsa: mv88e6xxx: compute port vlan membership based on dp->bridge_dev com...Vladimir Oltean
2021-12-08net: dsa: mv88e6xxx: iterate using dsa_switch_for_each_user_port in mv88e6xxx...Vladimir Oltean
2021-12-08net: dsa: mt7530: iterate using dsa_switch_for_each_user_port in bridging opsVladimir Oltean
2021-12-08net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean
2021-12-08net: dsa: make dp->bridge_num one-basedVladimir Oltean
2021-12-08ice: safer stats processingJesse Brandeburg
2021-12-08HID: Ignore battery for Elan touchscreen on Asus UX550VEHans de Goede
2021-12-08can: hi311x: hi3110_can_probe(): convert to use dev_err_probe()Andy Shevchenko
2021-12-08can: hi311x: hi3110_can_probe(): make use of device property APIAndy Shevchenko
2021-12-08can: hi311x: hi3110_can_probe(): try to get crystal clock rate from propertyAndy Shevchenko
2021-12-08can: hi311x: hi3110_can_probe(): use devm_clk_get_optional() to get the input...Andy Shevchenko
2021-12-08can: sun4i_can: add support for R40 CAN controllerEvgeny Boger
2021-12-08can: bittiming: replace CAN units with the generic ones from linux/units.hVincent Mailhol