aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-09wwan: mhi: Fix missing spin_lock_init() in mhi_mbim_probe()Wei Yongjun1-0/+1
2021-08-09net/iucv: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-9/+9
2021-08-09net/iucv: get rid of register asm usageHeiko Carstens1-20/+22
2021-08-09net/af_iucv: remove wrappers around iucv (de-)registrationJulian Wiedmann1-13/+3
2021-08-09net/af_iucv: clean up a try_then_request_module()Julian Wiedmann1-11/+3
2021-08-09net/af_iucv: support drop monitoringJulian Wiedmann1-20/+22
2021-08-09net: dsa: avoid fast ageing twice when port leaves a bridgeVladimir Oltean1-1/+3
2021-08-09net: dsa: still fast-age ports joining a bridge if they can't configure learningVladimir Oltean1-1/+17
2021-08-08net: dsa: sja1105: add FDB fast ageing supportVladimir Oltean1-0/+41
2021-08-08net: dsa: sja1105: rely on DSA core tracking of port learning stateVladimir Oltean3-20/+14
2021-08-08net: dsa: flush the dynamic FDB of the software bridge when fast ageing a portVladimir Oltean1-0/+20
2021-08-08net: dsa: don't fast age bridge ports with learning turned offVladimir Oltean1-1/+1
2021-08-08net: dsa: centralize fast ageing when address learning is turned offVladimir Oltean4-12/+33
2021-08-08atm: horizon: Fix spelling mistakes in TX commentJun Miao1-3/+3
2021-08-08devlink: Simplify devlink port API callsLeon Romanovsky6-71/+64
2021-08-08net: dsa: don't fast age standalone portsVladimir Oltean3-10/+14
2021-08-07net: bonding: bond_alb: Remove the dependency on ipx network layerCai Huoqing1-32/+0
2021-08-07net: ethernet: stmmac: Do not use unreachable() in ipq806x_gmac_probe()Nathan Chancellor1-10/+8
2021-08-07s390/qeth: Update MACs of LEARNING_SYNC deviceAlexandra Winter1-4/+127
2021-08-07s390/qeth: Switchdev event handlerAlexandra Winter2-5/+79
2021-08-07s390/qeth: Register switchdev event handlerAlexandra Winter1-3/+40
2021-08-07tulip: Remove deadcode on startup true conditionColin Ian King1-1/+1
2021-08-06net: ethernet: ti: davinci_cpdma: revert "drop frame padding"Grygorii Strashko4-0/+8
2021-08-06vrf: fix NULL dereference in vrf_finish_output()Dan Carpenter1-1/+1
2021-08-06net: dsa: mt7530: drop untagged frames on VLAN-aware ports without PVIDDENG Qingfang2-2/+37
2021-08-06net: dsa: don't disable multicast flooding to the CPU even without an IGMP querierVladimir Oltean8-52/+0
2021-08-06net: dsa: mt7530: remove the .port_set_mrouter implementationVladimir Oltean1-13/+0
2021-08-06net: dsa: stop syncing the bridge mcast_router attribute at join timeVladimir Oltean1-10/+0
2021-08-06net: ethernet: ti: am65-cpsw: use napi_complete_done() in TX completionGrygorii Strashko1-5/+5
2021-08-06net: ti: am65-cpsw-nuss: fix RX IRQ state after .ndo_stop()Vignesh Raghavendra2-2/+13
2021-08-06ptp: ocp: Remove pending_image indicator from devlinkJonathan Lemon1-10/+0
2021-08-06ptp: ocp: Rename version string shown by devlink.Jonathan Lemon1-2/+2
2021-08-06ptp: ocp: Use 'gnss' naming instead of 'gps'Jonathan Lemon1-21/+21
2021-08-06ptp: ocp: Remove devlink health and unused parameters.Jonathan Lemon1-80/+0
2021-08-06ptp: ocp: Add the mapping for the external PPS registers.Jonathan Lemon1-4/+11
2021-08-06ptp: ocp: Fix the error handling path for the class device.Jonathan Lemon1-1/+1
2021-08-06ethtool: return error from ethnl_ops_begin if dev is NULLHeiner Kallweit1-2/+2
2021-08-06netdevsim: Protect both reload_down and reload_up pathsLeon Romanovsky3-1/+22
2021-08-06net: ethernet: ti: davinci_cpdma: drop frame paddingGrygorii Strashko4-8/+0
2021-08-06net: ethernet: ti: davinci_emac: switch to use skb_put_padto()Grygorii Strashko1-1/+1
2021-08-06net: ethernet: ti: cpsw: switch to use skb_put_padto()Grygorii Strashko1-1/+1
2021-08-05Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa4-24/+45
2021-08-05pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)1-2/+17
2021-08-05net: vxge: fix use-after-free in vxge_device_unregisterPavel Skripkin1-3/+3
2021-08-05net: fec: fix use-after-free in fec_drv_removePavel Skripkin1-1/+1
2021-08-05net: pegasus: fix uninit-value in get_interrupt_intervalPavel Skripkin1-3/+11
2021-08-05tracing: Quiet smp_processor_id() use in preemptable warning in hwlatSteven Rostedt (VMware)1-1/+1
2021-08-05net: ethernet: ti: am65-cpsw: fix crash in am65_cpsw_port_offload_fwd_mark_update()Grygorii Strashko1-1/+5
2021-08-05bnx2x: fix an error code in bnx2x_nic_load()Dan Carpenter1-1/+2
2021-08-05netdevsim: Forbid devlink reload when adding or deleting portsLeon Romanovsky2-12/+11