summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-08tls: rx: don't store the record type in socket contextJakub Kicinski
2022-04-08tls: rx: drop pointless else after gotoJakub Kicinski
2022-04-08tls: rx: jump to a more appropriate labelJakub Kicinski
2022-04-08netfilter: cttimeout: inc/dec module refcount per object, not per use refcountFlorian Westphal
2022-04-08netfilter: conntrack: split inner loop of list dumping to own functionFlorian Westphal
2022-04-08netfilter: ecache: move to separate structureFlorian Westphal
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-04-07net: mpls: fix memdup.cocci warningGONG, Ruiqi
2022-04-07hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()Andrea Parri (Microsoft)
2022-04-07qed: remove an unneed NULL check on list iteratorXiaomeng Tong
2022-04-07sfc: Stop using iommu_present()Robin Murphy
2022-04-07net: ethernet: set default assignment identifier to NET_NAME_ENUMIan Wienand
2022-04-07libbpf: Make BPF-side of USDT support work on big-endian machinesIlya Leoshkevich
2022-04-07libbpf: Minor style improvements in USDT codeIlya Leoshkevich
2022-04-07tcp: Add tracepoint for tcp_set_ca_statePing Gan
2022-04-07net-core: rx_otherhost_dropped to core_statsJeffrey Ji
2022-04-07Merge branch 'net-create-a-net-core-internal-header'Jakub Kicinski
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski
2022-04-07net: unexport a handful of dev_* functionsJakub Kicinski
2022-04-07net: hyperv: remove use of bpf_op_tJakub Kicinski
2022-04-07libbpf: Fix use #ifdef instead of #if to avoid compiler warningAndrii Nakryiko
2022-04-07libbpf: Potential NULL dereference in usdt_manager_attach_usdt()Haowen Bai
2022-04-07Merge branch 'libbpf: uprobe name-based attach followups'Andrii Nakryiko
2022-04-07selftests/bpf: Uprobe tests should verify param/return valuesAlan Maguire
2022-04-07libbpf: Improve string parsing for uprobe auto-attachAlan Maguire
2022-04-07libbpf: Improve library identification for uprobe binary path resolutionAlan Maguire
2022-04-07Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-04-07Merge tag 'random-5.18-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-04-07Merge tag 'ata-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds
2022-04-07ice: switch: convert packet template match code to rodataAlexander Lobakin
2022-04-07ice: switch: use convenience macros to declare dummy pkt templatesAlexander Lobakin
2022-04-07ice: switch: use a struct to pass packet template paramsAlexander Lobakin
2022-04-07ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet()Alexander Lobakin
2022-04-07ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_uAlexander Lobakin
2022-04-06drivers: net: slip: fix NPD bug in sl_tx_timeout()Duoming Zhou
2022-04-06prestera: acl: add action hw_stats supportVolodymyr Mytnyk
2022-04-06ipv6: fix locking issues with loops over idev->addr_listNiels Dossche
2022-04-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-04-07random: check for signals every PAGE_SIZE chunk of /dev/[u]randomJason A. Donenfeld
2022-04-06bnx2x: Fix undefined behavior due to shift overflowing the constantBorislav Petkov
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet
2022-04-06selftests/bpf: Test for writes to map key from BPF helpersKumar Kartikeya Dwivedi
2022-04-06selftests/bpf: Test passing rdonly mem to global funcKumar Kartikeya Dwivedi
2022-04-06bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_accessKumar Kartikeya Dwivedi
2022-04-06bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_accessKumar Kartikeya Dwivedi
2022-04-06bpf: Do write access check for kfunc and global funcKumar Kartikeya Dwivedi
2022-04-06selftests/bpf: Use bpf_num_possible_cpus() in per-cpu map allocationsArtem Savkov
2022-04-06libbpf: Fix spelling mistake "libaries" -> "libraries"Colin Ian King
2022-04-06selftests/bpf: Fix issues in parse_num_list()Yuntao Wang