netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-01 22:34:51 to 2020-07-02 10:23:11 UTC [more...]

[PATCH net-next 0/4] mvpp2: XDP support
 2020-07-02 10:19 UTC  (8+ messages)
` [PATCH net-next 2/4] mvpp2: use page_pool allocator
` [PATCH net-next 3/4] mvpp2: add basic XDP support

[RFC PATCH 0/7] crypto: get rid of ecb(arc4)
 2020-07-02 10:19 UTC  (8+ messages)
` [RFC PATCH 1/7] staging/rtl8192e: switch to RC4 library interface
` [RFC PATCH 2/7] staging/rtl8192u: "
` [RFC PATCH 3/7] SUNRPC: remove RC4-HMAC-MD5 support from KerberosV
` [RFC PATCH 4/7] crypto: remove ARC4 support from the skcipher API
` [RFC PATCH 5/7] crypto: n2 - remove ecb(arc4) support
` [RFC PATCH 6/7] crypto: bcm-iproc "
` [RFC PATCH 7/7] crypto: tcrypt - remove ecb(arc4) testing/benchmarking support

[PATCH net-next] net: dsa: microchip: split adjust_link() in phylink_mac_link_{up|down}()
 2020-07-02 10:19 UTC  (2+ messages)

[PATCH net-next] ksz884x: mark pcidev_suspend() as __maybe_unused
 2020-07-02 10:18 UTC  (2+ messages)

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-07-02 10:10 UTC  (25+ messages)
` [RFC PATCH 01/22] vhost: Make _feature_ bits a property of vhost device
` [RFC PATCH 02/22] vhost: Introduce standard Linux driver model in VHOST
` [RFC PATCH 03/22] vhost: Add ops for the VHOST driver to configure VHOST device
` [RFC PATCH 04/22] vringh: Add helpers to access vring in MMIO
` [RFC PATCH 05/22] vhost: Add MMIO helpers for operations on vhost virtqueue
` [RFC PATCH 06/22] vhost: Introduce configfs entry for configuring VHOST
` [RFC PATCH 07/22] virtio_pci: Use request_threaded_irq() instead of request_irq()
` [RFC PATCH 08/22] rpmsg: virtio_rpmsg_bus: Disable receive virtqueue callback when reading messages
` [RFC PATCH 09/22] rpmsg: Introduce configfs entry for configuring rpmsg
` [RFC PATCH 10/22] rpmsg: virtio_rpmsg_bus: Add Address Service Notification support
` [RFC PATCH 11/22] rpmsg: virtio_rpmsg_bus: Move generic rpmsg structure to rpmsg_internal.h
` [RFC PATCH 12/22] virtio: Add ops to allocate and free buffer
` [RFC PATCH 13/22] rpmsg: virtio_rpmsg_bus: Use virtio_alloc_buffer() and virtio_free_buffer()
` [RFC PATCH 14/22] rpmsg: Add VHOST based remote processor messaging bus
` [RFC PATCH 15/22] samples/rpmsg: Setup delayed work to send message
` [RFC PATCH 16/22] samples/rpmsg: Wait for address to be bound to rpdev for sending message
` [RFC PATCH 17/22] rpmsg.txt: Add Documentation to configure rpmsg using configfs
` [RFC PATCH 18/22] virtio_pci: Add VIRTIO driver for VHOST on Configurable PCIe Endpoint device
` [RFC PATCH 19/22] PCI: endpoint: Add EP function driver to provide VHOST interface
` [RFC PATCH 20/22] NTB: Add a new NTB client driver to implement VIRTIO functionality
` [RFC PATCH 21/22] NTB: Add a new NTB client driver to implement VHOST functionality
` [RFC PATCH 22/22] NTB: Describe ntb_virtio and ntb_vhost client in the documentation

[PATCH v4 bpf-next 00/14] bpf: Add d_path helper
 2020-07-02 10:08 UTC  (4+ messages)
` [PATCH v4 bpf-next 07/14] bpf: Allow nested BTF object to be refferenced by BTF object + offset

[PATCH net-next v3 0/3] bridge: mrp: Add support for getting the status
 2020-07-02 10:05 UTC  (7+ messages)
` [PATCH net-next v3 1/3] bridge: uapi: mrp: Extend MRP attributes to get "
` [PATCH net-next v3 2/3] bridge: mrp: Add br_mrp_fill_info
` [PATCH net-next v3 3/3] bridge: Extend br_fill_ifinfo to return MPR status

[PATCH bpf-next 0/4] samples: bpf: refactor BPF map test with libbpf
 2020-07-02  9:58 UTC  (10+ messages)
` [PATCH bpf-next 1/4] samples: bpf: fix bpf programs with kprobe/sys_connect event
` [PATCH bpf-next 2/4] samples: bpf: refactor BPF map in map test with libbpf
` [PATCH bpf-next 3/4] samples: bpf: refactor BPF map performance "
` [PATCH bpf-next 4/4] selftests: bpf: remove unused bpf_map_def_legacy struct

[PATCH iproute2] ip link: initial support for bareudp devices
 2020-07-02  9:57 UTC  (3+ messages)
` [PATCH iproute2] ip link: initial support for bareudp devicesy

Packet gets stuck in NOLOCK pfifo_fast qdisc
 2020-07-02  9:45 UTC  (7+ messages)

[PATCH net] net: dsa: microchip: set the correct number of ports
 2020-07-02  9:44 UTC 

WARNING: suspicious RCU usage in ctrl_cmd_new_lookup
 2020-07-02  9:44 UTC  (2+ messages)

[PATCH RESEND net-next v3 0/3] net: enetc: remove bootloader dependency
 2020-07-02  9:41 UTC  (8+ messages)
` [PATCH RESEND net-next v3 2/3] net: enetc: Initialize SerDes for SGMII and USXGMII protocols

[PATCH net] net/sched: act_mirred: fix fragment the packet after defrag in act_ct
 2020-07-02  9:36 UTC  (10+ messages)

[PATCH net-next] mlx4: Mark PM functions as __maybe_unused
 2020-07-02  9:36 UTC  (2+ messages)

[net-next PATCH v2 0/3] ACPI support for dpaa2 MAC driver
 2020-07-02  9:34 UTC  (4+ messages)
` [net-next PATCH v2 3/3] net: dpaa2-mac: Add ACPI support for DPAA2 "

[PATCH bpf-next v3 00/16] Run a BPF program on socket lookup
 2020-07-02  9:24 UTC  (17+ messages)
` [PATCH bpf-next v3 01/16] bpf, netns: Handle multiple link attachments
` [PATCH bpf-next v3 02/16] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next v3 03/16] inet: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v3 04/16] inet: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v3 05/16] inet6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v3 06/16] inet6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v3 07/16] udp: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v3 08/16] udp: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v3 09/16] udp6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v3 10/16] udp6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v3 11/16] bpf: Sync linux/bpf.h to tools/
` [PATCH bpf-next v3 12/16] libbpf: Add support for SK_LOOKUP program type
` [PATCH bpf-next v3 13/16] tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
` [PATCH bpf-next v3 14/16] selftests/bpf: Add verifier tests for bpf_sk_lookup context access
` [PATCH bpf-next v3 15/16] selftests/bpf: Rename test_sk_lookup_kern.c to test_ref_track_kern.c
` [PATCH bpf-next v3 16/16] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

[PATCH net 1/2] net/sched: act_ct: fix restore the qdisc_skb_cb after defrag
 2020-07-02  9:17 UTC  (3+ messages)

net: ethernet: freescale: fec: copybreak handling throughput, dma_sync_* optimisations allowed?
 2020-07-02  9:14 UTC  (4+ messages)
` [EXT] "

[PATCH net-next v2 0/4] net: macb: few code cleanups
 2020-07-02  9:06 UTC  (5+ messages)
` [PATCH net-next v2 1/4] net: macb: do not set again bit 0 of queue_mask
` [PATCH net-next v2 2/4] net: macb: use hweight32() to count set bits in queue_mask
` [PATCH net-next v2 3/4] net: macb: do not initialize queue variable
` [PATCH net-next v2 4/4] net: macb: remove is_udp variable

[PATCH] staging: qlge: qlge_ethtool.c: Proper indentation
 2020-07-02  8:40 UTC 

[Patch net] cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
 2020-07-02  8:12 UTC  (13+ messages)

[PATCH net-next v2 0/9] devlink: Expose port split attributes
 2020-07-02  7:57 UTC  (7+ messages)
` [PATCH net-next v2 3/9] devlink: Replace devlink_port_attrs_set parameters with a struct
` [PATCH net-next v2 5/9] devlink: Add a new devlink port lanes attribute and pass to netlink

[PATCH 0/5] RFC: connector: Add network namespace awareness
 2020-07-02  6:40 UTC  (8+ messages)
` [PATCH 1/5] connector: Use task pid helpers
` [PATCH 2/5] connector: Use 'current_user_ns' function
` [PATCH 3/5] connector: Ensure callback entry is released
` [PATCH 4/5] connector: Prepare for supporting multiple namespaces
` [PATCH 5/5] connector: Create connector per namespace

[PATCH 0/5] ath9k: bug fixes
 2020-07-02  6:43 UTC  (6+ messages)
` [PATCH 5/5] ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb
  ` [BISECTED REGRESSION] "
      ` [PATCH] Revert "ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb"

[PATCH v1 0/2] qlogic: use generic power management
 2020-07-02  6:36 UTC  (3+ messages)
` [PATCH v1 1/2] netxen_nic: "
` [PATCH v1 2/2] qlcninc: "

[PATCH][net-next] i40e: prefetch struct page of rx buffer conditionally
 2020-07-02  6:38 UTC 

WARNING: suspicious RCU usage in qrtr_ns_worker
 2020-07-02  5:59 UTC  (2+ messages)

[PATCH bpf-next 00/10] BPF TCP header options
 2020-07-02  5:31 UTC  (5+ messages)
` [PATCH bpf-next 04/10] bpf: tcp: Allow bpf prog to write and parse BPF TCP header option

[PATCH bpf-next] bpf: Add bpf_prog iterator
 2020-07-02  5:23 UTC  (2+ messages)

[PATCH net-next 03/15] sfc: move modparam 'interrupt_mode' out of common channel code
 2020-07-02  4:41 UTC  (2+ messages)

[PATCH net-next 0/4] net: ethtool: Untangle PHYLIB dependency
 2020-07-02  4:29 UTC  (5+ messages)
` [PATCH net-next 1/4] net: Add cable test netdevice operations
` [PATCH net-next 2/4] net: phy: Change cable test arguments to net_device
` [PATCH net-next 3/4] net: phy: Automatically set-up cable test netdev_ops
` [PATCH net-next 4/4] net: ethtool: Remove PHYLIB dependency

linux-next: umh: fix processed error when UMH_WAIT_PROC is used seems to break linux bridge on s390x (bisected)
 2020-07-02  4:26 UTC  (12+ messages)

[PATCH v1 0/2] atheros: use generic power management
 2020-07-02  3:52 UTC  (3+ messages)
` [PATCH v1 1/2] atl1e: "
` [PATCH v1 2/2] atl2: "

[PATCH] net: cisco : use set_current_state macro
 2020-07-02  1:57 UTC 

[PATCH net] tcp: md5: allow changing MD5 keys in all socket states
 2020-07-02  1:39 UTC 

[PATCH AUTOSEL 5.7 17/53] net: usb: ax88179_178a: fix packet alignment padding
 2020-07-02  1:21 UTC  (10+ messages)
` [PATCH AUTOSEL 5.7 22/53] net: ethernet: mvneta: Fix Serdes configuration for SoCs without comphy
` [PATCH AUTOSEL 5.7 23/53] net: ethernet: mvneta: Add 2500BaseX support "
` [PATCH AUTOSEL 5.7 24/53] tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezes
` [PATCH AUTOSEL 5.7 25/53] ixgbe: protect ring accesses with READ- and WRITE_ONCE
` [PATCH AUTOSEL 5.7 26/53] i40e: "
` [PATCH AUTOSEL 5.7 27/53] ice: protect ring accesses with WRITE_ONCE
` [PATCH AUTOSEL 5.7 28/53] ibmvnic: continue to init in CRQ reset returns H_CLOSED
` [PATCH AUTOSEL 5.7 30/53] xprtrdma: Prevent dereferencing r_xprt->rx_ep after it is freed
` [PATCH AUTOSEL 5.7 31/53] usbnet: smsc95xx: Fix use-after-free after removal

[PATCH AUTOSEL 5.4 12/40] net: usb: ax88179_178a: fix packet alignment padding
 2020-07-02  1:23 UTC  (8+ messages)
` [PATCH AUTOSEL 5.4 17/40] net: ethernet: mvneta: Fix Serdes configuration for SoCs without comphy
` [PATCH AUTOSEL 5.4 18/40] net: ethernet: mvneta: Add 2500BaseX support "
` [PATCH AUTOSEL 5.4 19/40] tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezes
` [PATCH AUTOSEL 5.4 20/40] ixgbe: protect ring accesses with READ- and WRITE_ONCE
` [PATCH AUTOSEL 5.4 21/40] i40e: "
` [PATCH AUTOSEL 5.4 22/40] ibmvnic: continue to init in CRQ reset returns H_CLOSED
` [PATCH AUTOSEL 5.4 24/40] usbnet: smsc95xx: Fix use-after-free after removal

[PATCH AUTOSEL 4.19 06/27] net: usb: ax88179_178a: fix packet alignment padding
 2020-07-02  1:26 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 10/27] tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezes
` [PATCH AUTOSEL 4.19 11/27] ixgbe: protect ring accesses with READ- and WRITE_ONCE
` [PATCH AUTOSEL 4.19 12/27] i40e: "
` [PATCH AUTOSEL 4.19 13/27] usbnet: smsc95xx: Fix use-after-free after removal

[PATCH AUTOSEL 4.14 03/17] net: usb: ax88179_178a: fix packet alignment padding
 2020-07-02  1:26 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 07/17] tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezes
` [PATCH AUTOSEL 4.14 08/17] ixgbe: protect ring accesses with READ- and WRITE_ONCE
` [PATCH AUTOSEL 4.14 09/17] usbnet: smsc95xx: Fix use-after-free after removal

[PATCH AUTOSEL 4.9 02/13] net: usb: ax88179_178a: fix packet alignment padding
 2020-07-02  1:27 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 06/13] tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezes
` [PATCH AUTOSEL 4.9 07/13] usbnet: smsc95xx: Fix use-after-free after removal

[PATCH AUTOSEL 4.4 1/7] net: usb: ax88179_178a: fix packet alignment padding
 2020-07-02  1:27 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 5/7] tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezes

[PATCH net-next v4 00/10] Ethernet Cable test support
 2020-07-02  1:06 UTC  (6+ messages)
` [PATCH net-next v4 03/10] net: ethtool: netlink: Add support for triggering a cable test

[PATCH v2 bpf-next 0/2] bpf: selftests: A few changes to network_helpers and netns-reset
 2020-07-02  0:48 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf: selftests: A few improvements to network_helpers.c
` [PATCH v2 bpf-next 2/2] bpf: selftests: Restore netns after each test

[PATCH] net: dsa: microchip: enable ksz9893 via i2c in the ksz9477 driver
 2020-07-02  0:49 UTC  (2+ messages)

[PATCH net-next 0/2] mptcp: add receive buffer auto-tuning
 2020-07-02  0:48 UTC  (2+ messages)

[PATCH net] tcp: fix SO_RCVLOWAT possible hangs under high mem pressure
 2020-07-02  0:46 UTC  (2+ messages)

[net-next 00/12][pull request] Intel Wired LAN Driver Updates 2020-07-01
 2020-07-02  0:46 UTC  (6+ messages)
` [net-next 03/12] iavf: fix error return code in iavf_init_get_resources()
` [net-next 04/12] i40e: optimize AF_XDP Tx completion path
` [net-next 11/12] ixgbe: Cleanup unneeded delay in ethtool test

[PATCH] net: sched: Allow changing default qdisc to FQ-PIE
 2020-07-02  0:43 UTC  (2+ messages)

[PATCH net] ip: Fix SO_MARK in RST, ACK and ICMP packets
 2020-07-02  0:39 UTC  (2+ messages)

[PATCH net] tcp: md5: do not send silly options in SYNCOOKIES
 2020-07-02  0:38 UTC  (2+ messages)

[PATCH v1] rds: If one path needs re-connection, check all and re-connect
 2020-07-02  0:35 UTC  (2+ messages)

[PATCH v2 net] tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriers
 2020-07-02  0:31 UTC  (2+ messages)

[net-next 0/3][pull request] 100GbE Intel Wired LAN Driver Updates 2020-07-01
 2020-07-02  0:25 UTC  (5+ messages)
` [net-next 1/3] ice: implement snapshot for device capabilities
` [net-next 2/3] ice: avoid unnecessary single-member variable-length structs
` [net-next 3/3] ice: replace single-element array used for C struct hack

[PATCH v5 bpf-next 0/9] introduce support for XDP programs in CPUMAP
 2020-07-01 23:39 UTC  (4+ messages)
` [PATCH v5 bpf-next 5/9] bpf: cpumap: add the possibility to attach an eBPF program to cpumap

[net-next v4 10/12] ASoC: SOF: Introduce descriptors for SOF client
 2020-07-01 23:32 UTC  (11+ messages)

[PATCH net-next 00/15] sfc: prerequisites for EF100 driver, part 3
 2020-07-01 23:16 UTC  (5+ messages)
` [PATCH net-next 01/15] sfc: support setting MTU even if not privileged to configure MAC fully

[PATCH net-next] sfc: remove udp_tnl_has_port
 2020-07-01 23:11 UTC  (5+ messages)

[PATCH net-next] bonding: allow xfrm offload setup post-module-load
 2020-07-01 22:53 UTC  (2+ messages)

[PATCH net v2] genetlink: remove genl_bind
 2020-07-01 22:49 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: selftests: A few changes to network_helpers and netns-reset
 2020-07-01 22:45 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: selftests: A few improvements to network_helpers.c


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