netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-15 17:19:08 to 2019-10-16 05:37:23 UTC [more...]

[PATCH v2 bpf-next 0/6] Fix, clean up, and revamp selftests/bpf Makefile
 2019-10-16  5:37 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/6] selftests/bpf: teach test_progs to cd into subdir
` [PATCH v2 bpf-next 2/6] selftests/bpf: make CO-RE reloc test impartial to test_progs flavor
` [PATCH v2 bpf-next 3/6] selftests/bpf: switch test_maps to test_progs' test.h format
` [PATCH v2 bpf-next 4/6] selftests/bpf: add simple per-test targets to Makefile
` [PATCH v2 bpf-next 5/6] selftests/bpf: replace test_progs and test_maps w/ general rule
` [PATCH v2 bpf-next 6/6] selftests/bpf: move test_queue_stack_map.h into progs/ where it belongs

[PATCH net] sctp: change sctp_prot .no_autobind with true
 2019-10-16  5:26 UTC  (3+ messages)

[PATCH 0/3] bpf: switch to new usercopy helpers
 2019-10-16  5:25 UTC  (20+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] bpf: use check_zeroed_user() in bpf_check_uarg_tail_zero()
  ` [PATCH v2 2/3] bpf: use copy_struct_from_user() in bpf_prog_get_info_by_fd()
  ` [PATCH v2 3/3] bpf: use copy_struct_from_user() in bpf() syscall
  ` [PATCH v3 0/3] bpf: switch to new usercopy helpers
    ` [PATCH v3 1/3] bpf: use check_zeroed_user() in bpf_check_uarg_tail_zero()
    ` [PATCH v3 2/3] bpf: use copy_struct_from_user() in bpf_prog_get_info_by_fd()
    ` [PATCH v3 3/3] bpf: use copy_struct_from_user() in bpf() syscall

[PATCH V3 0/7] mdev based hardware virtio offloading support
 2019-10-16  5:06 UTC  (11+ messages)
` [PATCH V3 1/7] mdev: class id support
` [PATCH V3 2/7] mdev: bus uevent support
` [PATCH V3 4/7] mdev: introduce device specific ops

[PATCH RFC v1 0/2] vhost: ring format independence
 2019-10-16  4:38 UTC  (7+ messages)
` [PATCH RFC v1 1/2] vhost: option to fetch descriptors through an independent struct

[PATCH] samples/bpf: make xdp_monitor use raw_tracepoints
 2019-10-16  4:21 UTC  (4+ messages)

[PATCH] net: usb: sr9800: fix uninitialized local variable
 2019-10-16  4:02 UTC  (2+ messages)

[PATCH net] net: bcmgenet: Fix RGMII_MODE_EN value for GENET v1/2/3
 2019-10-16  4:00 UTC  (3+ messages)

[PATCH net-next] net: bcmgenet: Add a shutdown callback
 2019-10-16  3:59 UTC  (3+ messages)

[PATCH] net: stmmac: make tc_flow_parsers static
 2019-10-16  3:57 UTC  (2+ messages)

[PATCH] davinci_cpdma: make cpdma_chan_split_pool static
 2019-10-16  3:56 UTC  (2+ messages)

[PATCH] vsock/virtio: remove unused 'work' field from 'struct virtio_vsock_pkt'
 2019-10-16  3:55 UTC  (2+ messages)

[RFC PATCH v5 0/6] Enable ptp_kvm for arm64
 2019-10-16  3:54 UTC  (13+ messages)
` [PATCH v5 1/6] psci: Export psci_ops.conduit symbol as modules will use it
` [PATCH v5 3/6] timekeeping: Add clocksource to system_time_snapshot
` [PATCH v5 5/6] ptp: arm64: Enable ptp_kvm for arm64

[PATCH net] net: i82596: fix dma_alloc_attr for sni_82596
 2019-10-16  3:51 UTC  (2+ messages)

[PATCH bpf] libbpf: fix compatibility for kernels without need_wakeup
 2019-10-16  3:42 UTC  (7+ messages)

[PATCH net-next] net: phylink: use more linkmode_*
 2019-10-16  3:40 UTC  (2+ messages)

[PATCH net-next 1/1] tc-testing: updated pedit test cases
 2019-10-16  3:35 UTC  (2+ messages)

[PATCH bpf-next 0/6] Fix, clean up, and revamp selftests/bpf Makefile
 2019-10-16  3:34 UTC  (10+ messages)
` [PATCH bpf-next 1/6] selftest/bpf: teach test_progs to cd into subdir
` [PATCH bpf-next 2/6] selftests/bpf: make CO-RE reloc test impartial to test_progs flavor
` [PATCH bpf-next 3/6] selftests/bpf: switch test_maps to test_progs' test.h format
` [PATCH bpf-next 4/6] selftests/bpf: add simple per-test targets to Makefile
` [PATCH bpf-next 5/6] selftests/bpf: replace test_progs and test_maps w/ general rule
` [PATCH bpf-next 6/6] selftests/bpf: move test_queue_stack_map.h into progs/ where it belongs

[PATCH net-next v2] net: bcmgenet: Generate a random MAC if none is valid
 2019-10-16  3:34 UTC  (5+ messages)

[PATCH net v1] sched: etf: Fix ordering of packets with same txtime
 2019-10-16  3:33 UTC  (2+ messages)

[PATCH v3 bpf-next 00/11] bpf: revolutionize bpf tracing
 2019-10-16  3:25 UTC  (12+ messages)
` [PATCH v3 bpf-next 01/11] bpf: add typecast to raw_tracepoints to help BTF generation
` [PATCH v3 bpf-next 02/11] bpf: add typecast to bpf helpers "
` [PATCH v3 bpf-next 03/11] bpf: process in-kernel BTF
` [PATCH v3 bpf-next 04/11] bpf: add attach_btf_id attribute to program load
` [PATCH v3 bpf-next 05/11] libbpf: auto-detect btf_id of BTF-based raw_tracepoints
` [PATCH v3 bpf-next 06/11] bpf: implement accurate raw_tp context access via BTF
` [PATCH v3 bpf-next 07/11] bpf: attach raw_tp program with BTF via type name
` [PATCH v3 bpf-next 08/11] bpf: add support for BTF pointers to interpreter
` [PATCH v3 bpf-next 09/11] bpf: add support for BTF pointers to x86 JIT
` [PATCH v3 bpf-next 10/11] bpf: check types of arguments passed into helpers
` [PATCH v3 bpf-next 11/11] selftests/bpf: add kfree_skb raw_tp test

[PATCH net] net: avoid potential infinite loop in tc_ctl_action()
 2019-10-16  3:21 UTC  (2+ messages)

[PATCH net-next] net_sched: sch_fq: remove one obsolete check in fq_dequeue()
 2019-10-16  3:19 UTC  (2+ messages)

[PATCH v2 0/3] net: phy: switch to using fwnode_gpiod_get_index
 2019-10-16  3:18 UTC  (2+ messages)

[PATCH v2] net: dsa: sja1105: Use the correct style for SPDX License Identifier
 2019-10-16  3:16 UTC  (2+ messages)

[PATCH net] rxrpc: use rcu protection while reading sk->sk_user_data
 2019-10-16  3:15 UTC  (2+ messages)

[PATCH net] tcp: fix a possible lockdep splat in tcp_done()
 2019-10-16  3:15 UTC  (2+ messages)

[PATCH net-next] Change in Openvswitch to support MPLS label depth of 3 in ingress direction
 2019-10-16  3:05 UTC  (7+ messages)

[PATCH net-next] r8152: support request_firmware for RTL8153
 2019-10-16  3:02 UTC 

[PATCH net] net: phy: Fix "link partner" information disappear issue
 2019-10-16  2:30 UTC 

[PATCH bpf-next v3 0/5] xdp: Support multiple programs on a single interface through chain calls
 2019-10-16  2:28 UTC  (14+ messages)
` [PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other

[RFC PATCH V2 net] net: phy: Fix "link partner" information disappear issue
 2019-10-16  2:27 UTC  (3+ messages)

[RFC 0/2] Intel IFC VF driver for vdpa
 2019-10-16  2:06 UTC  (5+ messages)
` [RFC 1/2] vhost: IFC VF hardware operation layer
` [RFC 2/2] vhost: IFC VF vdpa layer

[PATCH v2] rtl8xxxu: fix RTL8723BU connection failure issue after warm reboot
 2019-10-16  1:54 UTC 

[RFC 0/2] Intel IFC VF driver for vdpa
 2019-10-16  1:36 UTC  (4+ messages)
` [RFC 1/2] vhost: IFC VF hardware operation layer
` [RFC 2/2] vhost: IFC VF vdpa layer

[PATCH 0/2] xen/netback: bug fix and cleanup
 2019-10-16  1:19 UTC  (2+ messages)

[PATCH v2 net-next] net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()
 2019-10-16  1:16 UTC  (2+ messages)

[RFC 0/2] Intel IFC VF driver for vdpa
 2019-10-16  1:10 UTC  (3+ messages)
` [RFC 1/2] vhost: IFC VF hardware operation layer
` [RFC 2/2] vhost: IFC VF vdpa layer

[PATCH net,v3 0/2] Update MT7629 to support PHYLINK API
 2019-10-16  1:03 UTC  (4+ messages)
` [PATCH net,v3 1/2] net: ethernet: mediatek: Fix MT7629 missing GMII mode support

[PATCHv3 net-next 0/5] sctp: update from rfc7829
 2019-10-16  0:56 UTC  (2+ messages)

[PATCH net V4 1/2] net: phy: micrel: Discern KSZ8051 and KSZ8795 PHYs
 2019-10-16  0:42 UTC  (2+ messages)

[PATCH V2 1/2] net: dsa: microchip: Do not reinit mutexes on KSZ87xx
 2019-10-16  0:37 UTC  (3+ messages)
` [PATCH V2 2/2] net: dsa: microchip: Add shared regmap mutex

Crash in in __skb_unlink during net_rx_action
 2019-10-16  0:31 UTC 

[PATCH net-next v2] hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communication
 2019-10-16  0:27 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: net: lpc-eth: document optional properties
 2019-10-16  0:22 UTC  (3+ messages)
` [PATCH 2/2] net: lpc_eth: parse phy nodes from device tree

[PATCH net v2 0/2] net/sched: fix wrong behavior of MPLS push/pop action
 2019-10-16  0:16 UTC  (2+ messages)

[PATCH v3 net-next 0/8] add XDP support to mvneta driver
 2019-10-16  0:11 UTC  (11+ messages)
` [PATCH v3 net-next 2/8] net: mvneta: introduce page pool API for sw buffer manager
` [PATCH v3 net-next 4/8] net: mvneta: sync dma buffers before refilling hw queues
` [PATCH v3 net-next 5/8] net: mvneta: add basic XDP support
` [PATCH v3 net-next 7/8] net: mvneta: make tx buffer array agnostic
` [PATCH v3 net-next 8/8] net: mvneta: add XDP_TX support

[PATCH bpf-next 1/2] bpf: allow __sk_buff tstamp in BPF_PROG_TEST_RUN
 2019-10-15 23:45 UTC  (8+ messages)
` [PATCH bpf-next 2/2] selftests: bpf: add selftest for __sk_buff tstamp

linux-next: manual merge of the bpf-next tree with the net tree
 2019-10-15 23:30 UTC  (2+ messages)

linux-next: manual merge of the bpf-next tree with the bpf tree
 2019-10-15 23:29 UTC  (2+ messages)

[patch net-next] selftests: bpf: don't try to read files without read permission
 2019-10-15 23:28 UTC  (3+ messages)

linux-next: manual merge of the bpf-next tree with the bpf tree
 2019-10-15 23:27 UTC  (2+ messages)

[PATCH v2 bpf-next 0/5] Add CO-RE support for field existence relos
 2019-10-15 23:14 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/5] libbpf: update BTF reloc support to latest Clang format
` [PATCH v2 bpf-next 2/5] libbpf: refactor bpf_object__open APIs to use common opts
` [PATCH v2 bpf-next 3/5] libbpf: add support for field existance CO-RE relocation
` [PATCH v2 bpf-next 4/5] libbpf: add BPF-side definitions of supported field relocation kinds
` [PATCH v2 bpf-next 5/5] selftests/bpf: add field existence CO-RE relocs tests

[PATCH net-next 0/2] net: phy: Add ability to debug RGMII connections
 2019-10-15 22:49 UTC  (3+ messages)
` [PATCH net-next 1/2] net: phy: Use genphy_loopback() by default
` [PATCH net-next 2/2] net: phy: Add ability to debug RGMII connections

[PATCH bpf-next 1/3] bpf: preserve command of the process that loaded the program
 2019-10-15 22:48 UTC  (9+ messages)
    ` debug annotations for bpf progs. Was: "

[PULL] vhost: cleanups and fixes
 2019-10-15 22:25 UTC  (2+ messages)

lan78xx and phy_state_machine
 2019-10-15 22:09 UTC  (5+ messages)

[patch net-next v2 0/2] mlxsw: Add support for 400Gbps (50Gbps per lane) link modes
 2019-10-15 22:03 UTC  (5+ messages)

[PATCH] net: cavium: Use the correct style for SPDX License Identifier
 2019-10-15 22:01 UTC  (2+ messages)

[PATCH] net: dsa: microchip: Use the correct style for SPDX License Identifier
 2019-10-15 22:00 UTC  (2+ messages)

[PATCH] net: core: datagram: tidy up copy functions a bit
 2019-10-15 21:59 UTC  (2+ messages)

KMSAN: uninit-value in sysfs_format_mac
 2019-10-15 21:22 UTC 

KMSAN: uninit-value in asix_mdio_write
 2019-10-15 21:22 UTC 

[RFC PATCH 0/2] block: use eBPF to redirect IO completion
 2019-10-15 21:04 UTC  (3+ messages)
` [RFC PATCH 1/2] block: add support for redirecting IO completion through eBPF

ERROR: "__umoddi3" [drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.ko] undefined!
 2019-10-15 20:45 UTC  (8+ messages)

[RFC] libbpf: Allow to emit all dependent definitions
 2019-10-15 20:44 UTC  (3+ messages)

linux-next: Signed-off-by missing for commit in the net tree
 2019-10-15 20:36 UTC 

[PATCH] net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
 2019-10-15 20:35 UTC  (3+ messages)

[PATCH] net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
 2019-10-15 20:33 UTC  (2+ messages)

[PATCH] net/mlx5: Fixed a typo in a comment in esw_del_uc_addr()
 2019-10-15 20:26 UTC  (2+ messages)

[PATCH v2 net 0/2] dpaa2-eth: misc fixes
 2019-10-15 20:07 UTC  (8+ messages)
` [PATCH v2 net 2/2] dpaa2-eth: Fix TX FQID values

[PATCH net-next v3 00/10] optimize openvswitch flow looking up
 2019-10-15 20:01 UTC  (2+ messages)

[PATCH v10 0/6] Use MFD framework for SGI IOC3 drivers
 2019-10-15 19:23 UTC  (3+ messages)
` [PATCH v10 4/6] mfd: ioc3: Add driver for SGI IOC3 chip

[PATCH 21/34] net: Use CONFIG_PREEMPTION
 2019-10-15 19:18 UTC 

[PATCH net-next v4 0/6] ipsec: add TCP encapsulation support (RFC 8229)
 2019-10-15 18:46 UTC  (4+ messages)

[patch iproute2-next v3 0/2] ip: add support for alternative names
 2019-10-15 18:34 UTC  (3+ messages)
` [patch iproute2-next v3 2/2] ip: allow to use alternative names as handle

[PATCH v2 net 0/4] Aquantia/Marvell AQtion atlantic driver fixes 10/2019
 2019-10-15 18:33 UTC  (3+ messages)
` [PATCH v2 net 2/4] net: aquantia: when cleaning hw cache it should be toggled

[PATCH] net: ethernet: broadcom: have drivers select DIMLIB as needed
 2019-10-15 17:58 UTC  (2+ messages)

[PATCH net-next] net: Update address for vrf and l3mdev in MAINTAINERS
 2019-10-15 17:57 UTC  (2+ messages)

[PATCH net] net: bcmgenet: Set phydev->dev_flags only for internal PHYs
 2019-10-15 17:55 UTC  (2+ messages)

[PATCH] rtl8xxxu: fix RTL8723BU connection failure issue after warm reboot
 2019-10-15 17:47 UTC  (2+ messages)

[PATCH net-next v2 00/10] optimize openvswitch flow looking up
 2019-10-15 17:37 UTC  (6+ messages)

[PATCHv3 next] blackhole_netdev: fix syzkaller reported issue
 2019-10-15 17:36 UTC  (2+ messages)

[PATCH net-next v8 2/3] net: phy: add support for clause 37 auto-negotiation
 2019-10-15 17:25 UTC  (6+ messages)

[PATCH net] net: sched: act_mirred: drop skb's dst_entry in ingress redirection
 2019-10-15 17:22 UTC  (3+ messages)

[PATCH net-next 0/2] Scatter/gather SPI for SJA1105 DSA
 2019-10-15 17:19 UTC  (2+ messages)


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).