aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-28bpf: Add bloom filter map implementationJoanne Koong3-0/+11
2021-10-27bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet1-5/+5
2021-10-27bpf: Avoid races in __bpf_prog_run() for 32bit archesEric Dumazet1-2/+3
2021-10-21bpf: Add verified_insns to bpf_prog_info and fdinfoDave Marchevsky2-0/+2
2021-10-21bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen2-0/+8
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song1-4/+4
2021-10-08bpf: Support writable context for bare tracepointHou Tao1-4/+15
2021-10-05bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi1-0/+1
2021-10-05bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi1-0/+2
2021-10-05bpf: btf: Introduce helpers for dynamic BTF set registrationKumar Kartikeya Dwivedi2-0/+37
2021-10-05bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi2-3/+7
2021-10-05Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJakub Kicinski3-41/+241
2021-10-05mlx4: constify args for const dev_addrJakub Kicinski1-1/+1
2021-10-05mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Jakub Kicinski1-10/+0
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski1-12/+0
2021-10-05netlink: remove netlink_broadcast_filteredFlorian Westphal1-4/+0
2021-10-04net/mlx5: Enable single IRQ for PCI FunctionShay Drory1-1/+0
2021-10-04net/mlx5: Shift control IRQ to the last indexShay Drory1-0/+2
2021-10-04net/mlx5: Bridge, mark reg_c1 when pushing VLANVlad Buslov1-0/+9
2021-10-04net: phylink: add phylink_set_10g_modes() helperRussell King (Oracle)1-0/+1
2021-10-04qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")Prabhakar Kushwaha1-0/+1
2021-10-04qed: Update TCP silly-window-syndrome timeout for iwarp, scsiNikolay Assa1-0/+2
2021-10-04qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha2-0/+2
2021-10-04qed: Update common_hsi for FW ver 8.59.1.0Prabhakar Kushwaha1-8/+105
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin5-387/+386
2021-10-04qed: Fix kernel-doc warningsPrabhakar Kushwaha5-183/+230
2021-10-04ipv6: ioam: Add support for the ip6ip6 encapsulationJustin Iurman1-0/+29
2021-10-04ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman1-1/+2
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-02net: mscc: ocelot: write full VLAN TCI in the injection headerVladimir Oltean1-2/+2
2021-10-02net: mscc: ocelot: support egress VLAN rewriting via VCAP ES0Vladimir Oltean1-0/+10
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski6-13/+95
2021-10-01Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz1-1/+1
2021-10-01devlink: report maximum number of snapshots with regionsJacob Keller1-0/+2
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski23-45/+87
2021-09-30Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-8/+41
2021-09-30bpf, xdp, docs: Correct some English grammar and spellingKev Jackson1-4/+4
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-0/+2
2021-09-30net: snmp: inline snmp_get_cpu_field()Eric Dumazet1-1/+5
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang1-0/+11
2021-09-30tcp: adjust sndbuf according to sk_reserved_memWei Wang1-0/+1
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang2-5/+41
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni1-1/+30
2021-09-29Merge tag 'sound-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-0/+2
2021-09-29mctp: Add tracepoints for tag/key handlingJeremy Kerr1-0/+75
2021-09-29mctp: Implement a timeout for tagsJeremy Kerr1-0/+10
2021-09-29mctp: Add refcounts to mctp_devJeremy Kerr1-0/+5
2021-09-29mctp: locking, lifetime and validity changes for sk_keysJeremy Kerr1-15/+31
2021-09-29net: phy: micrel: Add support for LAN8804 PHYHoratiu Vultur1-0/+1
2021-09-28bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook2-6/+3