summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfrm: free not used XFRM_ESP_NO_TRAILER flagLeon Romanovsky2022-05-063-13/+1
* Merge branch 'mptcp-improve-mptcp-level-window-tracking'Jakub Kicinski2022-05-057-28/+90
|\
| * mptcp: add more offered MIBs counterPaolo Abeni2022-05-053-1/+13
| * mptcp: never shrink offered windowPaolo Abeni2022-05-053-12/+50
| * tcp: allow MPTCP to update the announced windowPaolo Abeni2022-05-053-8/+10
| * mptcp: add mib for xmit window sharingPaolo Abeni2022-05-053-1/+5
| * mptcp: really share subflow snd_wndPaolo Abeni2022-05-051-9/+15
|/
* firmware: tee_bnxt: Use UUID API for exporting the UUIDAndy Shevchenko2022-05-051-1/+1
* net: Make msg_zerocopy_alloc staticDavid Ahern2022-05-052-3/+1
* net: move snowflake callers to netif_napi_add_tx_weight()Jakub Kicinski2022-05-053-7/+8
* net: switch to netif_napi_add_tx()Jakub Kicinski2022-05-0519-40/+29
* jme: remove an unnecessary indirectionJakub Kicinski2022-05-052-3/+1
* net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-059-3/+8
* sungem: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-051-5/+1
* net: align SO_RCVMARK required privileges with SO_MARKEyal Birger2022-05-051-0/+6
* Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski2022-05-059-739/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-05325-1563/+3008
|\
| * Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-05-0576-386/+724
| |\
| | * NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou2022-05-051-2/+2
| | * selftests: ocelot: tc_flower_chains: specify conform-exceed action for policerVladimir Oltean2022-05-041-1/+1
| | * Merge branch 'insufficient-tcp-source-port-randomness'Jakub Kicinski2022-05-045-25/+43
| | |\
| | | * tcp: drop the hash_32() part from the index calculationWilly Tarreau2022-05-041-1/+1
| | | * tcp: increase source port perturb table to 2^16Willy Tarreau2022-05-041-4/+5
| | | * tcp: dynamically allocate the perturb table used by source portsWilly Tarreau2022-05-041-2/+10
| | | * tcp: add small random increments to the source portWilly Tarreau2022-05-041-4/+5
| | | * tcp: resalt the secret every 10 secondsEric Dumazet2022-05-041-3/+9
| | | * tcp: use different parts of the port_offset for index and offsetWilly Tarreau2022-05-041-1/+1
| | | * secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-045-11/+13
| | |/
| | * Merge branch 'wireguard-patches-for-5-18-rc6'Jakub Kicinski2022-05-0421-99/+228
| | |\
| | | * wireguard: selftests: set panic_on_warn=1 from cmdlineJason A. Donenfeld2022-05-0418-23/+17
| | | * wireguard: selftests: bump package depsJason A. Donenfeld2022-05-041-9/+9
| | | * wireguard: selftests: restore support for ccacheJason A. Donenfeld2022-05-042-1/+18
| | | * wireguard: selftests: use newer toolchains to fill out architecturesJason A. Donenfeld2022-05-049-63/+169
| | | * wireguard: selftests: limit parallelism to $(nproc) tests at onceJason A. Donenfeld2022-05-041-10/+10
| | | * wireguard: selftests: make routing loop test non-fatalJason A. Donenfeld2022-05-041-1/+13
| | |/
| | * Merge tag 'mlx5-fixes-2022-05-03' of git://git.kernel.org/pub/scm/linux/kernel/gDavid S. Miller2022-05-0415-69/+173
| | |\
| | | * net/mlx5: Fix matching on inner TTCMark Bloch2022-05-042-1/+3
| | | * net/mlx5: Avoid double clear or set of sync reset requestedMoshe Shemesh2022-05-041-9/+19
| | | * net/mlx5: Fix deadlock in sync reset flowMoshe Shemesh2022-05-041-17/+17
| | | * net/mlx5e: Fix trust state reset in reloadMoshe Tal2022-05-041-0/+10
| | | * net/mlx5e: Avoid checking offload capability in post_parse actionAriel Levkovich2022-05-041-2/+1
| | | * net/mlx5e: CT: Fix queued up restore put() executing after relevant ft releasePaul Blakey2022-05-041-0/+4
| | | * net/mlx5e: TC, fix decap fallback to uplink when int port not supportedAriel Levkovich2022-05-041-1/+2
| | | * net/mlx5e: TC, Fix ct_clear overwriting ct action metadataAriel Levkovich2022-05-043-16/+49
| | | * net/mlx5e: Lag, Don't skip fib events on current dstVlad Buslov2022-05-042-8/+14
| | | * net/mlx5e: Lag, Fix fib_info pointer assignmentVlad Buslov2022-05-041-1/+1
| | | * net/mlx5e: Lag, Fix use-after-free in fib event handlerVlad Buslov2022-05-042-11/+20
| | | * net/mlx5e: Fix the calling of update_buffer_lossy() APIMark Zhang2022-05-041-2/+2
| | | * net/mlx5e: Don't match double-vlan packets if cvlan is not setVlad Buslov2022-05-041-0/+11
| | | * net/mlx5: Fix slab-out-of-bounds while reading resource dump menuAya Levin2022-05-041-6/+25