summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-16Merge branch 'spdx-conversion-for-bonding-8390-and-i825xx-drivers'Paolo Abeni
2023-05-16net: ethernet: i825xx: sun3_8256: Add SPDX license identifierBagas Sanjaya
2023-05-16net: ethernet: i825xx: Replace unversioned GPL (GPL 1.0) notice with SPDX ide...Bagas Sanjaya
2023-05-16net: ethernet: 8390: Replace GPL 2.0 boilerplate with SPDX identifierBagas Sanjaya
2023-05-16net: ethernet: 8390: Convert unversioned GPL notice to SPDX license identifierBagas Sanjaya
2023-05-16net: bonding: Add SPDX identifier to remaining filesBagas Sanjaya
2023-05-16net: skbuff: update comment about pfmemalloc propagatingYunsheng Lin
2023-05-15bpf: Fix memleak due to fentry attach failureYafang Shao
2023-05-15bpf: Remove bpf trampoline selectorYafang Shao
2023-05-15bpf, arm64: Support struct arguments in the BPF trampolineFlorent Revest
2023-05-15bpftool: JIT limited misreported as negative value on aarch64Alan Maguire
2023-05-15bpf: fix calculation of subseq_idx during precision backtrackingAndrii Nakryiko
2023-05-15bpf: Remove anonymous union in bpf_kfunc_call_arg_metaDave Marchevsky
2023-05-15nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski
2023-05-15octeontx2-pf: mcs: Remove unneeded semicolonYang Li
2023-05-15net: ethernet: microchip: vcap: Remove extra semicolonAnup Sharma
2023-05-15Merge branch 'octeontx2-pf-HTB'David S. Miller
2023-05-15docs: octeontx2: Add Documentation for QOSHariprasad Kelam
2023-05-15octeontx2-pf: ethtool expose qos statsHariprasad Kelam
2023-05-15octeontx2-pf: Add support for HTB offloadNaveen Mamindlapalli
2023-05-15octeontx2-pf: Prepare for QOS offloadHariprasad Kelam
2023-05-15octeontx2-pf: Refactor schedular queue alloc/free callsHariprasad Kelam
2023-05-15octeontx2-pf: qos send queues managementSubbaraya Sundeep
2023-05-15octeontx2-pf: Rename tot_tx_queues to non_qos_queuesHariprasad Kelam
2023-05-15sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli
2023-05-15net: Remove low_thresh in ip defragAngus Chen
2023-05-15Merge tag 'wireless-next-2023-05-12' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2023-05-13Merge branch 'bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen'Martin KaFai Lau
2023-05-13bpf: Document EFAULT changes for sockoptStanislav Fomichev
2023-05-13selftests/bpf: Correctly handle optlen > 4096Stanislav Fomichev
2023-05-13selftests/bpf: Update EFAULT {g,s}etsockopt selftestsStanislav Fomichev
2023-05-13bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev
2023-05-13sfc: fix use-after-free in efx_tc_flower_record_encap_match()Edward Cree
2023-05-13net: phylink: constify fwnode argumentsRussell King (Oracle)
2023-05-13net: fec: using the standard return codes when xdp xmit errorsShenwei Wang
2023-05-13net: macb: Shorten max_tx_len to 4KiB - 56 on mpfsDaire McNamara
2023-05-13ping: Convert hlist_nulls to plain hlist.Kuniyuki Iwashima
2023-05-13Merge branch 'skb_frag_fill_page_desc'David S. Miller
2023-05-13net: remove __skb_frag_set_page()Yunsheng Lin
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin
2023-05-13selftests: net: vxlan: Add tests for vxlan nolocalbypass option.Vladimir Nikishkin
2023-05-13net: vxlan: Add nolocalbypass option to vxlan.Vladimir Nikishkin
2023-05-13Merge branch 'broadcom-phy-wol'David S. Miller
2023-05-13net: bcmgenet: Add support for PHY-based Wake-on-LANFlorian Fainelli
2023-05-13net: phy: broadcom: Add support for Wake-on-LANFlorian Fainelli
2023-05-13net: phy: Allow drivers to always call into ->suspend()Florian Fainelli
2023-05-12libbpf: fix offsetof() and container_of() to work with CO-REAndrii Nakryiko
2023-05-12bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau
2023-05-12bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahol...Alan Maguire