summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: fix uninitialized warning with test_current_task_under_cgroupDaniel T. Lee2022-12-191-2/+4
* samples/bpf: replace meaningless counter with tracex4Daniel T. Lee2022-12-191-2/+2
* samples/bpf: remove unused function with test_lru_distDaniel T. Lee2022-12-191-5/+0
* bpf: Remove trace_printk_lockJiri Olsa2022-12-193-26/+28
* bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa2022-12-193-11/+13
* bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa2022-12-194-27/+41
* tools/resolve_btfids: Use pkg-config to locate libelfShen Jiamin2022-12-151-2/+6
* libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko2022-12-152-27/+25
* selftests/bpf: Add few corner cases to test padding handling of btf_dumpAndrii Nakryiko2022-12-152-1/+164
* libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko2022-12-153-65/+164
* libbpf: Fix btf__align_of() by taking into account field offsetsAndrii Nakryiko2022-12-151-0/+13
* selftests/bpf: Add non-standardly sized enum tests for btf_dumpAndrii Nakryiko2022-12-151-0/+36
* libbpf: Handle non-standardly sized enums better in BTF-to-C dumperAndrii Nakryiko2022-12-151-0/+38
* libbpf: Fix single-line struct definition output in btf_dumpAndrii Nakryiko2022-12-151-2/+5
* libbpf: Optimized return value in libbpf_strerror when errno is libbpf errnoXin Liu2022-12-141-4/+12
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-142013-34345/+165926
|\
| * ipvs: fix type warning in do_div() on 32 bitJakub Kicinski2022-12-131-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-1333-78/+193
| |\
| | * net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error pathVladimir Oltean2022-12-131-1/+10
| | * i40e: Fix the inability to attach XDP program on downed interfaceBartosz Staszewski2022-12-131-12/+24
| | * stmmac: fix potential division by 0Piergiorgio Beruto2022-12-132-2/+3
| | * octeontx2-af: cn10k: mcs: Fix a resource leak in the probe and remove functionsChristophe JAILLET2022-12-131-1/+5
| | * Merge branch 'mptcp-fix-ipv6-reqsk-ops-and-some-netlink-error-codes'Jakub Kicinski2022-12-124-16/+68
| | |\
| | | * mptcp: use proper req destructor for IPv6Matthieu Baerts2022-12-121-3/+16
| | | * mptcp: dedicated request sock for subflow in v6Matthieu Baerts2022-12-121-8/+26
| | | * mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts2022-12-123-7/+24
| | | * mptcp: netlink: fix some error return codeWei Yongjun2022-12-121-0/+4
| | |/
| | * Merge branch 'update-joakim-zhang-entries'Jakub Kicinski2022-12-124-4/+12
| | |\
| | | * dt-bindings: FEC/i.MX DWMAC and INTMUX maintainerFlorian Fainelli2022-12-123-3/+8
| | | * MAINTAINERS: Update NXP FEC maintainerFlorian Fainelli2022-12-121-1/+4
| | |/
| | * ntb_netdev: Use dev_kfree_skb_any() in interrupt contextEric Pilmore2022-12-121-2/+2
| | * net: lan9303: Fix read error execution pathJerry Ray2022-12-121-1/+3
| | * net: amd-xgbe: Check only the minimum speed for active/passive cablesTom Lendacky2022-12-121-12/+2
| | * net: amd-xgbe: Fix logic around active and passive cablesTom Lendacky2022-12-121-3/+6
| | * af_unix: call proto_unregister() in the error path in af_unix_init()Yang Yingliang2022-12-121-0/+1
| | * net: setsockopt: fix IPV6_UNICAST_IF option for connected socketsRichard Gobert2022-12-121-5/+10
| | * Merge branch 'net-dev_kfree_skb_irq'David S. Miller2022-12-125-8/+8
| | |\
| | | * net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-122-2/+2
| | | * hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-3/+3
| | | * net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-2/+2
| | | * net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| | |/
| | * net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| | * net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| | * net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu2022-12-121-0/+1
| | * net: farsync: Fix kmemleak when rmmods farsyncLi Zetao2022-12-121-0/+2
| | * ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| | * drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can2022-12-091-0/+2
| | * net: stmmac: fix possible memory leak in stmmac_dvr_probe()Gaosheng Cui2022-12-091-1/+2
| | * net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload()Zhang Changzhong2022-12-091-2/+6
| | * net: defxx: Fix missing err handling in dfx_init()Yongqiang Liu2022-12-091-4/+18