summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-22tcp: Fix data-races around sysctl_tcp_moderate_rcvbuf.Kuniyuki Iwashima
2022-07-22tcp: Fix data-races around sysctl_tcp_no_ssthresh_metrics_save.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_nometrics_save.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_frto.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima
2022-07-22tcp: Fix a data-race around sysctl_tcp_app_win.Kuniyuki Iwashima
2022-07-22tcp: Fix data-races around sysctl_tcp_dsack.Kuniyuki Iwashima
2022-07-21net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()Liang He
2022-07-21net: pcs: xpcs: propagate xpcs_read error to xpcs_get_state_c37_sgmiiVladimir Oltean
2022-07-21Merge tag 'net-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-07-21mmu_gather: Force tlb-flush VM_PFNMAP vmasPeter Zijlstra
2022-07-21mmu_gather: Let there be one tlb_{start,end}_vma() implementationPeter Zijlstra
2022-07-21csky/tlb: Remove tlb_flush() definePeter Zijlstra
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra
2022-07-21scripts/gdb: Fix gdb 'lx-symbols' commandKhalid Masum
2022-07-21watch-queue: remove spurious double semicolonLinus Torvalds
2022-07-20watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds
2022-07-20lockdown: Fix kexec lockdown bypass with ima policyEric Snowberg
2022-07-20Merge tag 'linux-can-fixes-for-5.19-20220720' of git://git.kernel.org/pub/scm...David S. Miller
2022-07-20mlxsw: spectrum_router: Fix IPv4 nexthop gateway indicationIdo Schimmel
2022-07-20net/sched: cls_api: Fix flow action initializationOz Shlomo
2022-07-20Merge branch 'net-sysctl-races-round-4'David S. Miller
2022-07-20tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_rfc1337.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima
2022-07-20tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.Kuniyuki Iwashima
2022-07-20tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima
2022-07-20tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-20udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima
2022-07-20ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima
2022-07-20ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.Kuniyuki Iwashima
2022-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-07-20can: rcar_canfd: Add missing of_node_put() in rcar_canfd_probe()Liang He
2022-07-20can: mcp251xfd: fix detection of mcp251863Marc Kleine-Budde
2022-07-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2022-07-19Documentation: fix udp_wmem_min in ip-sysctl.rstXin Long
2022-07-19net: ethernet: mtk_ppe: fix possible NULL pointer dereference in mtk_flow_get...Lorenzo Bianconi
2022-07-19r8152: fix a WOL issueHayes Wang
2022-07-19Merge branch 'amt-fix-validation-and-synchronization-bugs'Paolo Abeni
2022-07-19amt: do not use amt->nr_tunnels outside of lockTaehee Yoo
2022-07-19amt: drop unexpected multicast dataTaehee Yoo
2022-07-19amt: drop unexpected query messageTaehee Yoo
2022-07-19amt: drop unexpected advertisement messageTaehee Yoo
2022-07-19amt: add missing regeneration nonce logic in request logicTaehee Yoo