summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pteMiaohe Lin2022-08-281-1/+1
* Merge branch 'linus'Andrew Morton2022-08-26112-450/+971
|\
| * Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-25102-358/+865
| |\
| | * Merge branch 'net-lantiq_xrx200-fix-errors-under-memory-pressure'Jakub Kicinski2022-08-251-1/+8
| | |\
| | | * net: lantiq_xrx200: restore buffer if memory allocation failedAleksander Jan Bajkowski2022-08-251-0/+1
| | | * net: lantiq_xrx200: fix lock under memory pressureAleksander Jan Bajkowski2022-08-251-1/+1
| | | * net: lantiq_xrx200: confirm skb is allocated before usingAleksander Jan Bajkowski2022-08-251-0/+6
| | |/
| | * net: stmmac: work around sporadic tx issue on link-upHeiner Kallweit2022-08-252-6/+11
| | * Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-08-252-14/+47
| | |\
| | | * i40e: Fix incorrect address type for IPv6 flow rulesSylwester Dziedziuch2022-08-241-1/+1
| | | * ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounterJacob Keller2022-08-241-13/+46
| | * | Merge branch 'ionic-bug-fixes'Jakub Kicinski2022-08-252-6/+93
| | |\ \
| | | * | ionic: VF initial random MAC address if no assigned macR Mohamed Shah2022-08-251-5/+87
| | | * | ionic: fix up issues with handling EAGAIN on FW cmdsShannon Nelson2022-08-251-1/+3
| | | * | ionic: clear broken state on generation changeShannon Nelson2022-08-251-0/+3
| | |/ /
| | * | rxrpc: Fix locking in rxrpc's sendmsgDavid Howells2022-08-252-39/+57
| | * | net: ethernet: mtk_eth_soc: fix hw hash reporting for MTK_NETSYS_V2Lorenzo Bianconi2022-08-252-10/+17
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-2516-56/+109
| | |\ \
| | | * | netfilter: nf_defrag_ipv6: allow nf_conntrack_frag6_high_thresh increasesEric Dumazet2022-08-241-1/+0
| | | * | netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso2022-08-243-4/+13
| | | * | netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso2022-08-242-3/+10
| | | * | netfilter: nf_tables: disallow binding to already bound chainPablo Neira Ayuso2022-08-241-0/+2
| | | * | netfilter: nft_tunnel: restrict it to netdev familyPablo Neira Ayuso2022-08-241-0/+1
| | | * | netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet familiesPablo Neira Ayuso2022-08-241-3/+15
| | | * | netfilter: nf_tables: do not leave chain stats enabled on errorPablo Neira Ayuso2022-08-241-2/+4
| | | * | netfilter: nft_payload: do not truncate csum_offset and csum_typePablo Neira Ayuso2022-08-241-6/+13
| | | * | netfilter: nft_payload: report ERANGE for too long offset and lengthPablo Neira Ayuso2022-08-241-2/+8
| | | * | netfilter: nf_tables: make table handle allocation per-netns friendlyPablo Neira Ayuso2022-08-242-2/+2
| | | * | netfilter: nf_tables: disallow updates of implicit chainPablo Neira Ayuso2022-08-241-0/+3
| | | * | netfilter: nft_tproxy: restrict to prerouting hookFlorian Westphal2022-08-231-0/+8
| | | * | netfilter: conntrack: work around exceeded receive windowFlorian Westphal2022-08-231-0/+31
| | | * | netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal2022-08-235-35/+1
| | * | | MAINTAINERS: rectify file entry in BONDING DRIVERLukas Bulwahn2022-08-251-1/+1
| | | |/ | | |/|
| | * | Merge branch 'sysctl-data-races'David S. Miller2022-08-2425-68/+98
| | |\ \
| | | * | net: Fix a data-race around sysctl_somaxconn.Kuniyuki Iwashima2022-08-241-1/+1
| | | * | net: Fix a data-race around netdev_unregister_timeout_secs.Kuniyuki Iwashima2022-08-241-1/+1
| | | * | net: Fix a data-race around gro_normal_batch.Kuniyuki Iwashima2022-08-241-1/+1
| | | * | net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima2022-08-243-9/+21
| | | * | net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Kuniyuki Iwashima2022-08-241-3/+8
| | | * | net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima2022-08-241-1/+1
| | | * | net: Fix data-races around sysctl_max_skb_frags.Kuniyuki Iwashima2022-08-242-3/+3
| | | * | net: Fix a data-race around netdev_budget.Kuniyuki Iwashima2022-08-241-1/+1
| | | * | net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima2022-08-241-1/+1
| | | * | net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima2022-08-241-1/+1
| | | * | net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima2022-08-241-1/+1
| | | * | net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima2022-08-245-14/+18
| | | * | ratelimit: Fix data-races in ___ratelimit().Kuniyuki Iwashima2022-08-241-3/+9
| | | * | net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima2022-08-241-4/+4
| | | * | net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima2022-08-245-6/+6
| | | * | net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-08-243-8/+11