summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-20Documentation: fix udp_wmem_min in ip-sysctl.rstXin Long1-5/+1
2022-07-20net: ethernet: mtk_ppe: fix possible NULL pointer dereference in mtk_flow_get...Lorenzo Bianconi1-0/+3
2022-07-20r8152: fix a WOL issueHayes Wang1-2/+14
2022-07-19Merge branch 'amt-fix-validation-and-synchronization-bugs'Paolo Abeni2-52/+207
2022-07-19amt: do not use amt->nr_tunnels outside of lockTaehee Yoo1-3/+6
2022-07-19amt: drop unexpected multicast dataTaehee Yoo1-0/+3
2022-07-19amt: drop unexpected query messageTaehee Yoo1-1/+13
2022-07-19amt: drop unexpected advertisement messageTaehee Yoo1-0/+5
2022-07-19amt: add missing regeneration nonce logic in request logicTaehee Yoo1-0/+4
2022-07-19amt: use READ_ONCE() in amt moduleTaehee Yoo1-7/+8
2022-07-19amt: remove unnecessary locksTaehee Yoo1-27/+5
2022-07-19amt: use workqueue for gateway side message handlingTaehee Yoo2-15/+164
2022-07-19net: dsa: vitesse-vsc73xx: silent spi_device_id warningsOleksij Rempel1-0/+10
2022-07-19net: dsa: sja1105: silent spi_device_id warningsOleksij Rempel1-0/+16
2022-07-19be2net: Fix buffer overflow in be_get_module_eepromHristo Venev3-18/+25
2022-07-19net: stmmac: remove redunctant disable xPCS EEE callWong Vee Khee1-8/+0
2022-07-19Merge branch 'fix-2-dsa-issues-with-vlan_filtering_is_global'Jakub Kicinski1-3/+4
2022-07-19net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filteringVladimir Oltean1-2/+3
2022-07-19net: dsa: fix dsa_port_vlan_filtering when globalVladimir Oltean1-1/+1
2022-07-19ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski3-0/+10
2022-07-19i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski1-8/+5
2022-07-19net: ethernet: mtk_eth_soc: fix off by one check of ARRAY_SIZETom Rix1-1/+1
2022-07-19Merge branch 'net-lan966x-fix-issues-with-mac-table'Jakub Kicinski1-32/+80
2022-07-19net: lan966x: Fix usage of lan966x->mac_lock when used by FDBHoratiu Vultur1-11/+23
2022-07-19net: lan966x: Fix usage of lan966x->mac_lock inside lan966x_mac_irq_handlerHoratiu Vultur1-7/+12
2022-07-19net: lan966x: Fix usage of lan966x->mac_lock when entry is removedHoratiu Vultur1-4/+20
2022-07-19net: lan966x: Fix usage of lan966x->mac_lock when entry is addedHoratiu Vultur1-1/+7
2022-07-19net: lan966x: Fix taking rtnl_lock while holding spin_lockHoratiu Vultur1-9/+18
2022-07-18Merge branch 'dsa-docs'David S. Miller1-60/+303
2022-07-18docs: net: dsa: mention that VLANs are now refcounted on shared portsVladimir Oltean1-1/+7
2022-07-18docs: net: dsa: delete misinformation about -EOPNOTSUPP for FDB/MDB/VLANVladimir Oltean1-9/+3
2022-07-18docs: net: dsa: re-explain what port_fdb_dump actually doesVladimir Oltean1-3/+6
2022-07-18docs: net: dsa: add a section for address databasesVladimir Oltean1-6/+130
2022-07-18docs: net: dsa: delete port_mdb_dumpVladimir Oltean1-4/+0
2022-07-18docs: net: dsa: remove port_vlan_dumpVladimir Oltean1-4/+0
2022-07-18docs: net: dsa: remove port_bridge_tx_fwd_offloadVladimir Oltean1-16/+46
2022-07-18docs: net: dsa: document port_fast_ageVladimir Oltean1-6/+8
2022-07-18docs: net: dsa: document port_setup and port_teardownVladimir Oltean1-0/+9
2022-07-18docs: net: dsa: document the teardown methodVladimir Oltean1-1/+2
2022-07-18docs: net: dsa: document change_tag_protocolVladimir Oltean1-0/+6
2022-07-18docs: net: dsa: add more info about the other arguments to get_tag_protocolVladimir Oltean1-1/+5
2022-07-18docs: net: dsa: rename tag_protocol to get_tag_protocolVladimir Oltean1-2/+2
2022-07-18docs: net: dsa: document the shutdown behaviorVladimir Oltean1-0/+18
2022-07-18docs: net: dsa: update probing documentationVladimir Oltean1-11/+65
2022-07-18Merge branch 'net-ipv4-sysctl-races-part-3'David S. Miller18-73/+106
2022-07-18tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout.Kuniyuki Iwashima1-2/+3
2022-07-18tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima3-5/+7
2022-07-18tcp: Fix data-races around sysctl_max_syn_backlog.Kuniyuki Iwashima1-2/+4
2022-07-18tcp: Fix a data-race around sysctl_tcp_tw_reuse.Kuniyuki Iwashima1-1/+1
2022-07-18tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima1-1/+1