summaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-10virtio_net: correct netdev_tx_reset_queue() invocation pointKoichiro Den1-1/+9
2024-12-10octeontx2-af: Fix installation of PF multicast ruleGeetha sowjanya1-10/+8
2024-12-10memcg: slub: fix SUnreclaim for post charged objectsShakeel Butt1-3/+18
2024-12-10qca_spi: Make driver probing reliableStefan Wahren1-1/+1
2024-12-10qca_spi: Fix clock speed for multiple QCA7000Stefan Wahren2-15/+10
2024-12-10cxgb4: use port number to set mac addrAnumula Murali Mohan Reddy3-4/+5
2024-12-10perf test hwmon_pmu: Fix event file locationIan Rogers1-11/+18
2024-12-10perf hwmon_pmu: Use openat rather than dup to refresh directoryIan Rogers1-4/+11
2024-12-09perf ftrace: Fix undefined behavior in cmp_profile_data()Kuan-Wei Chiu1-1/+2
2024-12-09x86: Fix build regression with CONFIG_KEXEC_JUMP enabledDamien Le Moal1-0/+1
2024-12-09futex: fix user access on powerpcLinus Torvalds1-2/+2
2024-12-09net: sparx5: fix the maximum frame length registerDaniel Machon1-1/+1
2024-12-09net: sparx5: fix default value of monitor portsDaniel Machon1-2/+1
2024-12-09net: sparx5: fix FDMA performance issueDaniel Machon1-6/+5
2024-12-09net: lan969x: fix the use of spin_lock in PTP handlerDaniel Machon1-2/+2
2024-12-09net: lan969x: fix cyclic dependency reported by depmodDaniel Machon16-31/+15
2024-12-08Linux 6.13-rc2v6.13-rc2Linus Torvalds1-1/+1
2024-12-08tracing/eprobe: Fix to release eprobe when failed to add dyn_eventMasami Hiramatsu (Google)1-0/+5
2024-12-08kbuild: deb-pkg: fix build error with O=Masahiro Yamada1-2/+2
2024-12-08modpost: Add .irqentry.text to OTHER_SECTIONSThomas Gleixner1-1/+1
2024-12-08rtnetlink: fix error code in rtnl_newlink()Dan Carpenter1-1/+3
2024-12-08net: mscc: ocelot: perform error cleanup in ocelot_hwstamp_set()Vladimir Oltean1-17/+42
2024-12-08net: mscc: ocelot: be resilient to loss of PTP packets during transmissionVladimir Oltean3-57/+80
2024-12-08net: mscc: ocelot: ocelot->ts_id_lock and ocelot_port->tx_skbs.lock are IRQ-safeVladimir Oltean1-8/+6
2024-12-08net: mscc: ocelot: improve handling of TX timestamp for unknown skbVladimir Oltean1-2/+2
2024-12-08net: mscc: ocelot: fix memory leak on ocelot_port_add_txtstamp_skb()Vladimir Oltean1-1/+3
2024-12-08ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().Kuniyuki Iwashima1-1/+2
2024-12-08net: stmmac: fix TSO DMA API usage causing oopsRussell King (Oracle)1-3/+4
2024-12-07headers/cleanup.h: Remove the if_not_guard() facilityIngo Molnar1-14/+0
2024-12-07net: defer final 'struct net' free in netns dismantleEric Dumazet2-1/+20
2024-12-07net: lapb: increase LAPB_HEADER_LENEric Dumazet1-1/+1
2024-12-07bnxt_en: Fix potential crash when dumping FW log coredumpHongguang Gao1-2/+2
2024-12-07bnxt_en: Fix GSO type for HW GRO packets on 5750X chipsMichael Chan2-8/+9
2024-12-07ptp: kvm: x86: Return EOPNOTSUPP instead of ENODEV from kvm_arch_ptp_init()Thomas Weißschuh1-3/+3
2024-12-07selftests: mlxsw: sharedbuffer: Ensure no extra packets are countedDanielle Ratson1-0/+40
2024-12-07selftests: mlxsw: sharedbuffer: Remove duplicate test casesDanielle Ratson1-10/+0
2024-12-07selftests: mlxsw: sharedbuffer: Remove h1 ingress test caseDanielle Ratson1-5/+0
2024-12-06x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR failsSean Christopherson1-1/+1
2024-12-06selftests/bpf: Add more test cases for LPM trieHou Tao1-0/+395
2024-12-06selftests/bpf: Move test_lpm_map.c to map_testsHou Tao3-9/+4
2024-12-06bpf: Use raw_spinlock_t for LPM trieHou Tao1-6/+6
2024-12-06bpf: Switch to bpf mem allocator for LPM trieHou Tao1-23/+48
2024-12-06bpf: Fix exact match conditions in trie_get_next_key()Hou Tao1-2/+2
2024-12-06bpf: Handle in-place update for full LPM trie correctlyHou Tao1-23/+21
2024-12-06bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trieHou Tao1-3/+20
2024-12-06bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elemHou Tao1-3/+1
2024-12-06bpf: Remove unnecessary check when updating LPM trieHou Tao1-2/+1
2024-12-06blk-mq: move cpuhp callback registering out of q->sysfs_lockMing Lei1-11/+92
2024-12-06blk-mq: register cpuhp callback after hctx is added to xarray tableMing Lei1-8/+7
2024-12-06smb: client: fix potential race in cifs_put_tcon()Paulo Alcantara1-3/+1