summaryrefslogtreecommitdiffstats
path: root/net (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-19net: mctp: handle skb cleanup on sock_queue failuresJeremy Kerr2-10/+112
2024-12-19net: mdiobus: fix an OF node reference leakJoe Hattori1-3/+10
2024-12-19octeontx2-pf: fix error handling of devlink port in rvu_rep_create()Harshit Mogalapalli1-0/+1
2024-12-19octeontx2-pf: fix netdev memory leak in rvu_rep_create()Harshit Mogalapalli1-1/+3
2024-12-19psample: adjust size if rate_as_probability is setAdrian Moreno1-3/+6
2024-12-19netdev-genl: avoid empty messages in queue dumpJakub Kicinski1-2/+2
2024-12-19net: dsa: restore dsa_software_vlan_untag() ability to operate on VLAN-untagg...Vladimir Oltean1-5/+11
2024-12-19selftests: openvswitch: fix tcpdump executionAdrian Moreno1-2/+4
2024-12-19net: usb: qmi_wwan: add Quectel RG255CMartin Hou1-0/+1
2024-12-19net: phy: avoid undefined behavior in *_led_polarity_set()Arnd Bergmann3-3/+3
2024-12-19netfilter: ipset: Fix for recursive locking warningPhil Sutter1-0/+3
2024-12-18ipvs: Fix clamp() of ip_vs_conn_tab on small memory systemsDavid Laight1-2/+2
2024-12-18can: m_can: fix missed interrupts with m_can_pciMatthias Schiffer3-5/+19
2024-12-18can: m_can: set init flag earlier in probeMatthias Schiffer1-5/+9
2024-12-18rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().Kuniyuki Iwashima1-2/+3
2024-12-18net: netdevsim: fix nsim_pp_hold_write()Eric Dumazet1-2/+2
2024-12-17idpf: trigger SW interrupt when exiting wb_on_itr modeJoshua Hay1-10/+19
2024-12-17idpf: add support for SW triggered interruptsJoshua Hay3-1/+13
2024-12-17qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate()Gianfranco Trad1-0/+1
2024-12-17net: ethernet: bgmac-platform: fix an OF node reference leakJoe Hattori1-1/+4
2024-12-17net: ethernet: oa_tc6: fix tx skb race condition between reference pointersParthiban Veerasooran1-0/+6
2024-12-17net: ethernet: oa_tc6: fix infinite loop error when tx credits becomes 0Parthiban Veerasooran1-2/+3
2024-12-17rust: net::phy fix module autoloadingFUJITA Tomonori1-2/+2
2024-12-17net: hinic: Fix cleanup in create_rxqs/txqs()Dan Carpenter1-0/+2
2024-12-17team: Fix feature exposure when no ports are presentDaniel Borkmann1-2/+6
2024-12-17chelsio/chtls: prevent potential integer overflow on 32bitDan Carpenter1-2/+3
2024-12-17selftests: net-drv: stats: sanity check netlink dumpsJakub Kicinski1-1/+18
2024-12-17selftests: net-drv: queues: sanity check netlink dumpsJakub Kicinski1-10/+13
2024-12-17selftests: net: support setting recv_size in YNLJakub Kicinski1-8/+8
2024-12-17netdev: fix repeated netlink messages in queue statsJakub Kicinski1-2/+2
2024-12-17netdev: fix repeated netlink messages in queue dumpJakub Kicinski1-7/+4
2024-12-15net: renesas: rswitch: rework ts tags managementNikita Yushchenko2-45/+42
2024-12-15ionic: use ee->offset when returning sprom dataShannon Nelson1-2/+2
2024-12-15ionic: no double destroy workqueueShannon Nelson1-1/+4
2024-12-15ionic: Fix netdev notifier unregister on failureBrett Creeley1-2/+2
2024-12-15tools/net/ynl: fix sub-message key lookup for nested attributesDonald Hunter1-3/+3
2024-12-15netdevsim: prevent bad user input in nsim_dev_health_break_write()Eric Dumazet1-0/+2
2024-12-15net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic()Vladimir Oltean1-1/+1
2024-12-15net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang1-0/+5
2024-12-15net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang2-1/+9
2024-12-15net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msgGuangguan Wang3-3/+16
2024-12-15net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang3-2/+14
2024-12-15net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang1-0/+7
2024-12-15net/smc: protect link down work from execute after lgr freedGuangguan Wang1-2/+7
2024-12-14net: tun: fix tun_napi_alloc_frags()Eric Dumazet1-1/+1
2024-12-12net: dsa: tag_ocelot_8021q: fix broken receptionRobert Hodaszi1-1/+1
2024-12-12net: dsa: microchip: KSZ9896 register regmap alignment to 32 bit boundariesJesse Van Gavere1-24/+18
2024-12-12net: renesas: rswitch: fix initial MPIC register settingNikita Yushchenko2-13/+28
2024-12-12Bluetooth: btmtk: avoid UAF in btmtk_process_coredumpThadeu Lima de Souza Cascardo1-8/+12
2024-12-12Bluetooth: iso: Fix circular lock in iso_conn_big_syncIulia Tanasescu1-7/+27