summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-17Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski6-18/+24
2023-05-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski63-690/+3293
2023-05-16Merge branch 'spdx-conversion-for-bonding-8390-and-i825xx-drivers'Paolo Abeni22-61/+33
2023-05-16net: ethernet: i825xx: sun3_8256: Add SPDX license identifierBagas Sanjaya2-0/+2
2023-05-16net: ethernet: i825xx: Replace unversioned GPL (GPL 1.0) notice with SPDX ide...Bagas Sanjaya3-9/+6
2023-05-16net: ethernet: 8390: Replace GPL 2.0 boilerplate with SPDX identifierBagas Sanjaya5-23/+6
2023-05-16net: ethernet: 8390: Convert unversioned GPL notice to SPDX license identifierBagas Sanjaya9-22/+15
2023-05-16net: bonding: Add SPDX identifier to remaining filesBagas Sanjaya3-7/+4
2023-05-16net: skbuff: update comment about pfmemalloc propagatingYunsheng Lin1-5/+5
2023-05-16bpf: Fix memleak due to fentry attach failureYafang Shao1-6/+15
2023-05-15bpf: Remove bpf trampoline selectorYafang Shao2-8/+4
2023-05-15bpf, arm64: Support struct arguments in the BPF trampolineFlorent Revest2-28/+28
2023-05-15bpftool: JIT limited misreported as negative value on aarch64Alan Maguire1-12/+12
2023-05-15bpf: fix calculation of subseq_idx during precision backtrackingAndrii Nakryiko1-6/+8
2023-05-15bpf: Remove anonymous union in bpf_kfunc_call_arg_metaDave Marchevsky1-19/+22
2023-05-15nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski1-1/+2
2023-05-15octeontx2-pf: mcs: Remove unneeded semicolonYang Li1-2/+2
2023-05-15net: ethernet: microchip: vcap: Remove extra semicolonAnup Sharma1-4/+4
2023-05-15Merge branch 'octeontx2-pf-HTB'David S. Miller20-127/+2144
2023-05-15docs: octeontx2: Add Documentation for QOSHariprasad Kelam1-0/+45
2023-05-15octeontx2-pf: ethtool expose qos statsHariprasad Kelam1-9/+20
2023-05-15octeontx2-pf: Add support for HTB offloadNaveen Mamindlapalli10-14/+1507
2023-05-15octeontx2-pf: Prepare for QOS offloadHariprasad Kelam3-20/+43
2023-05-15octeontx2-pf: Refactor schedular queue alloc/free callsHariprasad Kelam5-38/+94
2023-05-15octeontx2-pf: qos send queues managementSubbaraya Sundeep10-42/+426
2023-05-15octeontx2-pf: Rename tot_tx_queues to non_qos_queuesHariprasad Kelam4-15/+15
2023-05-15sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli3-5/+10
2023-05-15net: Remove low_thresh in ip defragAngus Chen6-24/+18
2023-05-15Merge tag 'wireless-next-2023-05-12' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller43-300/+3488
2023-05-14Merge branch 'bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen'Martin KaFai Lau13-139/+327
2023-05-14bpf: Document EFAULT changes for sockoptStanislav Fomichev1-1/+56
2023-05-14selftests/bpf: Correctly handle optlen > 4096Stanislav Fomichev10-132/+166
2023-05-14selftests/bpf: Update EFAULT {g,s}etsockopt selftestsStanislav Fomichev1-6/+90
2023-05-14bpf: Don't EFAULT for {g,s}setsockopt with wrong optlenStanislav Fomichev1-0/+15
2023-05-13sfc: fix use-after-free in efx_tc_flower_record_encap_match()Edward Cree1-2/+2
2023-05-13net: phylink: constify fwnode argumentsRussell King (Oracle)2-9/+11
2023-05-13net: fec: using the standard return codes when xdp xmit errorsShenwei Wang1-3/+3
2023-05-13net: macb: Shorten max_tx_len to 4KiB - 56 on mpfsDaire McNamara2-3/+10
2023-05-13ping: Convert hlist_nulls to plain hlist.Kuniyuki Iwashima1-26/+15
2023-05-13Merge branch 'skb_frag_fill_page_desc'David S. Miller20-109/+65
2023-05-13net: remove __skb_frag_set_page()Yunsheng Lin3-17/+1
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin19-92/+64
2023-05-13selftests: net: vxlan: Add tests for vxlan nolocalbypass option.Vladimir Nikishkin2-0/+241
2023-05-13net: vxlan: Add nolocalbypass option to vxlan.Vladimir Nikishkin3-3/+23
2023-05-13Merge branch 'broadcom-phy-wol'David S. Miller7-5/+416
2023-05-13net: bcmgenet: Add support for PHY-based Wake-on-LANFlorian Fainelli1-0/+14
2023-05-13net: phy: broadcom: Add support for Wake-on-LANFlorian Fainelli4-3/+395
2023-05-13net: phy: Allow drivers to always call into ->suspend()Florian Fainelli2-2/+7
2023-05-12libbpf: fix offsetof() and container_of() to work with CO-REAndrii Nakryiko1-5/+10
2023-05-12bpf: Address KCSAN report on bpf_lru_listMartin KaFai Lau2-13/+15