summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-07-169-114/+45
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2022-07-166-33/+11
|\ \
| * | igc: Reinstate IGC_REMOVED logic and implement it properlyLennert Buytenhek2022-07-142-1/+7
| * | Revert "e1000e: Fix possible HW unit hang after an s0ix exit"Sasha Neftin2022-07-144-32/+0
| * | e1000e: Enable GPT clock before sending message to CSMESasha Neftin2022-07-141-0/+4
* | | net: dsa: microchip: ksz_common: Fix refcount leak bugLiang He2022-07-161-1/+4
* | | Merge branch 'stmmac-dwmac-mediatec-clock-fix'David S. Miller2022-07-153-40/+39
|\ \ \
| * | | net: stmmac: fix unbalanced ptp clock issue in suspend/resume flowBiao Huang2022-07-152-10/+15
| * | | net: stmmac: fix pm runtime issue in stmmac_dvr_remove()Biao Huang2022-07-151-2/+3
| * | | stmmac: dwmac-mediatek: fix clock issueBiao Huang2022-07-151-28/+21
|/ / /
* | | Merge branch 'net-sysctl-races-round2'David S. Miller2022-07-1520-32/+35
|\ \ \
| * | | tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima2022-07-151-1/+1
| * | | tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima2022-07-151-1/+1
| * | | tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor.Kuniyuki Iwashima2022-07-151-1/+1
| * | | tcp: Fix data-races around sysctl_tcp_min_snd_mss.Kuniyuki Iwashima2022-07-152-2/+3
| * | | tcp: Fix data-races around sysctl_tcp_base_mss.Kuniyuki Iwashima2022-07-152-2/+2
| * | | tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima2022-07-152-2/+2
| * | | tcp: Fix data-races around sysctl_tcp_l3mdev_accept.Kuniyuki Iwashima2022-07-152-3/+3
| * | | tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima2022-07-151-1/+2
| * | | ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima2022-07-151-1/+1
| * | | ip: Fix a data-race around sysctl_ip_autobind_reuse.Kuniyuki Iwashima2022-07-151-1/+1
| * | | ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima2022-07-152-2/+2