netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-09 13:07:00 to 2020-06-10 11:38:19 UTC [more...]

[PATCH RFC v7 00/14] vhost: ring format independence
 2020-06-10 11:36 UTC  (14+ messages)
` [PATCH RFC v7 02/14] fixup! vhost: option to fetch descriptors through an independent struct
` [PATCH RFC v7 03/14] vhost: use batched get_vq_desc version
` [PATCH RFC v7 04/14] vhost/net: pass net specific struct pointer
` [PATCH RFC v7 05/14] vhost: reorder functions
` [PATCH RFC v7 06/14] vhost: format-independent API for used buffers
` [PATCH RFC v7 07/14] fixup! "
` [PATCH RFC v7 08/14] fixup! vhost: use batched get_vq_desc version
` [PATCH RFC v7 09/14] vhost/net: convert to new API: heads->bufs
` [PATCH RFC v7 10/14] vhost/net: avoid iov length math
` [PATCH RFC v7 11/14] vhost/test: convert to the buf API
` [PATCH RFC v7 12/14] vhost/scsi: switch to buf APIs
` [PATCH RFC v7 13/14] vhost/vsock: switch to the buf API
` [PATCH RFC v7 14/14] vhost: drop head based APIs

[PATCH RFC v6 00/11] vhost: ring format independence
 2020-06-10 11:24 UTC  (5+ messages)
` [PATCH RFC v6 02/11] vhost: use batched get_vq_desc version

[RFC PATCH bpf-next 0/2] bpf_redirect_map() tail call detection and xdp_do_redirect() avoidance
 2020-06-10 11:12 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/2] bpf, xdp: add naive bpf_redirect_map() tail call detection
` [RFC PATCH bpf-next 2/2] i40e: avoid xdp_do_redirect() call when "redirect_tail_call" is set

ethtool 5.7: netlink ENOENT error when setting WOL
 2020-06-10 10:50 UTC  (4+ messages)

correct use of PHY_INTERFACE_MODE_RGMII{,_TXID,_RXID,_ID}
 2020-06-10 10:34 UTC  (3+ messages)

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-06-10 10:29 UTC  (6+ messages)
` [PATCHv4 "
  ` [PATCHv4 bpf-next 1/2] xdp: add a new helper for "

[PATCH v3 0/7] Venus dynamic debug
 2020-06-10 10:29 UTC  (20+ messages)
` [PATCH v3 1/7] Documentation: dynamic-debug: Add description of level bitmask

[PATCH bpf] bpf: tcp: recv() should return 0 when the peer socket is closed
 2020-06-10 10:19 UTC 

[PATCH net] mptcp: don't leak msk in token container
 2020-06-10 10:04 UTC  (2+ messages)
` [MPTCP] "

[PATCH net] mptcp: fix races between shutdown and recvmsg
 2020-06-10 10:04 UTC  (2+ messages)
` [MPTCP] "

[PATCHv4 bpf-next 0/2] xdp: add dev map multicast support
 2020-06-10 10:03 UTC  (14+ messages)

[PATCH] net: cadence: macb: disable NAPI on error
 2020-06-10  9:53 UTC 

[PATCH 0/2] Use __scm_install_fd() more widely
 2020-06-10  9:47 UTC  (4+ messages)
` [PATCH 1/2] net/scm: Regularize compat handling of scm_detach_fds()
` [PATCH 2/2] pidfd: Replace open-coded partial __scm_install_fd()

[PATCH net v3 0/3] esp, ah: improve crypto algorithm selections
 2020-06-10  9:03 UTC  (8+ messages)
` [PATCH net v3 1/3] esp, ah: consolidate the "
` [PATCH net v3 2/3] esp: select CRYPTO_SEQIV
` [PATCH net v3 3/3] esp, ah: modernize the crypto algorithm selections

[PATCH bpf] libbpf: handle GCC noreturn-turned-volatile quirk
 2020-06-10  8:46 UTC  (2+ messages)

[PATCH v4 0/3] Add support for SQI and master-slave
 2020-06-10  8:37 UTC  (4+ messages)
` [PATCH v4 1/3] update UAPI header copies
` [PATCH v4 2/3] netlink: add master/slave configuration support
` [PATCH v4 3/3] netlink: add LINKSTATE SQI support

[RESEND PATCH 0/6] Add Microchip MCP25XXFD CAN driver
 2020-06-10  7:47 UTC  (7+ messages)
` [RESEND PATCH 1/6] dt-bindings: can: Document devicetree bindings for MCP25XXFD
` [RESEND PATCH 2/6] can: mcp25xxfd: Add Microchip MCP25XXFD CAN-FD driver infrastructure
` [RESEND PATCH 3/6] can: mcp25xxfd: Add support for CAN reception
` [RESEND PATCH 4/6] can: mcp25xxfd: Add CAN transmission support
` [RESEND PATCH 5/6] can: mcp25xxfd: Optimize TEF read by avoiding unnecessary SPI transfers
` [RESEND PATCH 6/6] MAINTAINERS: Add entry for Microchip MCP25XXFD CAN network driver

[PATCH 0/6] Add Microchip MCP25XXFD CAN driver
 2020-06-10  7:44 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: can: Document devicetree bindings for MCP25XXFD
` [PATCH 2/6] can: mcp25xxfd: Add Microchip MCP25XXFD CAN-FD driver infrastructure
` [PATCH 3/6] can: mcp25xxfd: Add support for CAN reception
` [PATCH 4/6] can: mcp25xxfd: Add CAN transmission support
` [PATCH 5/6] can: mcp25xxfd: Optimize TEF read by avoiding unnecessary SPI transfers
` [PATCH 6/6] MAINTAINERS: Add entry for Microchip MCP25XXFD CAN network driver

[PATCH] net: mvneta: Fix Serdes configuration for 2.5Gbps modes
 2020-06-10  6:26 UTC  (3+ messages)

[PATCH ethtool v1] netlink: add master/slave configuration support
 2020-06-10  6:07 UTC  (19+ messages)

KASAN: use-after-free Read in tipc_named_reinit
 2020-06-10  5:57 UTC 

[PATCH] Fix null pointer dereference in vector_user_bpf
 2020-06-10  5:53 UTC  (2+ messages)

[PATCH bpf] libbpf: Fix BTF-to-C conversion of noreturn function pointers
 2020-06-10  5:26 UTC  (4+ messages)

[GIT PULL] virtio: features, fixes
 2020-06-10  4:44 UTC 

[PATCH RFC net-next 0/8] nexthop: Add support for active-backup nexthop type
 2020-06-10  3:49 UTC  (9+ messages)
` [PATCH RFC net-next 1/8] nexthop: Rename nexthop_free_mpath
` [PATCH RFC net-next 2/8] nexthop: Refactor nexthop_select_path
` [PATCH RFC net-next 3/8] nexthop: Refactor nexthop_for_each_fib6_nh
` [PATCH RFC net-next 4/8] nexthop: Move nexthop_get_nhc_lookup to nexthop.c
` [PATCH RFC net-next 5/8] nexthop: Move nexthop_uses_dev "
` [PATCH RFC net-next 6/8] nexthop: Add primary_only argument to nexthop_for_each_fib6_nh
` [PATCH RFC net-next 7/8] nexthop: Add support for active-backup nexthop type
` [PATCH RFC net-next 8/8] selftests: Add active-backup nexthop tests

[PATCH net,stable 1/1] net: ethernet: stmmac: free tx skb buffer in stmmac_resume()
 2020-06-10  3:43 UTC  (3+ messages)

[PATCH] Do not assign in if condition wg_noise_handshake_consume_initiation()
 2020-06-10  3:42 UTC  (2+ messages)

[PATCH] xdp_rxq_info_user: Add null check after malloc
 2020-06-10  3:01 UTC 

[PATCH] e1000e: Squash an unused function warning
 2020-06-10  1:49 UTC 

BUG: kernel NULL pointer dereference in __cgroup_bpf_run_filter_skb
 2020-06-10  1:37 UTC  (5+ messages)

[PATCH] net: stmmac: Fix RX Coalesce IOC always true issue
 2020-06-10  1:30 UTC  (3+ messages)

linux-next: manual merge of the net tree with Linus' tree
 2020-06-09 23:58 UTC  (2+ messages)

[PATCH net] vxlan: Remove access to nexthop group struct
 2020-06-09 23:27 UTC 

[PATCH] net: flow_offload: remove indirect flow_block declarations leftover
 2020-06-09 23:10 UTC  (2+ messages)

memory leak in ctnetlink_start
 2020-06-09 22:38 UTC  (2+ messages)

memory leak in nf_tables_parse_netdev_hooks (3)
 2020-06-09 22:32 UTC  (2+ messages)

[(RFC) PATCH ] be2net: Allow a VF to use physical link state
 2020-06-09 21:58 UTC  (2+ messages)

memory leak in ctnetlink_del_conntrack
 2020-06-09 21:58 UTC 

[PATCH net] selftests/net: in rxtimestamp getopt_long needs terminating null entry
 2020-06-09 21:32 UTC  (2+ messages)

[PATCH net] net: mvneta: do not redirect frames during reconfiguration
 2020-06-09 21:29 UTC  (6+ messages)

[PATCH net-next 0/2] Fixing issues in dma mapping and driver removal
 2020-06-09 21:24 UTC  (3+ messages)
` [PATCH net-next 1/2] Crypto/chcr: Calculate src and dst sg lengths separately for dma map
` [PATCH net-next 2/2] Crypto/chcr: Checking cra_refcnt before unregistering the algorithms

KMSAN: uninit-value in slhc_compress (2)
 2020-06-09 21:21 UTC  (2+ messages)

[PATCH bpf 0/2] Fixes for sock_hash_free
 2020-06-09 20:29 UTC  (7+ messages)
` [PATCH bpf 1/2] bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_free
` [PATCH bpf 2/2] bpf, sockhash: Synchronize delete from bucket list on map free

[PATCH] dccp: Fix possible memleak in dccp_init and dccp_fini
 2020-06-09 20:27 UTC  (2+ messages)

[PATCH net 1/1] ionic: wait on queue start until after IFF_UP
 2020-06-09 20:20 UTC  (6+ messages)

[PATCH v3] net: sched: export __netdev_watchdog_up()
 2020-06-09 20:14 UTC  (2+ messages)

[Patch net] net: change addr_list_lock back to static key
 2020-06-09 20:00 UTC  (2+ messages)

[PATCH v2 1/2] net: sched: export __netdev_watchdog_up()
 2020-06-09 19:43 UTC  (3+ messages)
` [PATCH v2 2/2] net: sched: make the watchdog functions more coherent

[PATCH v3 0/3] Add support for SQI and master-slave
 2020-06-09 19:41 UTC  (5+ messages)
` [PATCH v3 1/3] update UAPI header copies
` [PATCH v3 2/3] netlink: add master/slave configuration support

[PATCH bpf 0/3] bpf: avoid using/returning file descriptor value zero
 2020-06-09 19:03 UTC  (7+ messages)
` [PATCH bpf V2 0/2] bpf: adjust uapi for devmap prior to kernel release
  ` [PATCH bpf V2 1/2] bpf: devmap adjust uapi for attach bpf program
  ` [PATCH bpf V2 2/2] bpf: selftests and tools use struct bpf_devmap_val from uapi

[PATCH bpf] bpf: cgroup: allow multi-attach program to replace itself
 2020-06-09 18:26 UTC  (2+ messages)

[PATCH bpf] bpf: Reset data_meta before running programs attached to devmap entry
 2020-06-09 18:20 UTC  (2+ messages)

[PATCH] bpf/sockmap: fix kernel panic at __tcp_bpf_recvmsg
 2020-06-09 17:58 UTC  (3+ messages)

TCP_DEFER_ACCEPT wakes up without data
 2020-06-09 16:45 UTC  (9+ messages)

Fw: [Bug 208107] New: hard lock with CONFIG_CGROUP_NET_PRIO enabled
 2020-06-09 15:30 UTC 

[PATCH] ath10k: Wait until copy complete is actually done before completing
 2020-06-09 15:20 UTC 

[PATCH RFC net-next 0/6] multi release pacing for UDP GSO
 2020-06-09 15:10 UTC  (9+ messages)
` [PATCH RFC net-next 1/6] net: multiple release time SO_TXTIME
` [PATCH RFC net-next 2/6] net: build gso segs in multi "
` [PATCH RFC net-next 3/6] net_sched: sch_fq: multiple release time support
` [PATCH RFC net-next 4/6] selftests/net: so_txtime: support txonly/rxonly modes
` [PATCH RFC net-next 5/6] selftests/net: so_txtime: add gso and multi release pacing
` [PATCH RFC net-next 6/6] selftests/net: upgso bench: add pacing with SO_TXTIME

[PATCH net-next 0/8] net: Add support for Synopsys DesignWare XPCS
 2020-06-09 14:24 UTC  (4+ messages)
` [PATCH net-next 7/8] net: phy: Add Synopsys DesignWare XPCS MDIO module

[PATCHv2 ipsec] xfrm: fix a warning in xfrm_policy_insert_list
 2020-06-09 14:18 UTC  (4+ messages)

[PATCH net 1/3] ixgbe: protect ring accesses with READ- and WRITE_ONCE
 2020-06-09 13:19 UTC  (3+ messages)
` [PATCH net 2/3] i40e: "
` [PATCH net 3/3] ice: protect ring accesses with WRITE_ONCE

[PATCH v2 1/2] net: phy: mscc: move shared probe code into a helper
 2020-06-09 13:31 UTC  (2+ messages)
` [PATCH v2 2/2] net: phy: mscc: handle the clkout control on some phy variants

[PATCH] net: ethernet: mvneta: add support for 2.5G DRSGMII mode
 2020-06-09 13:14 UTC  (5+ 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).