netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-29 11:58:07 to 2021-07-30 07:58:30 UTC [more...]

[PATCH bpf-next 0/2] BPF iterator for UNIX domain socket
 2021-07-30  7:58 UTC  (9+ messages)
` [PATCH bpf-next 1/2] bpf: af_unix: Implement "
` [PATCH bpf-next 2/2] selftest/bpf: Implement sample UNIX domain socket iterator program
    ` [PATCH bpf-next 2/2] selftest/bpf: Implement sample UNIX domain

[PATCH] rtl8xxxu: Fix the handling of TX A-MPDU aggregation
 2021-07-30  7:54 UTC  (3+ messages)

pull-request: can 2021-07-30
 2021-07-30  7:05 UTC  (7+ messages)
` [PATCH net 1/6] MAINTAINERS: add Yasushi SHOJI as reviewer for the Microchip CAN BUS Analyzer Tool driver
` [PATCH net 2/6] can: hi311x: fix a signedness bug in hi3110_cmd()
` [PATCH net 3/6] can: mcba_usb_start(): add missing urb->transfer_dma initialization
` [PATCH net 4/6] can: usb_8dev: fix memory leak
` [PATCH net 5/6] can: ems_usb: "
` [PATCH net 6/6] can: esd_usb2: "

[PATCH v2 0/8] nfc: constify pointed data - missed part
 2021-07-30  6:56 UTC  (9+ messages)
` [PATCH v2 1/8] nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argument
` [PATCH v2 2/8] nfc: annotate af_nfc_exit() as __exit
` [PATCH v2 3/8] nfc: hci: annotate nfc_llc_init() as __init
` [PATCH v2 4/8] nfc: constify several pointers to u8, char and sk_buff
` [PATCH v2 5/8] nfc: constify local pointer variables
` [PATCH v2 6/8] nfc: nci: constify several pointers to u8, sk_buff and other structs
` [PATCH v2 7/8] nfc: hci: pass callback data param as pointer in nci_request()
` [PATCH v2 8/8] nfc: hci: cleanup unneeded spaces

[PATCH net-next 00/18] Add Gigabit Ethernet driver support
 2021-07-30  6:54 UTC  (15+ messages)
` [PATCH net-next 08/18] ravb: Add R-Car common features
` [PATCH net-next 09/18] ravb: Factorise ravb_ring_free function
` [PATCH net-next 10/18] ravb: Factorise ravb_ring_format function
` [PATCH net-next 11/18] ravb: Factorise ravb_ring_init function

[PATCH net] can: hi311x: fix a signedness bug in hi3110_cmd()
 2021-07-30  6:48 UTC  (2+ messages)

[PATCH 0/1] can: esd: add support for esd GmbH PCIe/402 CAN interface family
 2021-07-30  6:33 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-07-30  6:06 UTC  (34+ messages)
` [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
` [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
` [PATCH 23/64] drm/amd/pm: Use struct_group() for memcpy() region
` [PATCH 25/64] drm/mga/mga_ioc32: "
` [PATCH 34/64] fortify: Detect struct member overflows in memcpy() at compile-time
` [PATCH 48/64] drbd: Use struct_group() to zero algs
` [PATCH 54/64] ipv6: Use struct_group() to zero rt6_info
` [PATCH 62/64] netlink: Avoid false-positive memcpy() warning

[PATCH v1 0/5] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-07-30  5:14 UTC  (3+ messages)
` [PATCH v1 4/5] PCI: Adapt all code locations to not use struct pci_dev::driver directly

[PATCH 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-07-30  4:10 UTC  (15+ messages)
` [PATCH 03/13] x86/HV: Add new hvcall guest address host visibility support
` [PATCH 09/13] DMA: Add dma_map_decrypted/dma_unmap_encrypted() function
` [PATCH 10/13] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM

[PATCH] selftests/net: remove min gso test in packet_snd
 2021-07-30  3:41 UTC 

[PATCH net-next 0/4] net: hns3: add support for TX push
 2021-07-30  3:14 UTC  (5+ messages)
` [PATCH net-next 1/4] arm64: barrier: add DGH macros to control memory accesses merging
` [PATCH net-next 2/4] io: add function to flush the write combine buffer to device immediately
` [PATCH net-next 3/4] net: hns3: add support for TX push mode
` [PATCH net-next 4/4] net: hns3: add ethtool priv-flag for TX push

[PATCH] net/mlx5: Fix typo in comments
 2021-07-30  3:03 UTC 

[RFC-PATCH] net: stmmac: Add KR port support
 2021-07-30  3:01 UTC  (3+ messages)

[PATCH V2 net-next] bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_state_machine_handler()
 2021-07-30  2:19 UTC 

[PATCH bpf-next v3 0/8] libbpf: rename btf__get_from_id() and btf__load() APIs, support split BTF
 2021-07-30  0:31 UTC  (10+ messages)
` [PATCH bpf-next v3 1/8] libbpf: return non-null error on failures in libbpf_find_prog_btf_id()
` [PATCH bpf-next v3 2/8] libbpf: rename btf__load() as btf__load_into_kernel()
` [PATCH bpf-next v3 3/8] libbpf: rename btf__get_from_id() as btf__load_from_kernel_by_id()
` [PATCH bpf-next v3 4/8] tools: free BTF objects at various locations
` [PATCH bpf-next v3 5/8] tools: replace btf__get_from_id() with btf__load_from_kernel_by_id()
` [PATCH bpf-next v3 6/8] libbpf: prepare deprecation of btf__get_from_id(), btf__load()
` [PATCH bpf-next v3 7/8] libbpf: add split BTF support for btf__load_from_kernel_by_id()
` [PATCH bpf-next v3 8/8] tools: bpftool: support dumping split BTF by id

[PATCH v2 2/2] dt-bindings: net: can: c_can: convert to json-schema
 2021-07-29 23:40 UTC  (2+ messages)

[PATCH RESEND net-next] net_sched: refactor TC action init API
 2021-07-29 23:12 UTC 

[PATCH bpf-next] selftests/bpf: move netcnt test under test_progs
 2021-07-29 23:08 UTC  (2+ messages)

[PATCH 00/14] bpf/tests: Extend the eBPF test suite
 2021-07-29 22:54 UTC  (29+ messages)
` [PATCH 01/14] bpf/tests: Add BPF_JMP32 test cases
` [PATCH 06/14] bpf/tests: Add more BPF_LSH/RSH/ARSH tests for ALU64
` [PATCH 07/14] bpf/tests: Add more ALU64 BPF_MUL tests
` [PATCH 08/14] bpf/tests: Add tests for ALU operations implemented with function calls
` [PATCH 10/14] bpf/tests: Add branch conversion JIT test
` [PATCH 11/14] bpf/tests: Add test for 32-bit context pointer argument passing
` [PATCH 14/14] bpf/tests: Add tail call test suite

[RFC PATCH 00/14] bpf/tests: Extend the eBPF test suite
 2021-07-29 22:48 UTC  (6+ messages)
` [PATCH] bpf: Fix off-by-one in tail call count limiting

[PATCH RESEND bpf] libbpf: fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPT
 2021-07-29 22:40 UTC  (2+ messages)

[PATCH net-next 5/5] igc: Export LEDs
 2021-07-29 21:54 UTC  (10+ messages)

[PATCH bpf-next v1 0/5] sockmap: add sockmap support for unix stream socket
 2021-07-29 21:27 UTC  (6+ messages)
` [PATCH bpf-next v1 2/5] af_unix: add unix_stream_proto for sockmap

[PATCH bpf-next v2 0/5] sockmap: add sockmap support for unix stream socket
 2021-07-29 21:24 UTC  (6+ messages)
` [PATCH bpf-next v2 1/5] af_unix: add read_sock for stream socket types
` [PATCH bpf-next v2 2/5] af_unix: add unix_stream_proto for sockmap
` [PATCH bpf-next v2 3/5] selftest/bpf: add tests for sockmap with unix stream type
` [PATCH bpf-next v2 4/5] selftest/bpf: change udp to inet in some function names
` [PATCH bpf-next v2 5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp

[PATCH] bcm63xx_enet: simplify the code in bcm_enet_open()
 2021-07-29 21:23 UTC  (2+ messages)

[PATCH] ipvlan: Add handling of NETDEV_UP events
 2021-07-29 21:20 UTC  (2+ messages)

[PATCH v2] bcm63xx_enet: delete a redundant assignment
 2021-07-29 21:20 UTC  (2+ messages)

[PATCH net-next] net: dsa: don't set skb->offload_fwd_mark when not offloading the bridge
 2021-07-29 21:20 UTC  (2+ messages)

[PATCH net-next] net/sched: store the last executed chain also for clsact egress
 2021-07-29 21:20 UTC  (2+ messages)

[PATCH net-next 0/9] dpaa2-switch: add mirroring support
 2021-07-29 20:40 UTC  (11+ messages)
` [PATCH net-next 1/9] dpaa2-switch: rename dpaa2_switch_tc_parse_action to specify the ACL
` [PATCH net-next 2/9] dpaa2-switch: rename dpaa2_switch_acl_tbl into filter_block
` [PATCH net-next 3/9] dpaa2-switch: reorganize dpaa2_switch_cls_flower_replace
` [PATCH net-next 4/9] dpaa2-switch: reorganize dpaa2_switch_cls_matchall_replace
` [PATCH net-next 5/9] dpaa2-switch: add API for setting up mirroring
` [PATCH net-next 6/9] dpaa2-switch: add support for port mirroring
` [PATCH net-next 7/9] dpaa2-switch: add VLAN based mirroring
` [PATCH net-next 8/9] dpaa2-switch: offload shared block mirror filters when binding to a port
` [PATCH net-next 9/9] docs: networking: dpaa2: document mirroring support on the switch

[PATCHv1 0/3] Add Reset controller to Ethernet PHY
 2021-07-29 20:21 UTC  (5+ messages)
` [PATCHv1 1/3] arm64: dts: amlogic: add missing ethernet reset ID
` [PATCHv1 2/3] ARM: dts: meson: Use new reset id for reset controller
` [PATCHv1 3/3] net: stmmac: dwmac-meson8b: Add reset controller for ethernet phy

[net-next:master 469/495] drivers/nfc/fdp/fdp.c:116:67: sparse: sparse: incorrect type in argument 4 (different modifiers)
 2021-07-29 20:06 UTC 

[PATCH v3 0/2] Bluetooth: fix inconsistent lock states
 2021-07-29 19:53 UTC  (3+ messages)
` [PATCH v3 2/2] Bluetooth: fix inconsistent lock state in rfcomm_connect_ind

[RFC PATCH net-next 0/4] net: wwan: Add Qualcomm BAM-DMUX WWAN network driver
 2021-07-29 19:50 UTC  (4+ messages)
` [RFC PATCH net-next 1/4] dt-bindings: dmaengine: bam_dma: Add remote power collapse mode

[PATCH rdma-next 0/5] mlx5 MR cache enhancements
 2021-07-29 19:45 UTC  (11+ messages)
` [PATCH mlx5-next 1/5] RDMA/mlx5: Replace struct mlx5_core_mkey by u32 key
` [PATCH mlx5-next 2/5] RDMA/mlx5: Move struct mlx5_core_mkey to mlx5_ib
` [PATCH mlx5-next 3/5] RDMA/mlx5: Change the cache to hold mkeys instead of MRs
` [PATCH mlx5-next 4/5] RDMA/mlx5: Change the cache structure to an rbtree

[PATCH bpf-next 0/4] libbpf: Move CO-RE logic into separate file
 2021-07-29 18:43 UTC  (4+ messages)

[PATCH net-next] net: ipv6: add IFLA_RA_MTU to expose mtu value in the RA message
 2021-07-29 18:32 UTC  (7+ messages)

[PATCH 1/3] net: mdio-ipq4019: Add mdio reset function
 2021-07-29 17:29 UTC  (8+ messages)
` [PATCH 2/3] net: mdio-ipq4019: rename mdio_ipq4019 to mdio_ipq
` [PATCH 3/3] dt-bindings: net: rename Qualcomm IPQ MDIO bindings

[PATCH net-next v2 0/2] Clean devlink net namespace operations
 2021-07-29 17:19 UTC  (3+ messages)
` [PATCH net-next v2 1/2] devlink: Break parameter notification sequence to be before/after unload/load driver
` [PATCH net-next v2 2/2] devlink: Allocate devlink directly in requested net namespace

[PATCH net-next] bonding: add new option lacp_active
 2021-07-29 17:14 UTC  (5+ messages)

[RFC net-next 0/2] mt7530 software fallback bridging fix
 2021-07-29 16:50 UTC  (5+ messages)
` [RFC net-next 2/2] net: dsa: mt7530: trap packets from standalone ports to the CPU

[PATCH 5.4.y 0/0] Missing commit 580e4273 causing: general protection fault in tcf_generic_walker
 2021-07-29 16:49 UTC  (3+ messages)
` [PATCH 5.4.y 1/1] net_sched: check error pointer in tcf_dump_walker()

[PATCH iproute2-next v2 0/3] Provide support for IOAM
 2021-07-29 16:41 UTC  (6+ messages)
` [PATCH iproute2-next v2 1/3] Add, show, link, remove IOAM namespaces and schemas

[PATCH bpf-next 0/7] tools: bpftool: update, synchronise and
 2021-07-29 16:29 UTC  (8+ messages)
` [PATCH bpf-next 1/7] tools: bpftool: slightly ease bash completion updates
` [PATCH bpf-next 2/7] selftests/bpf: check consistency between bpftool source, doc, completion
` [PATCH bpf-next 3/7] tools: bpftool: complete and synchronise attach or map types
` [PATCH bpf-next 4/7] tools: bpftool: update and synchronise option list in doc and help msg
` [PATCH bpf-next 5/7] selftests/bpf: update bpftool's consistency script for checking options
` [PATCH bpf-next 6/7] tools: bpftool: document and add bash completion for -L, -B options
` [PATCH bpf-next 7/7] tools: bpftool: complete metrics list in "bpftool prog profile" doc

[PATCH 00/12] nfc: constify, continued (part 2)
 2021-07-29 15:58 UTC  (6+ messages)
` [PATCH 04/12] nfc: trf7970a: constify several pointers

[PATCH net-next] gve: Update MAINTAINERS list
 2021-07-29 15:52 UTC 

[PATCH] net: convert fib_treeref from int to refcount_t
 2021-07-29 14:55 UTC  (2+ messages)

[PATCH] qede: Remove the qede module version
 2021-07-29 14:50 UTC  (2+ messages)

[PATCH] qed: Remove the qed module version
 2021-07-29 14:50 UTC  (2+ messages)

[PATCH net-next 0/3] NXP SJA1105 VLAN regressions
 2021-07-29 14:40 UTC  (2+ messages)

[PATCH net-next v1 0/2] Clean devlink net namespace operations
 2021-07-29 14:38 UTC  (5+ messages)
` [PATCH net-next v1 1/2] devlink: Break parameter notification sequence to be before/after unload/load driver
` [PATCH net-next v1 2/2] devlink: Allocate devlink directly in requested net namespace

[PATCH net-next v4 00/15] Add Management Component Transport Protocol support
 2021-07-29 14:30 UTC  (2+ messages)

[PATCH net] af_unix: fix garbage collect vs. MSG_PEEK
 2021-07-29 14:29 UTC  (3+ messages)

[PATCH v4] Bluetooth: schedule SCO timeouts with delayed_work
 2021-07-29 14:02 UTC  (3+ messages)

[PATCH net] net, gro: Set inner transport header offset in tcp/udp GRO hook
 2021-07-29 13:48 UTC 

net: dsa: mv88e6xxx: no multicasts rx'd after enabling hw time stamping
 2021-07-29 13:42 UTC  (6+ messages)

[PATCH] can: flexcan: Fix an uninitialized variable issue
 2021-07-29 12:28 UTC  (5+ messages)

[PATCH] vhost: Fix typo in comments
 2021-07-29 12:18 UTC 

[PATCH net-next 0/2] Clean devlink net namespace operations
 2021-07-29 12:11 UTC  (9+ messages)
` [PATCH net-next 1/2] devlink: Break parameter notification sequence to be before/after unload/load driver
` [PATCH net-next 2/2] devlink: Allocate devlink directly in requested net namespace


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).