summaryrefslogtreecommitdiffstats
path: root/net/8021q (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-01mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni1-4/+4
2024-08-01ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski1-16/+18
2024-08-01igc: Fix double reset adapter triggered from a single taprio cmdFaizal Rahim1-16/+17
2024-08-01net: MAINTAINERS: Demote Qualcomm IPA to "maintained"Krzysztof Kozlowski1-1/+1
2024-08-01net: wan: fsl_qmc_hdlc: Discard received CRCHerve Codina1-6/+18
2024-08-01net: wan: fsl_qmc_hdlc: Convert carrier_lock spinlock to a mutexHerve Codina1-3/+4
2024-08-01net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptysShahar Shitrit1-1/+6
2024-08-01net/mlx5e: Fix CT entry update leaks of modify header contextChris Mi1-0/+1
2024-08-01net/mlx5e: Require mlx5 tc classifier action support for IPsec prio capabilityRahul Rameshbabu1-3/+4
2024-08-01net/mlx5: Fix missing lock on sync reset reloadMoshe Shemesh1-1/+4
2024-08-01net/mlx5: Lag, don't use the hardcoded value of the first portMark Bloch1-1/+1
2024-08-01net/mlx5: DR, Fix 'stack guard page was hit' error in dr_ruleYevgeny Kliteynik1-1/+1
2024-08-01net/mlx5: Fix error handling in irq_pool_request_irqShay Drory1-3/+7
2024-08-01net/mlx5: Always drain health in shutdown callbackShay Drory2-1/+2
2024-08-01net: Add skbuff.h to MAINTAINERSBreno Leitao1-0/+1
2024-08-01r8169: don't increment tx_dropped in case of NETDEV_TX_BUSYHeiner Kallweit1-6/+2
2024-07-31netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima1-5/+9
2024-07-31netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().Kuniyuki Iwashima1-8/+10
2024-07-31minmax: fix up min3() and max3() tooLinus Torvalds1-2/+10
2024-07-31net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn3-11/+12
2024-07-31net: phy: aquantia: only poll GLOBAL_CFG regs on aqr113, aqr113c and aqr115cBartosz Golaszewski1-8/+21
2024-07-31net: phy: micrel: Fix the KSZ9131 MDI-X status issueRaju Lakkaraju1-15/+19
2024-07-30bpf/selftests: Fix ASSERT_OK condition check in uprobe_syscall testJiri Olsa1-1/+1
2024-07-30minmax: improve macro expansion and type checkingLinus Torvalds2-15/+68
2024-07-30net: mvpp2: Don't re-use loop iteratorDan Carpenter1-3/+3
2024-07-30btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()David Sterba1-1/+1
2024-07-30net/iucv: fix use after free in iucv_sock_close()Alexandra Winter1-2/+2
2024-07-30platform/chrome: cros_ec_proto: Lock device when updating MKBP versionPatryk Duda1-0/+2
2024-07-30net/smc: prevent UAF in inet_create()D. Wythe1-3/+4
2024-07-30selftests: mptcp: join: check backup support in signal endpMatthieu Baerts (NGI0)1-6/+28
2024-07-30mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)5-0/+54
2024-07-30selftests: mptcp: join: validate backup in MPJMatthieu Baerts (NGI0)1-10/+32
2024-07-30mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)3-0/+10
2024-07-30mptcp: pm: only set request_bkup flag when sending MP_PRIOMatthieu Baerts (NGI0)1-1/+0
2024-07-30mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)3-1/+3
2024-07-30mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)2-5/+7
2024-07-30profiling: remove stale percpu flip buffer variablesLinus Torvalds1-6/+0
2024-07-29selftests/bpf: Filter out _GNU_SOURCE when compiling test_cppStanislav Fomichev1-1/+1
2024-07-29task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORKLinus Torvalds1-0/+6
2024-07-29profiling: attempt to remove per-cpu profile flip bufferLinus Torvalds2-182/+2
2024-07-29profiling: remove prof_cpu_maskTetsuo Handa2-40/+13
2024-07-29Input: MT - limit max slotsTetsuo Handa1-0/+3
2024-07-29btrfs: fix corruption after buffer fault in during direct IO append writeFilipe Manana3-13/+43
2024-07-29btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota6-8/+23
2024-07-29btrfs: do not subtract delalloc from avail bytesNaohiro Aota1-2/+1
2024-07-29btrfs: make cow_file_range_inline() honor locked_page on errorBoris Burkov1-6/+10
2024-07-29ice: xsk: fix txq interrupt mappingMaciej Fijalkowski1-10/+14
2024-07-29ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski1-1/+1
2024-07-29ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski6-55/+87
2024-07-29ice: toggle netif_carrier when setting up XSK poolMaciej Fijalkowski1-1/+7