summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-25net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean
2021-10-25net: dsa: lantiq_gswip: serialize access to the PCE registersVladimir Oltean
2021-10-25net: dsa: b53: serialize access to the ARL tableVladimir Oltean
2021-10-25net: mscc: ocelot: serialize access to the MAC tableVladimir Oltean
2021-10-25net: dsa: sja1105: serialize access to the dynamic config interfaceVladimir Oltean
2021-10-25net: dsa: sja1105: wait for dynamic config command completion on writes tooVladimir Oltean
2021-10-25net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns errorVladimir Oltean
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller
2021-10-25Merge tag 'linux-can-next-for-5.16-20211024' of git://git.kernel.org/pub/scm/...David S. Miller
2021-10-24can: xilinx_can: xcan_remove(): remove redundant netif_napi_del()Dongliang Mu
2021-10-24can: xilinx_can: remove repeated word from the kernel-docMichal Simek
2021-10-24can: peak_usb: CANFD: store 64-bits hw timestampsStephane Grosjean
2021-10-24can: gs_usb: use %u to print unsigned valuesMarc Kleine-Budde
2021-10-24can: mscan: mpc5xxx_can: Make use of the helper function dev_err_probe()Cai Huoqing
2021-10-24can: rcar: drop unneeded ARM dependencyGeert Uytterhoeven
2021-10-24can: at91/janz-ican3: replace snprintf() in show functions with sysfs_emit()Qing Wang
2021-10-24can: dev: add can_tdc_get_relative_tdco() helper functionVincent Mailhol
2021-10-24can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from deviceVincent Mailhol
2021-10-24can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)Vincent Mailhol
2021-10-24can: bittiming: change can_calc_tdco()'s prototype to not directly modify privVincent Mailhol
2021-10-24can: bittiming: change unit of TDC parameters to clock periodsVincent Mailhol
2021-10-24can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol
2021-10-24can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to un...Marc Kleine-Budde
2021-10-24can: bcm: Use hrtimer_forward_now()Thomas Gleixner
2021-10-24Merge branch 'dev_addr-dont-write'David S. Miller
2021-10-24net: atm: use address setting helpersJakub Kicinski
2021-10-24net: drivers: get ready for const netdev->dev_addrJakub Kicinski
2021-10-24net: caif: get ready for const netdev->dev_addrJakub Kicinski
2021-10-24net: hsr: get ready for const netdev->dev_addrJakub Kicinski
2021-10-24net: bonding: constify and use dev_addr_set()Jakub Kicinski
2021-10-24net: phy: constify netdev->dev_addr referencesJakub Kicinski
2021-10-24net: rtnetlink: use __dev_addr_set()Jakub Kicinski
2021-10-24net: core: constify mac addrs in selftestsJakub Kicinski
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-24Merge branch 'dsa-rtnl'David S. Miller
2021-10-24selftests: net: dsa: add a stress test for unlocked FDB operationsVladimir Oltean
2021-10-24selftests: lib: forwarding: allow tests to not require mz and jqVladimir Oltean
2021-10-24net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean
2021-10-24net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean
2021-10-24net: dsa: lantiq_gswip: serialize access to the PCE tableVladimir Oltean
2021-10-24net: dsa: b53: serialize access to the ARL tableVladimir Oltean
2021-10-24net: mscc: ocelot: serialize access to the MAC tableVladimir Oltean
2021-10-24net: dsa: sja1105: serialize access to the dynamic config interfaceVladimir Oltean
2021-10-24net: dsa: sja1105: wait for dynamic config command completion on writes tooVladimir Oltean
2021-10-24net: macb: Use mdio child node for MDIO bus if it existsSean Anderson
2021-10-24dt-bindings: net: macb: Add mdio bus child nodeSean Anderson
2021-10-24net: bcmgenet: Add support for 7712 16nm internal EPHYFlorian Fainelli
2021-10-24dt-bindings: net: bcmgenet: Document 7712 bindingFlorian Fainelli
2021-10-24net: phy: bcm7xxx: Add EPHY entry for 7712Florian Fainelli
2021-10-24net: Convert more users of mdiobus_* to mdiodev_*Sean Anderson