summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-18iavf: Fix VLAN_V2 addition/rejectionPrzemyslaw Patynowski
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
2022-07-18tcp: Fix data-races around sysctl_tcp_migrate_req.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima
2022-07-18igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima
2022-07-18igmp: Fix data-races around sysctl_igmp_max_msf.Kuniyuki Iwashima
2022-07-18igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima
2022-07-18igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima
2022-07-18net: prestera: acl: use proper mask for port selectorMaksym Glubokiy
2022-07-18net/tls: Fix race in TLS device down flowTariq Toukan
2022-07-18net: stmmac: fix dma queue left shift overflow issueJunxiao Chang
2022-07-18net: stmmac: switch to use interrupt for hw crosstimestampingWong Vee Khee
2022-07-15tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima
2022-07-15Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2022-07-15net: dsa: microchip: ksz_common: Fix refcount leak bugLiang He
2022-07-15Merge branch 'stmmac-dwmac-mediatec-clock-fix'David S. Miller
2022-07-15net: stmmac: fix unbalanced ptp clock issue in suspend/resume flowBiao Huang
2022-07-15net: stmmac: fix pm runtime issue in stmmac_dvr_remove()Biao Huang
2022-07-15stmmac: dwmac-mediatek: fix clock issueBiao Huang
2022-07-15Merge branch 'net-sysctl-races-round2'David S. Miller
2022-07-15tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima
2022-07-15tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima
2022-07-15tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor.Kuniyuki Iwashima
2022-07-15tcp: Fix data-races around sysctl_tcp_min_snd_mss.Kuniyuki Iwashima
2022-07-15tcp: Fix data-races around sysctl_tcp_base_mss.Kuniyuki Iwashima
2022-07-15tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima