summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2022-07-202-3/+3
* tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.Kuniyuki Iwashima2022-07-201-1/+1
* tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima2022-07-202-3/+6
* tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima2022-07-201-1/+1
* tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima2022-07-205-16/+16
* udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima2022-07-201-1/+1
* ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima2022-07-202-4/+4
* ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima2022-07-202-4/+4
* ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima2022-07-202-2/+2
* ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.Kuniyuki Iwashima2022-07-201-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-07-203-3/+6
|\
| * net: ipv4: fix clang -Wformat warningsJustin Stitt2022-07-122-2/+2
| * xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua2022-06-021-1/+4
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-07-195-26/+81
|\ \
| * | iavf: Fix missing state logsPrzemyslaw Patynowski2022-07-181-0/+4
| * | iavf: Fix handling of dummy receive descriptorsPrzemyslaw Patynowski2022-07-181-3/+2
| * | iavf: Disallow changing rx/tx-frames and rx/tx-frames-irqPrzemyslaw Patynowski2022-07-184-13/+1
| * | iavf: Fix VLAN_V2 addition/rejectionPrzemyslaw Patynowski2022-07-183-10/+74
* | | Documentation: fix udp_wmem_min in ip-sysctl.rstXin Long2022-07-191-5/+1
* | | net: ethernet: mtk_ppe: fix possible NULL pointer dereference in mtk_flow_get...Lorenzo Bianconi2022-07-191-0/+3
* | | r8152: fix a WOL issueHayes Wang2022-07-191-2/+14
* | | Merge branch 'amt-fix-validation-and-synchronization-bugs'Paolo Abeni2022-07-192-52/+207
|\ \ \
| * | | amt: do not use amt->nr_tunnels outside of lockTaehee Yoo2022-07-191-3/+6
| * | | amt: drop unexpected multicast dataTaehee Yoo2022-07-191-0/+3
| * | | amt: drop unexpected query messageTaehee Yoo2022-07-191-1/+13
| * | | amt: drop unexpected advertisement messageTaehee Yoo2022-07-191-0/+5
| * | | amt: add missing regeneration nonce logic in request logicTaehee Yoo2022-07-191-0/+4
| * | | amt: use READ_ONCE() in amt moduleTaehee Yoo2022-07-191-7/+8
| * | | amt: remove unnecessary locksTaehee Yoo2022-07-191-27/+5
| * | | amt: use workqueue for gateway side message handlingTaehee Yoo2022-07-192-15/+164
|/ / /
* | | net: dsa: vitesse-vsc73xx: silent spi_device_id warningsOleksij Rempel2022-07-191-0/+10
* | | net: dsa: sja1105: silent spi_device_id warningsOleksij Rempel2022-07-191-0/+16
* | | be2net: Fix buffer overflow in be_get_module_eepromHristo Venev2022-07-193-18/+25
* | | net: stmmac: remove redunctant disable xPCS EEE callWong Vee Khee2022-07-181-8/+0
* | | Merge branch 'fix-2-dsa-issues-with-vlan_filtering_is_global'Jakub Kicinski2022-07-181-3/+4
|\ \ \
| * | | net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filteringVladimir Oltean2022-07-181-2/+3
| * | | net: dsa: fix dsa_port_vlan_filtering when globalVladimir Oltean2022-07-181-1/+1
|/ / /
* | | ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski2022-07-183-0/+10
* | | i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski2022-07-181-8/+5
* | | net: ethernet: mtk_eth_soc: fix off by one check of ARRAY_SIZETom Rix2022-07-181-1/+1
* | | Merge branch 'net-lan966x-fix-issues-with-mac-table'Jakub Kicinski2022-07-181-32/+80
|\ \ \
| * | | net: lan966x: Fix usage of lan966x->mac_lock when used by FDBHoratiu Vultur2022-07-181-11/+23
| * | | net: lan966x: Fix usage of lan966x->mac_lock inside lan966x_mac_irq_handlerHoratiu Vultur2022-07-181-7/+12
| * | | net: lan966x: Fix usage of lan966x->mac_lock when entry is removedHoratiu Vultur2022-07-181-4/+20
| * | | net: lan966x: Fix usage of lan966x->mac_lock when entry is addedHoratiu Vultur2022-07-181-1/+7
| * | | net: lan966x: Fix taking rtnl_lock while holding spin_lockHoratiu Vultur2022-07-181-9/+18
|/ / /
* | | Merge branch 'dsa-docs'David S. Miller2022-07-181-60/+303
|\| |
| * | docs: net: dsa: mention that VLANs are now refcounted on shared portsVladimir Oltean2022-07-181-1/+7
| * | docs: net: dsa: delete misinformation about -EOPNOTSUPP for FDB/MDB/VLANVladimir Oltean2022-07-181-9/+3
| * | docs: net: dsa: re-explain what port_fdb_dump actually doesVladimir Oltean2022-07-181-3/+6