summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-24ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia
2023-05-24Merge tag 'mlx5-fixes-2023-05-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2023-05-24net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCsArınç ÜNAL
2023-05-23docs: netdev: document the existence of the mail botJakub Kicinski
2023-05-23net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav
2023-05-23r8169: Use a raw_spinlock_t for the register locks.Sebastian Andrzej Siewior
2023-05-23page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel
2023-05-23lan966x: Fix unloading/loading of the driverHoratiu Vultur
2023-05-22net/mlx5: Fix indexing of mlx5_irqShay Drory
2023-05-22net/mlx5: Fix irq affinity managementShay Drory
2023-05-22net/mlx5: Free irqs only on shutdown callbackShay Drory
2023-05-22net/mlx5: Devcom, serialize devcom registrationShay Drory
2023-05-22net/mlx5: Devcom, fix error flow in mlx5_devcom_register_deviceShay Drory
2023-05-22net/mlx5: E-switch, Devcom, sync devcom events and devcom comp registerShay Drory
2023-05-22net/mlx5e: TC, Fix using eswitch mapping in nic modePaul Blakey
2023-05-22net/mlx5e: Fix SQ wake logic in ptp napi_poll contextRahul Rameshbabu
2023-05-22net/mlx5e: Fix deadlock in tc route query codeVlad Buslov
2023-05-22net/mlx5: Fix error message when failing to allocate device memoryRoi Dayan
2023-05-22net/mlx5e: Use correct encap attribute during invalidationVlad Buslov
2023-05-22net/mlx5: DR, Check force-loopback RC QP capability independently from RoCEYevgeny Kliteynik
2023-05-22net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUsErez Shitrit
2023-05-22net/mlx5: Handle pairing of E-switch via uplink un/load APIsShay Drory
2023-05-22net/mlx5: Collect command failures data only for known commandsShay Drory
2023-05-22net/handshake: Fix sock->file allocationChuck Lever
2023-05-22net/handshake: Squelch allocation warning during Kunit testChuck Lever
2023-05-223c589_cs: Fix an error handling path in tc589_probe()Christophe JAILLET
2023-05-22forcedeth: Fix an error handling path in nv_probe()Christophe JAILLET
2023-05-22sctp: fix an issue that plpmtu can never go to complete stateXin Long
2023-05-19Merge tag 'for-net-2023-05-19' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-05-19net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo
2023-05-19Bluetooth: btnxpuart: Fix compiler warningsNeeraj Sanjay Kale
2023-05-19Bluetooth: Unlink CISes when LE disconnects in hci_conn_delRuihan Li
2023-05-19Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li
2023-05-19Bluetooth: Refcnt drop must be placed last in hci_conn_unlinkRuihan Li
2023-05-19Bluetooth: Fix potential double free caused by hci_conn_unlinkRuihan Li
2023-05-19net: fec: add dma_wmb to ensure correct descriptor valuesShenwei Wang
2023-05-19MAINTAINERS: add myself as maintainer for enetcVladimir Oltean
2023-05-19octeontx2-pf: Fix TSOv6 offloadSunil Goutham
2023-05-19sfc: fix devlink info error handlingAlejandro Lucero
2023-05-19net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu
2023-05-19selftests: fib_tests: mute cleanup error messagePo-Hsu Lin
2023-05-19net/mlx5e: do as little as possible in napi poll when budget is 0Jakub Kicinski
2023-05-19Merge branch 'tls-fixes'David S. Miller
2023-05-19tls: rx: strp: don't use GFP_KERNEL in softirq contextJakub Kicinski
2023-05-19tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski
2023-05-19tls: rx: strp: factor out copying skb dataJakub Kicinski
2023-05-19tls: rx: strp: fix determining record length in copy modeJakub Kicinski
2023-05-19tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski
2023-05-19tls: rx: strp: set the skb->len of detached / CoW'ed skbsJakub Kicinski