summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song2021-10-181-4/+4
* bpf: Support writable context for bare tracepointHou Tao2021-10-081-4/+15
* bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi2021-10-051-0/+1
* bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi2021-10-051-0/+2
* bpf: btf: Introduce helpers for dynamic BTF set registrationKumar Kartikeya Dwivedi2021-10-052-0/+37
* bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi2021-10-052-3/+7
* Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-10-053-41/+241
|\
| * Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz2021-10-011-1/+1
| * Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2021-09-211-1/+1
| * Bluetooth: eir: Move EIR/Adv Data functions to its own fileLuiz Augusto von Dentz2021-09-211-37/+2
| * Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz2021-09-131-0/+38
| * Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz2021-09-131-0/+28
| * Bluetooth: Add support for msbc coding formatKiran K2021-09-071-0/+1
| * Bluetooth: Configure codec for HFP offload use caseKiran K2021-09-072-0/+11
| * Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection commandKiran K2021-09-073-2/+41
| * Bluetooth: Allow setting of codec for HFP offload use caseKiran K2021-09-071-0/+2
| * Bluetooth: Allow querying of supported offload codecs over SCO socketKiran K2021-09-073-0/+25
| * Bluetooth: Add support for Read Local Supported Codecs V2Kiran K2021-09-071-0/+29
| * Bluetooth: Enumerate local supported codec and cache detailsKiran K2021-09-072-0/+58
| * Bluetooth: Fix using RPA when address has been resolvedLuiz Augusto von Dentz2021-08-301-2/+3
| * Bluetooth: Support the quality report eventsJoseph Hwang2021-08-302-0/+3
* | mlx4: constify args for const dev_addrJakub Kicinski2021-10-051-1/+1
* | mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Jakub Kicinski2021-10-051-10/+0
* | mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski2021-10-051-12/+0
* | netlink: remove netlink_broadcast_filteredFlorian Westphal2021-10-051-4/+0
* | net/mlx5: Enable single IRQ for PCI FunctionShay Drory2021-10-041-1/+0
* | net/mlx5: Shift control IRQ to the last indexShay Drory2021-10-041-0/+2
* | net/mlx5: Bridge, mark reg_c1 when pushing VLANVlad Buslov2021-10-041-0/+9
* | net: phylink: add phylink_set_10g_modes() helperRussell King (Oracle)2021-10-041-0/+1
* | qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")Prabhakar Kushwaha2021-10-041-0/+1
* | qed: Update TCP silly-window-syndrome timeout for iwarp, scsiNikolay Assa2021-10-041-0/+2
* | qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha2021-10-042-0/+2
* | qed: Update common_hsi for FW ver 8.59.1.0Prabhakar Kushwaha2021-10-041-8/+105
* | qed: Remove e4_ and _e4 from FW HSIShai Malin2021-10-045-387/+386
* | qed: Fix kernel-doc warningsPrabhakar Kushwaha2021-10-045-183/+230
* | ipv6: ioam: Add support for the ip6ip6 encapsulationJustin Iurman2021-10-041-0/+29
* | ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman2021-10-041-1/+2
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* | net: mscc: ocelot: write full VLAN TCI in the injection headerVladimir Oltean2021-10-021-2/+2
* | net: mscc: ocelot: support egress VLAN rewriting via VCAP ES0Vladimir Oltean2021-10-021-0/+10
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-10-016-13/+95
|\ \
| * | bpf, xdp, docs: Correct some English grammar and spellingKev Jackson2021-09-301-4/+4
| * | bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook2021-09-282-6/+3
| * | bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook2021-09-281-1/+5
| * | xsk: Optimize for aligned caseMagnus Karlsson2021-09-281-1/+45
| * | xsk: Batched buffer allocation for the poolMagnus Karlsson2021-09-282-0/+23
| * | xsk: Get rid of unused entry in struct xdp_buff_xskMagnus Karlsson2021-09-281-1/+0
| * | bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf commentsDave Marchevsky2021-09-171-2/+3
| * | bpf: Add bpf_trace_vprintk helperDave Marchevsky2021-09-172-0/+12
| * | bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky2021-09-171-0/+2