summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-23net/handshake: Squelch allocation warning during Kunit testChuck Lever1-1/+1
2023-05-233c589_cs: Fix an error handling path in tc589_probe()Christophe JAILLET1-1/+10
2023-05-23forcedeth: Fix an error handling path in nv_probe()Christophe JAILLET1-0/+1
2023-05-22sctp: fix an issue that plpmtu can never go to complete stateXin Long1-4/+7
2023-05-20Merge tag 'for-net-2023-05-19' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski3-40/+45
2023-05-20net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo4-2/+15
2023-05-20Bluetooth: btnxpuart: Fix compiler warningsNeeraj Sanjay Kale1-3/+3
2023-05-20Bluetooth: Unlink CISes when LE disconnects in hci_conn_delRuihan Li1-15/+6
2023-05-20Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li2-12/+23
2023-05-20Bluetooth: Refcnt drop must be placed last in hci_conn_unlinkRuihan Li1-3/+3
2023-05-20Bluetooth: Fix potential double free caused by hci_conn_unlinkRuihan Li1-9/+12
2023-05-19net: fec: add dma_wmb to ensure correct descriptor valuesShenwei Wang1-6/+11
2023-05-19MAINTAINERS: add myself as maintainer for enetcVladimir Oltean1-0/+1
2023-05-19octeontx2-pf: Fix TSOv6 offloadSunil Goutham1-3/+1
2023-05-19sfc: fix devlink info error handlingAlejandro Lucero1-50/+45
2023-05-19net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu2-2/+8
2023-05-19selftests: fib_tests: mute cleanup error messagePo-Hsu Lin1-1/+1
2023-05-19net/mlx5e: do as little as possible in napi poll when budget is 0Jakub Kicinski1-7/+9
2023-05-19Merge branch 'tls-fixes'David S. Miller6-50/+177
2023-05-19tls: rx: strp: don't use GFP_KERNEL in softirq contextJakub Kicinski1-0/+4
2023-05-19tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski4-31/+114
2023-05-19tls: rx: strp: factor out copying skb dataJakub Kicinski1-10/+23
2023-05-19tls: rx: strp: fix determining record length in copy modeJakub Kicinski1-6/+15
2023-05-19tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski2-5/+21
2023-05-19tls: rx: strp: set the skb->len of detached / CoW'ed skbsJakub Kicinski1-0/+2
2023-05-19tls: rx: device: fix checking decryption statusJakub Kicinski1-1/+1
2023-05-19net: cdc_ncm: Deal with too low values of dwNtbOutMaxSizeTudor Ambarus1-9/+15
2023-05-18Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds123-455/+878
2023-05-18Merge tag 'media/v6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds18-59/+293
2023-05-18Merge tag 'linux-can-fixes-for-6.4-20230518' of git://git.kernel.org/pub/scm/...Paolo Abeni2-69/+29
2023-05-18Merge tag 'nf-23-05-17' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski3-10/+18
2023-05-18Merge tag 'wireless-2023-05-17' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski41-136/+249
2023-05-18MAINTAINERS: skip CCing netdev for Bluetooth patchesJakub Kicinski1-0/+1
2023-05-18mdio_bus: unhide mdio_bus_init prototypeArnd Bergmann1-2/+0
2023-05-18bridge: always declare tunnel functionsArnd Bergmann1-4/+4
2023-05-18atm: hide unused procfs functionsArnd Bergmann1-0/+2
2023-05-18net: isa: include net/Space.hArnd Bergmann6-1/+9
2023-05-17Revert "ARM: dts: stm32: add CAN support on stm32f746"Marc Kleine-Budde1-47/+0
2023-05-17Merge tag 'linux-kselftest-fixes-6.4-rc3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-4/+71
2023-05-17Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds11-64/+85
2023-05-17Merge tag 'tpmdd-v6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds5-24/+50
2023-05-17tracing: make ftrace_likely_update() declaration visibleArnd Bergmann1-3/+2
2023-05-17netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal1-7/+13
2023-05-17netfilter: nf_tables: fix nft_trans type confusionFlorian Westphal1-3/+1
2023-05-17netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix1-0/+4
2023-05-17net: wwan: t7xx: Ensure init is completed before system sleepKai-Heng Feng2-0/+19
2023-05-17net: selftests: Fix optstringBenjamin Poirier1-1/+1
2023-05-17net: pcs: xpcs: fix C73 AN not getting enabledVladimir Oltean1-1/+1
2023-05-17net: wwan: iosm: fix NULL pointer dereference when removing deviceM Chetan Kumar3-12/+33
2023-05-17vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet1-2/+2