summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* devlink: Set device as early as possibleLeon Romanovsky2021-08-0933-94/+91
* wwan: mhi: Fix missing spin_lock_init() in mhi_mbim_probe()Wei Yongjun2021-08-091-0/+1
* Merge branch 'iucv-next'David S. Miller2021-08-092-73/+59
|\
| * net/iucv: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-091-9/+9
| * net/iucv: get rid of register asm usageHeiko Carstens2021-08-091-20/+22
| * net/af_iucv: remove wrappers around iucv (de-)registrationJulian Wiedmann2021-08-091-13/+3
| * net/af_iucv: clean up a try_then_request_module()Julian Wiedmann2021-08-091-11/+3
| * net/af_iucv: support drop monitoringJulian Wiedmann2021-08-091-20/+22
|/
* Merge branch 'dsa-fast-ageing'David S. Miller2021-08-091-2/+20
|\
| * net: dsa: avoid fast ageing twice when port leaves a bridgeVladimir Oltean2021-08-091-1/+3
| * net: dsa: still fast-age ports joining a bridge if they can't configure learningVladimir Oltean2021-08-091-1/+17
|/
* Merge branch 'sja1105-fast-ageing'David S. Miller2021-08-086-32/+108
|\
| * net: dsa: sja1105: add FDB fast ageing supportVladimir Oltean2021-08-081-0/+41
| * net: dsa: sja1105: rely on DSA core tracking of port learning stateVladimir Oltean2021-08-083-20/+14
| * net: dsa: flush the dynamic FDB of the software bridge when fast ageing a portVladimir Oltean2021-08-081-0/+20
| * net: dsa: don't fast age bridge ports with learning turned offVladimir Oltean2021-08-081-1/+1
| * net: dsa: centralize fast ageing when address learning is turned offVladimir Oltean2021-08-084-12/+33
|/
* atm: horizon: Fix spelling mistakes in TX commentJun Miao2021-08-081-3/+3
* devlink: Simplify devlink port API callsLeon Romanovsky2021-08-086-71/+64
* net: dsa: don't fast age standalone portsVladimir Oltean2021-08-083-10/+14
* net: bonding: bond_alb: Remove the dependency on ipx network layerCai Huoqing2021-08-071-32/+0
* net: ethernet: stmmac: Do not use unreachable() in ipq806x_gmac_probe()Nathan Chancellor2021-08-071-10/+8
* Merge branch 's390-qeth'David S. Miller2021-08-072-3/+237
|\
| * s390/qeth: Update MACs of LEARNING_SYNC deviceAlexandra Winter2021-08-071-4/+127
| * s390/qeth: Switchdev event handlerAlexandra Winter2021-08-072-5/+79
| * s390/qeth: Register switchdev event handlerAlexandra Winter2021-08-071-3/+40
|/
* tulip: Remove deadcode on startup true conditionColin Ian King2021-08-071-1/+1
* net: ethernet: ti: davinci_cpdma: revert "drop frame padding"Grygorii Strashko2021-08-074-0/+8
* vrf: fix NULL dereference in vrf_finish_output()Dan Carpenter2021-08-071-1/+1
* net: dsa: mt7530: drop untagged frames on VLAN-aware ports without PVIDDENG Qingfang2021-08-062-2/+37
* Merge branch 'dsa-cpu-flood'David S. Miller2021-08-069-75/+0
|\
| * net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean2021-08-068-52/+0
| * net: dsa: mt7530: remove the .port_set_mrouter implementationVladimir Oltean2021-08-061-13/+0
| * net: dsa: stop syncing the bridge mcast_router attribute at join timeVladimir Oltean2021-08-061-10/+0
|/
* net: ethernet: ti: am65-cpsw: use napi_complete_done() in TX completionGrygorii Strashko2021-08-061-5/+5
* net: ti: am65-cpsw-nuss: fix RX IRQ state after .ndo_stop()Vignesh Raghavendra2021-08-062-2/+13
* Merge branch 'ptp-ocp-fixes'David S. Miller2021-08-061-118/+35
|\
| * ptp: ocp: Remove pending_image indicator from devlinkJonathan Lemon2021-08-061-10/+0
| * ptp: ocp: Rename version string shown by devlink.Jonathan Lemon2021-08-061-2/+2
| * ptp: ocp: Use 'gnss' naming instead of 'gps'Jonathan Lemon2021-08-061-21/+21
| * ptp: ocp: Remove devlink health and unused parameters.Jonathan Lemon2021-08-061-80/+0
| * ptp: ocp: Add the mapping for the external PPS registers.Jonathan Lemon2021-08-061-4/+11
| * ptp: ocp: Fix the error handling path for the class device.Jonathan Lemon2021-08-061-1/+1
|/
* ethtool: return error from ethnl_ops_begin if dev is NULLHeiner Kallweit2021-08-061-2/+2
* netdevsim: Protect both reload_down and reload_up pathsLeon Romanovsky2021-08-063-1/+22
* Merge branch 'cpsw-emac-skb_put_padto'David S. Miller2021-08-065-10/+2
|\
| * net: ethernet: ti: davinci_cpdma: drop frame paddingGrygorii Strashko2021-08-064-8/+0
| * net: ethernet: ti: davinci_emac: switch to use skb_put_padto()Grygorii Strashko2021-08-061-1/+1
| * net: ethernet: ti: cpsw: switch to use skb_put_padto()Grygorii Strashko2021-08-061-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-06113-488/+1258
|\