summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-19amt: add missing regeneration nonce logic in request logicTaehee Yoo
2022-07-19amt: use READ_ONCE() in amt moduleTaehee Yoo
2022-07-19amt: remove unnecessary locksTaehee Yoo
2022-07-19amt: use workqueue for gateway side message handlingTaehee Yoo
2022-07-19net: dsa: vitesse-vsc73xx: silent spi_device_id warningsOleksij Rempel
2022-07-19net: dsa: sja1105: silent spi_device_id warningsOleksij Rempel
2022-07-19be2net: Fix buffer overflow in be_get_module_eepromHristo Venev
2022-07-18net: stmmac: remove redunctant disable xPCS EEE callWong Vee Khee
2022-07-18Merge branch 'fix-2-dsa-issues-with-vlan_filtering_is_global'Jakub Kicinski
2022-07-18net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filteringVladimir Oltean
2022-07-18net: dsa: fix dsa_port_vlan_filtering when globalVladimir Oltean
2022-07-18ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski
2022-07-18i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski
2022-07-18net: ethernet: mtk_eth_soc: fix off by one check of ARRAY_SIZETom Rix
2022-07-18Merge branch 'net-lan966x-fix-issues-with-mac-table'Jakub Kicinski
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock when used by FDBHoratiu Vultur
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock inside lan966x_mac_irq_handlerHoratiu Vultur
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock when entry is removedHoratiu Vultur
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock when entry is addedHoratiu Vultur
2022-07-18net: lan966x: Fix taking rtnl_lock while holding spin_lockHoratiu Vultur
2022-07-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-07-18Merge tag 'hte/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/teg...Linus Torvalds
2022-07-18iavf: Fix missing state logsPrzemyslaw Patynowski
2022-07-18iavf: Fix handling of dummy receive descriptorsPrzemyslaw Patynowski
2022-07-18iavf: Disallow changing rx/tx-frames and rx/tx-frames-irqPrzemyslaw Patynowski
2022-07-18iavf: Fix VLAN_V2 addition/rejectionPrzemyslaw Patynowski
2022-07-18Merge branch 'dsa-docs'David S. Miller
2022-07-18docs: net: dsa: mention that VLANs are now refcounted on shared portsVladimir Oltean
2022-07-18docs: net: dsa: delete misinformation about -EOPNOTSUPP for FDB/MDB/VLANVladimir Oltean
2022-07-18docs: net: dsa: re-explain what port_fdb_dump actually doesVladimir Oltean
2022-07-18docs: net: dsa: add a section for address databasesVladimir Oltean
2022-07-18docs: net: dsa: delete port_mdb_dumpVladimir Oltean
2022-07-18docs: net: dsa: remove port_vlan_dumpVladimir Oltean
2022-07-18docs: net: dsa: remove port_bridge_tx_fwd_offloadVladimir Oltean
2022-07-18docs: net: dsa: document port_fast_ageVladimir Oltean
2022-07-18docs: net: dsa: document port_setup and port_teardownVladimir Oltean
2022-07-18docs: net: dsa: document the teardown methodVladimir Oltean
2022-07-18docs: net: dsa: document change_tag_protocolVladimir Oltean
2022-07-18docs: net: dsa: add more info about the other arguments to get_tag_protocolVladimir Oltean
2022-07-18docs: net: dsa: rename tag_protocol to get_tag_protocolVladimir Oltean
2022-07-18docs: net: dsa: document the shutdown behaviorVladimir Oltean
2022-07-18docs: net: dsa: update probing documentationVladimir Oltean
2022-07-18Merge branch 'net-ipv4-sysctl-races-part-3'David S. Miller
2022-07-18tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_max_syn_backlog.Kuniyuki Iwashima
2022-07-18tcp: Fix a data-race around sysctl_tcp_tw_reuse.Kuniyuki Iwashima
2022-07-18tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima