aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-07-09nfp: fix issue of skb segments exceeds descriptor limitationBaowen Zheng1-8/+25
2022-07-08Merge branch 'selftests-forwarding-install-two-missing-tests'Jakub Kicinski1-0/+2
2022-07-08selftests: forwarding: Install no_forwarding.shMartin Blumenstingl1-0/+1
2022-07-08selftests: forwarding: Install local_termination.shMartin Blumenstingl1-0/+1
2022-07-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski7-24/+40
2022-07-08Merge branch 'sysctl-data-races'David S. Miller8-26/+37
2022-07-08ipv4: Fix a data-race around sysctl_fib_sync_mem.Kuniyuki Iwashima1-1/+1
2022-07-08icmp: Fix data-races around sysctl.Kuniyuki Iwashima1-2/+3
2022-07-08cipso: Fix data-races around sysctl.Kuniyuki Iwashima2-6/+8
2022-07-08net: Fix data-races around sysctl_mem.Kuniyuki Iwashima1-1/+1
2022-07-08inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima1-4/+8
2022-07-08tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima1-1/+2
2022-07-08sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima1-2/+5
2022-07-08sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima1-2/+2
2022-07-08sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima1-1/+1
2022-07-08sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima1-1/+1
2022-07-08sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima1-2/+2
2022-07-08sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima1-3/+3
2022-07-08net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointerSteven Rostedt (Google)1-2/+4
2022-07-08bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong5-19/+29
2022-07-07net: ocelot: fix wrong time_after usagePavel Skripkin1-9/+8
2022-07-07Merge tag 'mlx5-fixes-2022-07-06' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski11-38/+76
2022-07-07net: ethernet: ti: am65-cpsw: Fix devlink port register sequenceSiddharth Vadapalli1-7/+10
2022-07-07net: stmmac: dwc-qos: Disable split header for Tegra194Jon Hunter1-0/+1
2022-07-07bpf: Make sure mac_header was set before using itEric Dumazet1-3/+5
2022-07-07Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds65-524/+1089
2022-07-07Merge tag 'pinctrl-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds6-16/+23
2022-07-07signal handling: don't use BUG_ON() for debuggingLinus Torvalds1-4/+4
2022-07-06Merge branch 'wireguard-patches-for-5-19-rc6'Jakub Kicinski13-134/+157
2022-07-06wireguard: Kconfig: select CRYPTO_CHACHA_S390Vladis Dronov1-0/+1
2022-07-06crypto: s390 - do not depend on CRYPTO_HW for SIMD implementationsJason A. Donenfeld2-115/+114
2022-07-06wireguard: selftests: use microvm on x86Jason A. Donenfeld3-8/+16
2022-07-06wireguard: selftests: always call kernel makefileJason A. Donenfeld1-3/+2
2022-07-06wireguard: selftests: use virt machine on m68kJason A. Donenfeld2-8/+6
2022-07-06wireguard: selftests: set fake real time in initJason A. Donenfeld8-0/+18
2022-07-06r8169: fix accessing unset transport headerHeiner Kallweit1-6/+4
2022-07-06net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou1-2/+2
2022-07-06usbnet: fix memory leak in error caseOliver Neukum1-5/+12
2022-07-06net/mlx5e: Ring the TX doorbell on DMA errorsMaxim Mikityanskiy1-9/+30
2022-07-06net/mlx5e: Fix capability check for updating vnic env countersGal Pressman1-1/+1
2022-07-06net/mlx5e: CT: Use own workqueue instead of mlx5e privRoi Dayan1-8/+12
2022-07-06net/mlx5: Lag, correct get the port select mode strLiu, Changcheng3-5/+5
2022-07-06net/mlx5e: Fix enabling sriov while tc nic rules are offloadedPaul Blakey1-2/+3
2022-07-06net/mlx5e: kTLS, Fix build time constant test in RXTariq Toukan1-2/+1
2022-07-06net/mlx5e: kTLS, Fix build time constant test in TXTariq Toukan1-2/+1
2022-07-06net/mlx5: Lag, decouple FDB selection and shared FDBMark Bloch4-8/+22
2022-07-06net/mlx5: TC, allow offload from uplink to other PF's VFEli Cohen1-1/+1
2022-07-06Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2-2/+1
2022-07-06Merge tag 'sound-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds43-249/+812
2022-07-06xdp: Fix spurious packet loss in generic XDP TX pathJohan Almbladh1-2/+6