summaryrefslogtreecommitdiffstats
path: root/Documentation/x86/mtrr.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-10ionic: fix missing pci_release_regions() on error in ionic_probe()Yang Yingliang1-1/+2
2022-05-09selftests net: add UDP GRO fraglist + bpf self-testsLina Wang4-0/+403
2022-05-09net: fix wrong network header lengthLina Wang1-1/+3
2022-05-09net: sfc: fix memory leak due to ptp channelTaehee Yoo3-2/+20
2022-05-07net: chelsio: cxgb4: Avoid potential negative array offsetKees Cook1-5/+5
2022-05-07netlink: do not reset transport header in netlink_recvmsg()Eric Dumazet1-1/+0
2022-05-06ipv4: drop dst in multicast routing pathLokesh Dhoundiyal1-0/+1
2022-05-06net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP filtersVladimir Oltean1-0/+4
2022-05-06net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0Vladimir Oltean1-2/+3
2022-05-06net: mscc: ocelot: fix VCAP IS2 filters matching on both lookupsVladimir Oltean1-1/+0
2022-05-06net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when d...Vladimir Oltean1-0/+4
2022-05-06net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean4-13/+11
2022-05-06MAINTAINERS: add missing files for bonding definitionJonathan Toppins1-1/+2
2022-05-06net: Fix features skip in for_each_netdev_feature()Tariq Toukan1-2/+2
2022-05-06selftests: add ping test with ping_group_range tunedNicolas Dichtel1-0/+12
2022-05-06ping: fix address binding wrt vrfNicolas Dichtel1-1/+11
2022-05-06net: phy: micrel: Pass .probe for KS8737Fabio Estevam1-0/+1
2022-05-06net: phy: micrel: Do not use kszphy_suspend/resume for KSZ8061Fabio Estevam1-2/+2
2022-05-06net: rds: use maybe_get_net() when acquiring refcount on TCP socketsTetsuo Handa4-6/+18
2022-05-05NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou1-2/+2
2022-05-05selftests: ocelot: tc_flower_chains: specify conform-exceed action for policerVladimir Oltean1-1/+1
2022-05-05tcp: drop the hash_32() part from the index calculationWilly Tarreau1-1/+1
2022-05-05tcp: increase source port perturb table to 2^16Willy Tarreau1-4/+5
2022-05-05tcp: dynamically allocate the perturb table used by source portsWilly Tarreau1-2/+10
2022-05-05tcp: add small random increments to the source portWilly Tarreau1-4/+5
2022-05-05tcp: resalt the secret every 10 secondsEric Dumazet1-3/+9
2022-05-05tcp: use different parts of the port_offset for index and offsetWilly Tarreau1-1/+1
2022-05-05secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau5-11/+13
2022-05-05wireguard: selftests: set panic_on_warn=1 from cmdlineJason A. Donenfeld18-23/+17
2022-05-05wireguard: selftests: bump package depsJason A. Donenfeld1-9/+9
2022-05-05wireguard: selftests: restore support for ccacheJason A. Donenfeld2-1/+18
2022-05-05wireguard: selftests: use newer toolchains to fill out architecturesJason A. Donenfeld9-63/+169
2022-05-05wireguard: selftests: limit parallelism to $(nproc) tests at onceJason A. Donenfeld1-10/+10
2022-05-05wireguard: selftests: make routing loop test non-fatalJason A. Donenfeld1-1/+13
2022-05-04iommu: Make sysfs robust for non-API groupsRobin Murphy1-1/+8
2022-05-04iommu/dart: Add missing module owner to ops structureHector Martin1-0/+1
2022-05-04net/mlx5: Fix matching on inner TTCMark Bloch2-1/+3
2022-05-04net/mlx5: Avoid double clear or set of sync reset requestedMoshe Shemesh1-9/+19
2022-05-04net/mlx5: Fix deadlock in sync reset flowMoshe Shemesh1-17/+17
2022-05-04net/mlx5e: Fix trust state reset in reloadMoshe Tal1-0/+10
2022-05-04net/mlx5e: Avoid checking offload capability in post_parse actionAriel Levkovich1-2/+1
2022-05-04net/mlx5e: CT: Fix queued up restore put() executing after relevant ft releasePaul Blakey1-0/+4
2022-05-04net/mlx5e: TC, fix decap fallback to uplink when int port not supportedAriel Levkovich1-1/+2
2022-05-04net/mlx5e: TC, Fix ct_clear overwriting ct action metadataAriel Levkovich3-16/+49
2022-05-04net/mlx5e: Lag, Don't skip fib events on current dstVlad Buslov2-8/+14
2022-05-04net/mlx5e: Lag, Fix fib_info pointer assignmentVlad Buslov1-1/+1
2022-05-04net/mlx5e: Lag, Fix use-after-free in fib event handlerVlad Buslov2-11/+20
2022-05-04net/mlx5e: Fix the calling of update_buffer_lossy() APIMark Zhang1-2/+2
2022-05-04net/mlx5e: Don't match double-vlan packets if cvlan is not setVlad Buslov1-0/+11
2022-05-04net/mlx5: Fix slab-out-of-bounds while reading resource dump menuAya Levin1-6/+25