summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.ubsan (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-16Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin1-2/+1
2024-10-16Bluetooth: btusb: Fix not being able to reconnect after suspendLuiz Augusto von Dentz1-14/+0
2024-10-16Bluetooth: Remove debugfs directory on module init failureAaron Thompson1-0/+1
2024-10-16Bluetooth: Call iso_exit() on module unloadAaron Thompson1-0/+2
2024-10-16Bluetooth: ISO: Fix multiple init when debugfs is disabledAaron Thompson1-5/+1
2024-10-16net: dsa: vsc73xx: fix reception from VLAN-unaware bridgesVladimir Oltean1-1/+0
2024-10-16net: ravb: Only advertise Rx/Tx timestamps if hardware supports itNiklas Söderlund1-13/+12
2024-10-16net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()Jinjie Ruan1-0/+2
2024-10-16net: phy: mdio-bcm-unimac: Add BCM6846 supportLinus Walleij1-0/+1
2024-10-16dt-bindings: net: brcm,unimac-mdio: Add bcm6846-mdioLinus Walleij1-0/+1
2024-10-16udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki2-2/+6
2024-10-16genetlink: hold RCU in genlmsg_mcast()Eric Dumazet5-25/+20
2024-10-16net: dsa: mv88e6xxx: Fix the max_vid definition for the MV88E6361Peter Rashleigh1-1/+1
2024-10-16tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima1-5/+16
2024-10-16net: bcmasp: fix potential memory leak in bcmasp_xmit()Wang Hai1-0/+1
2024-10-15net: systemport: fix potential memory leak in bcm_sysport_xmit()Wang Hai1-0/+1
2024-10-15net: ethernet: rtsn: fix potential memory leak in rtsn_start_xmit()Wang Hai1-0/+1
2024-10-15net: xilinx: axienet: fix potential memory leak in axienet_start_xmit()Wang Hai1-0/+2
2024-10-15selftests: mptcp: join: test for prohibited MPC to port-based endpPaolo Abeni1-30/+85
2024-10-15mptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni5-0/+15
2024-10-15net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing1-1/+1
2024-10-15net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-l...Oleksij Rempel1-3/+11
2024-10-15net: ethernet: aeroflex: fix potential memory leak in greth_start_xmit_gbit()Wang Hai1-1/+2
2024-10-15netdevsim: use cond_resched() in nsim_dev_trap_report_work()Eric Dumazet1-6/+9
2024-10-15macsec: don't increment counters for an unrelated SASabrina Dubroca1-18/+0
2024-10-15octeontx2-af: Fix potential integer overflows on integer shiftsColin Ian King1-2/+2
2024-10-15net: stmmac: dwmac-tegra: Fix link bring-up sequenceParitosh Dixit1-2/+12
2024-10-15net: usb: usbnet: fix race in probe failureOliver Neukum1-0/+1
2024-10-15net/smc: Fix memory leak when using percpu refsKai Shen1-1/+5
2024-10-15net: lan743x: Remove duplicate checkJinjie Ruan1-21/+14
2024-10-15posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan1-0/+3
2024-10-14MAINTAINERS: add Andrew Lunn as a co-maintainer of all networking driversJakub Kicinski1-0/+1
2024-10-12selftests: drivers: net: fix name not definedAlessandro Zanni1-0/+1
2024-10-12selftests: net/rds: add module not foundAlessandro Zanni1-1/+4
2024-10-12net: enetc: add missing static descriptor and inline keywordWei Fang1-1/+2
2024-10-12net: enetc: disable NAPI after all rings are disabledWei Fang1-6/+6
2024-10-12net: enetc: disable Tx BD rings after they are emptyWei Fang1-10/+26
2024-10-12net: enetc: block concurrent XDP transmissions during ring reconfigurationWei Fang2-0/+15
2024-10-12net: enetc: remove xdp_drops statistic from enetc_xdp_drop()Wei Fang1-1/+1
2024-10-12net: sparx5: fix source port register when mirroringDaniel Machon1-6/+6
2024-10-12ipv4: give an IPv4 dev to blackhole_netdevXin Long1-10/+25
2024-10-10MAINTAINERS: Add headers and mailing list to UDP sectionSimon Horman1-0/+4
2024-10-10MAINTAINERS: consistently exclude wireless files from NETWORKING [GENERAL]Simon Horman1-0/+11
2024-10-10slip: make slhc_remember() more robust against malicious packetsEric Dumazet1-23/+34
2024-10-10net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMCD. Wythe1-0/+11
2024-10-10ppp: fix ppp_async_encode() illegal accessEric Dumazet1-1/+1
2024-10-10docs: netdev: document guidance on cleanup patchesSimon Horman1-0/+17
2024-10-10phonet: Handle error of rtnl_register_module().Kuniyuki Iwashima1-17/+11
2024-10-10mpls: Handle error of rtnl_register_module().Kuniyuki Iwashima1-11/+21
2024-10-10mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima5-36/+66