summaryrefslogtreecommitdiffstats
path: root/tools/rcu (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-14sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htbRahul Rameshbabu1-11/+16
2023-01-14selftests: mptcp: userspace: validate v4-v6 subflows mixMatthieu Baerts1-0/+47
2023-01-14mptcp: netlink: respect v4/v6-only socketsMatthieu Baerts3-0/+35
2023-01-14mptcp: explicitly specify sock family at subflow creation timePaolo Abeni3-6/+8
2023-01-14net: lan966x: add missing fwnode_handle_put() for ports nodeClément Léger1-5/+8
2023-01-14net: enetc: avoid deadlock in enetc_tx_onestep_tstamp()Vladimir Oltean1-2/+2
2023-01-14net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regsEsina Ekaterina1-2/+4
2023-01-14net: nfc: Fix use-after-free in local_cleanup()Jisoo Jang1-0/+1
2023-01-13ethtool: add netlink attr in rss get reply only if value is not nullSudheer Mogilappagari1-4/+7
2023-01-13rxrpc: Fix wrong error return in rxrpc_connect_call()David Howells1-1/+1
2023-01-13amd-xgbe: Delay AN timeout during KR trainingRaju Rangoju2-0/+26
2023-01-13amd-xgbe: TX Flow Ctrl Registers are h/w ver dependentRaju Rangoju1-8/+15
2023-01-12r8152: add vendor/device ID pair for Microsoft DevkitAndre Przywara1-0/+1
2023-01-12net: stmmac: add aux timestamps fifo clearance waitNoor Azura Ahmad Tarmizi1-1/+4
2023-01-12bnxt: make sure we return pages to the poolJakub Kicinski1-2/+2
2023-01-12net: hns3: fix wrong use of rss size during VF rss configJie Wang1-1/+1
2023-01-11s390: update defconfigsHeiko Carstens3-6/+9
2023-01-11netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bitsPablo Neira Ayuso1-1/+1
2023-01-11netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia1-2/+2
2023-01-11selftests: netfilter: fix transaction test script timeout handlingFlorian Westphal2-7/+10
2023-01-11perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter1-1/+1
2023-01-11KVM: s390: interrupt: use READ_ONCE() before cmpxchg()Heiko Carstens1-4/+8
2023-01-11s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()Heiko Carstens1-1/+1
2023-01-11s390/cpum_sf: add READ_ONCE() semantics to compare and swap loopsHeiko Carstens2-55/+77
2023-01-11spi: spidev: remove debug messages that access spidev->spi without lockingBartosz Golaszewski1-2/+0
2023-01-11spi: spidev: fix a race condition when accessing spidev->spiBartosz Golaszewski1-16/+18
2023-01-11ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu1-0/+4
2023-01-11net: lan966x: check for ptp to be enabled in lan966x_ptp_deinit()Clément Léger1-0/+3
2023-01-11net: sched: disallow noqueue for qdisc classesFrederick Lawler1-0/+5
2023-01-10iavf/iavf_main: actually log ->src mask when talking about itDaniil Tatianin1-1/+1
2023-01-10igc: Fix PPS delta between two synchronized end-pointsChristopher S Hall2-4/+8
2023-01-10ixgbe: fix pci device refcount leakYang Yingliang1-5/+9
2023-01-10perf bpf: Avoid build breakage with libbpf < 0.8.0 + LIBBPF_DYNAMIC=1Arnaldo Carvalho de Melo1-0/+2
2023-01-10perf build: Fix build error when NO_LIBBPF=1Ian Rogers2-9/+14
2023-01-10perf tools: Don't install libtraceevent plugins as its not anymore in the ker...Arnaldo Carvalho de Melo2-20/+0
2023-01-10perf kmem: Support field "node" in evsel__process_alloc_event() coping with r...Leo Yan1-12/+24
2023-01-10perf kmem: Support legacy tracepointsLeo Yan1-3/+26
2023-01-10perf build: Properly guard libbpf includesIan Rogers2-0/+8
2023-01-10s390/kexec: fix ipl report address for kdumpAlexander Egorenkov1-2/+3
2023-01-10wifi: mac80211: fix MLO + AP_VLAN checkFelix Fietkau1-1/+3
2023-01-10mac80211: Fix MLO address translation for multiple bss caseSriram R1-0/+3
2023-01-10wifi: mac80211: reset multiple BSSID options in stop_ap()Aloka Dixit1-0/+7
2023-01-10wifi: mac80211: Fix iTXQ AMPDU fragmentation handlingAlexander Wetzel3-14/+37
2023-01-10wifi: mac80211: sdata can be NULL during AMPDU startAlexander Wetzel2-1/+8
2023-01-10wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel6-54/+21
2023-01-10wifi: mac80211: fix initialization of rx->link and rx->link_staFelix Fietkau1-123/+99
2023-01-10sh/mm: Fix pmd_t for realPeter Zijlstra1-1/+1
2023-01-10octeontx2-pf: Fix resource leakage in VF driver unbindHariprasad Kelam1-0/+2
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Ensure environment cleanup on failure.Guillaume Nault1-4/+36
2023-01-10selftests/net: l2_tos_ttl_inherit.sh: Run tests in their own netns.Guillaume Nault1-69/+93