summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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-191-8/+0
| | * | | Merge branch 'fix-2-dsa-issues-with-vlan_filtering_is_global'Jakub Kicinski2022-07-191-3/+4
| | |\ \ \
| | | * | | net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filteringVladimir Oltean2022-07-191-2/+3
| | | * | | net: dsa: fix dsa_port_vlan_filtering when globalVladimir Oltean2022-07-191-1/+1
| | |/ / /
| | * | | ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski2022-07-193-0/+10
| | * | | i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski2022-07-191-8/+5
| | * | | net: ethernet: mtk_eth_soc: fix off by one check of ARRAY_SIZETom Rix2022-07-191-1/+1
| | * | | Merge branch 'net-lan966x-fix-issues-with-mac-table'Jakub Kicinski2022-07-191-32/+80
| | |\ \ \
| | | * | | net: lan966x: Fix usage of lan966x->mac_lock when used by FDBHoratiu Vultur2022-07-191-11/+23
| | | * | | net: lan966x: Fix usage of lan966x->mac_lock inside lan966x_mac_irq_handlerHoratiu Vultur2022-07-191-7/+12
| | | * | | net: lan966x: Fix usage of lan966x->mac_lock when entry is removedHoratiu Vultur2022-07-191-4/+20
| | | * | | net: lan966x: Fix usage of lan966x->mac_lock when entry is addedHoratiu Vultur2022-07-191-1/+7
| | | * | | net: lan966x: Fix taking rtnl_lock while holding spin_lockHoratiu Vultur2022-07-191-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
| | | * | docs: net: dsa: add a section for address databasesVladimir Oltean2022-07-181-6/+130
| | | * | docs: net: dsa: delete port_mdb_dumpVladimir Oltean2022-07-181-4/+0
| | | * | docs: net: dsa: remove port_vlan_dumpVladimir Oltean2022-07-181-4/+0
| | | * | docs: net: dsa: remove port_bridge_tx_fwd_offloadVladimir Oltean2022-07-181-16/+46
| | | * | docs: net: dsa: document port_fast_ageVladimir Oltean2022-07-181-6/+8
| | | * | docs: net: dsa: document port_setup and port_teardownVladimir Oltean2022-07-181-0/+9
| | | * | docs: net: dsa: document the teardown methodVladimir Oltean2022-07-181-1/+2
| | | * | docs: net: dsa: document change_tag_protocolVladimir Oltean2022-07-181-0/+6
| | | * | docs: net: dsa: add more info about the other arguments to get_tag_protocolVladimir Oltean2022-07-181-1/+5
| | | * | docs: net: dsa: rename tag_protocol to get_tag_protocolVladimir Oltean2022-07-181-2/+2
| | | * | docs: net: dsa: document the shutdown behaviorVladimir Oltean2022-07-181-0/+18
| | | * | docs: net: dsa: update probing documentationVladimir Oltean2022-07-181-11/+65
| | |/ /
| | * | Merge branch 'net-ipv4-sysctl-races-part-3'David S. Miller2022-07-1818-73/+106
| | |\ \
| | | * | tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout.Kuniyuki Iwashima2022-07-181-2/+3
| | | * | tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima2022-07-183-5/+7
| | | * | tcp: Fix data-races around sysctl_max_syn_backlog.Kuniyuki Iwashima2022-07-181-2/+4
| | | * | tcp: Fix a data-race around sysctl_tcp_tw_reuse.Kuniyuki Iwashima2022-07-181-1/+1
| | | * | tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima2022-07-181-1/+1
| | | * | tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-184-8/+9
| | | * | tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima2022-07-183-5/+10
| | | * | tcp: Fix data-races around sysctl_tcp_migrate_req.Kuniyuki Iwashima2022-07-181-2/+2
| | | * | tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima2022-07-184-12/+18
| | | * | tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima2022-07-183-5/+11
| | | * | tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima2022-07-182-4/+7
| | | * | igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima2022-07-182-13/+15
| | | * | igmp: Fix data-races around sysctl_igmp_max_msf.Kuniyuki Iwashima2022-07-182-4/+4
| | | * | igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima2022-07-181-1/+1
| | | * | igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima2022-07-181-8/+13
| | |/ /
| | * | net: prestera: acl: use proper mask for port selectorMaksym Glubokiy2022-07-181-3/+3
| | * | net/tls: Fix race in TLS device down flowTariq Toukan2022-07-181-3/+5
| | * | net: stmmac: fix dma queue left shift overflow issueJunxiao Chang2022-07-181-0/+3
| | * | net: stmmac: switch to use interrupt for hw crosstimestampingWong Vee Khee2022-07-187-21/+30