summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-05net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when d...Vladimir Oltean
2022-05-05net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean
2022-05-05MAINTAINERS: add missing files for bonding definitionJonathan Toppins
2022-05-05net: Fix features skip in for_each_netdev_feature()Tariq Toukan
2022-05-05Merge branch 'vrf-fix-address-binding-with-icmp-socket'Jakub Kicinski
2022-05-05selftests: add ping test with ping_group_range tunedNicolas Dichtel
2022-05-05ping: fix address binding wrt vrfNicolas Dichtel
2022-05-05net: phy: micrel: Pass .probe for KS8737Fabio Estevam
2022-05-05net: phy: micrel: Do not use kszphy_suspend/resume for KSZ8061Fabio Estevam
2022-05-05net: rds: use maybe_get_net() when acquiring refcount on TCP socketsTetsuo Handa
2022-05-05Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-05-05NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou
2022-05-04selftests: ocelot: tc_flower_chains: specify conform-exceed action for policerVladimir Oltean
2022-05-04Merge branch 'insufficient-tcp-source-port-randomness'Jakub Kicinski
2022-05-04tcp: drop the hash_32() part from the index calculationWilly Tarreau
2022-05-04tcp: increase source port perturb table to 2^16Willy Tarreau
2022-05-04tcp: dynamically allocate the perturb table used by source portsWilly Tarreau
2022-05-04tcp: add small random increments to the source portWilly Tarreau
2022-05-04tcp: resalt the secret every 10 secondsEric Dumazet
2022-05-04tcp: use different parts of the port_offset for index and offsetWilly Tarreau
2022-05-04secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-05-04Merge branch 'wireguard-patches-for-5-18-rc6'Jakub Kicinski
2022-05-04wireguard: selftests: set panic_on_warn=1 from cmdlineJason A. Donenfeld
2022-05-04wireguard: selftests: bump package depsJason A. Donenfeld
2022-05-04wireguard: selftests: restore support for ccacheJason A. Donenfeld
2022-05-04wireguard: selftests: use newer toolchains to fill out architecturesJason A. Donenfeld
2022-05-04wireguard: selftests: limit parallelism to $(nproc) tests at onceJason A. Donenfeld
2022-05-04wireguard: selftests: make routing loop test non-fatalJason A. Donenfeld
2022-05-04Merge tag 'iomm-fixes-v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-04Merge tag 'for-linus-5.17-2' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2022-05-04iommu: Make sysfs robust for non-API groupsRobin Murphy
2022-05-04Merge tag 'mlx5-fixes-2022-05-03' of git://git.kernel.org/pub/scm/linux/kernel/gDavid S. Miller
2022-05-04iommu/dart: Add missing module owner to ops structureHector Martin
2022-05-04net/mlx5: Fix matching on inner TTCMark Bloch
2022-05-04net/mlx5: Avoid double clear or set of sync reset requestedMoshe Shemesh
2022-05-04net/mlx5: Fix deadlock in sync reset flowMoshe Shemesh
2022-05-04net/mlx5e: Fix trust state reset in reloadMoshe Tal
2022-05-04net/mlx5e: Avoid checking offload capability in post_parse actionAriel Levkovich
2022-05-04net/mlx5e: CT: Fix queued up restore put() executing after relevant ft releasePaul Blakey
2022-05-04net/mlx5e: TC, fix decap fallback to uplink when int port not supportedAriel Levkovich
2022-05-04net/mlx5e: TC, Fix ct_clear overwriting ct action metadataAriel Levkovich
2022-05-04net/mlx5e: Lag, Don't skip fib events on current dstVlad Buslov
2022-05-04net/mlx5e: Lag, Fix fib_info pointer assignmentVlad Buslov
2022-05-04net/mlx5e: Lag, Fix use-after-free in fib event handlerVlad Buslov
2022-05-04net/mlx5e: Fix the calling of update_buffer_lossy() APIMark Zhang
2022-05-04net/mlx5e: Don't match double-vlan packets if cvlan is not setVlad Buslov
2022-05-04net/mlx5: Fix slab-out-of-bounds while reading resource dump menuAya Levin
2022-05-04net/mlx5e: Fix wrong source vport matching on tunnel ruleAriel Levkovich
2022-05-03Merge branch 'bnxt_en-bug-fixes'Jakub Kicinski
2022-05-03bnxt_en: Fix unnecessary dropping of RX packetsMichael Chan