netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-21 02:40:18 to 2020-07-21 16:20:16 UTC [more...]

[PATCH bpf-next] bpf: cpumap: fix possible rcpu kthread hung
 2020-07-21 16:20 UTC  (6+ messages)

[PATCH] selftests: txtimestamp: tear down setup() 'tc' and 'ip' env on EXIT
 2020-07-21 16:17 UTC  (3+ messages)
  ` [PATCH v2] selftest: txtimestamp: fix net ns entry logic

[PATCH bpf-next] bpf, netns: Fix build without CONFIG_INET
 2020-07-21 16:14 UTC  (3+ messages)

[PATCH v4] hv_netvsc: add support for vlans in AF_PACKET mode
 2020-07-21 16:05 UTC  (2+ messages)

[RFC 00/11] Hyper-V: Support PAGE_SIZE larger than 4K
 2020-07-21 15:23 UTC  (5+ messages)
` [RFC 01/11] Drivers: hv: vmbus: Always use HV_HYP_PAGE_SIZE for gpadl
` [RFC 02/11] Drivers: hv: vmbus: Move __vmbus_open()

[PATCH v3] net: dsa: microchip: call phy_remove_link_mode during probe
 2020-07-21 15:20 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2 3/3] phy: armada-38x: fix NETA lockup when repeatedly switching speeds
 2020-07-21 15:18 UTC  (2+ messages)

[PATCH v1] hostap: use generic power management
 2020-07-21 15:08 UTC  (2+ messages)

[PATCH net v2] netdevsim: fix unbalaced locking in nsim_create()
 2020-07-21 14:51 UTC 

[PATCH v3 net-next 04/16] sfc_ef100: skeleton EF100 PF driver
 2020-07-21 14:48 UTC  (3+ messages)

[PATCH net 0/2] qed: suppress irrelevant error messages on HW init
 2020-07-21 14:41 UTC  (3+ messages)
` [PATCH net 1/2] qed: suppress "don't support RoCE & iWARP" flooding "
` [PATCH net 2/2] qed: suppress false-positives interrupt error messages "

[PATCH] docs: core-api/printk-formats.rst: use literal block syntax
 2020-07-21 14:27 UTC  (3+ messages)

[RFC PATCH net-next v2 0/6] introduce PLDM firmware update library
 2020-07-21 13:56 UTC  (7+ messages)
` [RFC PATCH net-next v2 6/6] devlink: add overwrite mode to flash update

[PATCH net-next 0/7] Add an MDIO sub-node under MACB
 2020-07-21 13:44 UTC  (14+ messages)
` [PATCH net-next 1/7] net: macb: use device-managed devm_mdiobus_alloc()
` [PATCH net-next 2/7] macb: bindings doc: use an MDIO node as a container for PHY nodes
` [PATCH net-next 3/7] net: macb: parse PHY nodes found under an MDIO node
` [PATCH net-next 4/7] ARM: dts: at91: sama5d2: add an mdio sub-node to macb
` [PATCH net-next 5/7] ARM: dts: at91: sama5d3: "
` [PATCH net-next 6/7] ARM: dts: at91: sama5d4: "
` [PATCH net-next 7/7] ARM: dts: at91: sam9x60: "

[PATCH net-next 0/4] cxgb4: add ethtool self_test support
 2020-07-21 13:41 UTC  (6+ messages)

[PATCH V3 net-next 0/8] ENA driver new features
 2020-07-21 13:38 UTC  (9+ messages)
` [PATCH V3 net-next 1/8] net: ena: avoid unnecessary rearming of interrupt vector when busy-polling
` [PATCH V3 net-next 2/8] net: ena: add reserved PCI device ID
` [PATCH V3 net-next 3/8] net: ena: cosmetic: satisfy gcc warning
` [PATCH V3 net-next 4/8] net: ena: cosmetic: change ena_com_stats_admin stats to u64
` [PATCH V3 net-next 5/8] net: ena: add support for traffic mirroring
` [PATCH V3 net-next 6/8] net: ena: enable support of rss hash key and function changes
` [PATCH V3 net-next 7/8] net: ena: move llq configuration from ena_probe to ena_device_init()
` [PATCH V3 net-next 8/8] net: ena: support new LLQ acceleration mode

af_key: pfkey_dump needs parameter validation
 2020-07-21 13:23 UTC 

[PATCH] ipvlan: add the check of ip header checksum
 2020-07-21 13:09 UTC 

[PATCH v1] prism54: islpci_hotplug: use generic power management
 2020-07-21 13:00 UTC  (2+ messages)

[PATCH] net: neterion: vxge: reduce stack usage in VXGE_COMPLETE_VPATH_TX
 2020-07-21 12:34 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH net-next] qed: Fix ILT and XRCD bitmap memory leaks
 2020-07-21 11:34 UTC 

[PATCH net 0/2] udp: Fix reuseport selection with connected sockets
 2020-07-21 12:33 UTC  (5+ messages)
` [PATCH net 1/2] udp: Copy has_conns in reuseport_grow()
` [PATCH net 2/2] udp: Improve load balancing for SO_REUSEPORT

[RFC v2 net-next] devlink: Add reset subcommand
 2020-07-21 12:19 UTC  (8+ messages)

[net-next] tipc: fix NULL pointer dereference in streaming
 2020-07-21 12:26 UTC  (4+ messages)
` [tipc-discussion] "

[PATCH net-next] efx: convert to new udp_tunnel infrastructure
 2020-07-21 12:05 UTC  (4+ messages)

[PATCH v2 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-07-21 11:53 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/6] bpf, x64: use %rcx instead of %rax for tail call retpolines
` [PATCH v2 bpf-next 2/6] bpf: propagate poke descriptors to subprograms
` [PATCH v2 bpf-next 3/6] bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
` [PATCH v2 bpf-next 4/6] bpf, x64: rework pro/epilogue and tailcall handling in JIT
` [PATCH v2 bpf-next 5/6] bpf: allow for tailcalls in BPF subprograms for x64 JIT
` [PATCH v2 bpf-next 6/6] selftests: bpf: add dummy prog for bpf2bpf with tailcall

[PATCH v2] brcmfmac: Set timeout value when configuring power save
 2020-07-21 11:23 UTC 

[PATCH net] ieee802154: fix one possible memleak in ca8210_dev_com_init
 2020-07-21 11:09 UTC  (3+ messages)

[PATCH net 0/4] net: hns3: fixes for -net
 2020-07-21 11:03 UTC  (5+ messages)
` [PATCH net 1/4] net: hns3: fix for not unmapping TX buffer correctly
` [PATCH net 2/4] net: hns3: fix for not calculating TX BD send size correctly
` [PATCH net 3/4] net: hns3: fix error handling for desc filling
` [PATCH net 4/4] net: hns3: fix return value error when query MAC link status fail

[PATCH bpf-next v3 0/4] bpf: cgroup skb improvements for bpf_prog_test_run
 2020-07-21 11:06 UTC  (4+ messages)
` [PATCH bpf-next v3 4/4] bpf: try to use existing cgroup storage in bpf_prog_test_run_skb

[PATCH net-next 00/14] Phylink PCS updates
 2020-07-21 11:04 UTC  (15+ messages)
` [PATCH net-next 01/14] net: phylink: update ethtool reporting for fixed-link modes
` [PATCH net-next 02/14] net: phylink: rejig link state tracking
` [PATCH net-next 03/14] net: phylink: rearrange resolve mac_config() call
` [PATCH net-next 04/14] net: phylink: ensure link is down when changing interface
` [PATCH net-next 05/14] net: phylink: update PCS when changing interface during resolution
` [PATCH net-next 06/14] net: phylink: avoid mac_config calls
` [PATCH net-next 07/14] net: phylink: simplify ksettings_set() implementation
` [PATCH net-next 08/14] net: phylink: simplify phy case for ksettings_set method
` [PATCH net-next 09/14] net: phylink: use config.an_enabled in "
` [PATCH net-next 10/14] net: phylink: simplify fixed-link case for "
` [PATCH net-next 11/14] net: phylink: in-band pause mode advertisement update for PCS
` [PATCH net-next 12/14] net: phylink: re-implement interface configuration with PCS
` [PATCH net-next 13/14] net: phylink: add struct phylink_pcs
` [PATCH net-next 14/14] net: phylink: add interface to configure clause 22 PCS PHY

[PATCH] net: dsa: Add protocol support for 802.1AD when adding or deleting vlan for dsa switch and port
 2020-07-21 11:02 UTC 

[PATCH bpf-next v3] bpftool: use only nftw for file tree parsing
 2020-07-21 10:52 UTC  (3+ messages)
` [PATCH bpf-next v4] "

get rid of the address_space override in setsockopt
 2020-07-21 10:26 UTC  (13+ messages)
` [PATCH 02/24] bpfilter: fix up a sparse annotation
` [PATCH 03/24] net: add a new sockptr_t type
` [PATCH 12/24] bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t

linux-next: Tree for Jul 20 (kernel/bpf/net_namespace)
 2020-07-21 10:19 UTC  (4+ messages)

linux-next: manual merge of the akpm-current tree with the net-next tree
 2020-07-21  9:47 UTC 

[PATCH] net: udp: Fix wrong clean up for IS_UDPLITE macro
 2020-07-21  9:11 UTC 

[PATCH v5 net-next 0/5] usbnet: multicast filter support for cdc ncm devices
 2020-07-21  9:00 UTC  (3+ messages)
` [PATCH v5 net-next 2/5] net: cdc_ether: export usbnet_cdc_update_filter

[PATCH for v5.9] RDS: Replace HTTP links with HTTPS ones
 2020-07-21  8:54 UTC  (10+ messages)

linux-next: manual merge of the bpf-next tree with the net-next tree
 2020-07-21  8:53 UTC  (2+ messages)

[RFC PATCH] net: dsa: microchip: delete dead code
 2020-07-21  8:33 UTC 

Misaligned IPv6 addresses is SCTP socket options
 2020-07-21  8:32 UTC  (3+ messages)

[PATCH v2 00/11] Fix PM hibernation in Xen guests
 2020-07-21  8:30 UTC  (10+ messages)
` [PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode

[PATCH net-next v2 0/6] Add adaptive interrupt coalescing
 2020-07-21  8:05 UTC  (10+ messages)
` [PATCH net-next v2 5/6] enetc: Add interrupt coalescing support
` [PATCH net-next v2 6/6] enetc: Add adaptive interrupt coalescing

[PATCH net-next v3 0/6] Add adaptive interrupt coalescing
 2020-07-21  7:55 UTC  (7+ messages)
` [PATCH net-next v3 1/6] enetc: Refine buffer descriptor ring sizes
` [PATCH net-next v3 2/6] enetc: Factor out the traffic start/stop procedures
` [PATCH net-next v3 3/6] enetc: Fix interrupt coalescing register naming
` [PATCH net-next v3 4/6] enetc: Drop redundant ____cacheline_aligned_in_smp
` [PATCH net-next v3 5/6] enetc: Add interrupt coalescing support
` [PATCH net-next v3 6/6] enetc: Add adaptive interrupt coalescing

[PATCH 0/2] intel/xdp fixes for fliping rx buffer
 2020-07-21  7:49 UTC  (4+ messages)
` [PATCH 1/2] xdp: i40e: ixgbe: ixgbevf: not flip rx buffer for copy mode xdp
  ` [Intel-wired-lan] "
    ` 答复: "

[PATCH v2] net: dsa: microchip: call phy_remove_link_mode during probe
 2020-07-21  7:38 UTC  (4+ messages)
` [PATCH v3] "

[PATCH bpf-next v1 0/3] bpf, riscv: Add compressed instructions to rv64 JIT
 2020-07-21  7:27 UTC  (6+ messages)
` [PATCH bpf-next v1 1/3] bpf, riscv: Modify JIT ctx to support compressed instructions
` [PATCH bpf-next v1 2/3] bpf, riscv: Add encodings for "
` [PATCH bpf-next v1 3/3] bpf, riscv: Use compressed instructions in the rv64 JIT

[PATCH v3] net: hyperv: add support for vlans in netvsc driver
 2020-07-21  7:09 UTC  (3+ messages)

[PATCH v2] net-sysfs: add a newline when printing 'tx_timeout' by sysfs
 2020-07-21  7:02 UTC 

[PATCH net-next] net: mdio-mux-gpio: use devm_gpiod_get_array()
 2020-07-21  7:01 UTC 

mmotm 2020-07-20-19-06 uploaded (net/ipv6/ip6_vti.o)
 2020-07-21  6:55 UTC  (4+ messages)

[PATCH v3] net: ethernet: ravb: exit if re-initialization fails in tx timeout
 2020-07-21  6:23 UTC 

[PATCH] net-sysfs: add a newline when printing 'tx_timeout' by sysfs
 2020-07-21  6:16 UTC  (3+ messages)

[PATCH ipsec-next] ip6_vti: use IS_REACHABLE to avoid some compile errors
 2020-07-21  6:08 UTC  (2+ messages)

[PATCH ipsec-next] xfrm: interface: use IS_REACHABLE to avoid some compile errors
 2020-07-21  6:08 UTC  (2+ messages)

[PATCH ipsec 0/3] xfrm: a few fixes for espintcp
 2020-07-21  6:06 UTC  (2+ messages)

[PATCH 1/2] net: dsa: Add flag for 802.1AD when adding VLAN for dsa switch and port
 2020-07-21  6:01 UTC  (5+ messages)
  ` [EXT] "

[PATCH bpf-next v4 00/14] xsk: support shared umems between devices and queues
 2020-07-21  5:04 UTC  (15+ messages)
` [PATCH bpf-next v4 01/14] xsk: i40e: ice: ixgbe: mlx5: pass buffer pool to driver instead of umem
` [PATCH bpf-next v4 02/14] xsk: i40e: ice: ixgbe: mlx5: rename xsk zero-copy driver interfaces
` [PATCH bpf-next v4 03/14] xsk: create and free buffer pool independently from umem
` [PATCH bpf-next v4 04/14] xsk: move fill and completion rings to buffer pool
` [PATCH bpf-next v4 05/14] xsk: move queue_id, dev and need_wakeup "
` [PATCH bpf-next v4 06/14] xsk: move xsk_tx_list and its lock "
` [PATCH bpf-next v4 07/14] xsk: move addrs from buffer pool to umem
` [PATCH bpf-next v4 08/14] xsk: enable sharing of dma mappings
` [PATCH bpf-next v4 09/14] xsk: rearrange internal structs for better performance
` [PATCH bpf-next v4 10/14] xsk: add shared umem support between queue ids
` [PATCH bpf-next v4 11/14] xsk: add shared umem support between devices
` [PATCH bpf-next v4 12/14] libbpf: support shared umems between queues and devices
` [PATCH bpf-next v4 13/14] samples/bpf: add new sample xsk_fwd.c
` [PATCH bpf-next v4 14/14] xsk: documentation for XDP_SHARED_UMEM between queues and netdevs

[PATCH v6 net-next] net: hyperv: Add attributes to show TX indirection table
 2020-07-21  4:58 UTC 

[PATCH v5 net-next] net: hyperv: Add attributes to show TX indirection table
 2020-07-21  4:45 UTC  (2+ messages)

KASAN: use-after-free Read in sock_def_write_space (2)
 2020-07-21  4:41 UTC 

general protection fault in __xfrm6_tunnel_spi_check
 2020-07-21  4:30 UTC 

[PATCH net] netdevsim: fix unbalaced locking in nsim_create()
 2020-07-21  4:15 UTC  (3+ messages)

KASAN: slab-out-of-bounds Read in xfrm6_tunnel_alloc_spi
 2020-07-21  3:52 UTC 

[PATCH bpf-next v2 0/6] bpf: Support multi-attach for freplace programs
 2020-07-21  3:48 UTC  (8+ messages)
` [PATCH bpf-next v2 3/6] bpf: support attaching freplace programs to multiple attach points

[PATCH] Fix memory overwriting issue when copy an address to user space
 2020-07-21  4:23 UTC  (3+ messages)

[PATCH v4 net-next] net: hyperv: Add attributes to show TX indirection table
 2020-07-21  3:14 UTC  (2+ messages)

[tipc-discussion] [net v1 1/1] tipc: allow to build NACK message in link timeout function
 2020-07-21  3:12 UTC  (2+ messages)

[PATCH net] openvswitch: fix drop over mtu packet after defrag in act_ct
 2020-07-21  3:09 UTC 

[PATCH] ARM: dts: keystone-k2g-evm: fix rgmii phy-mode for ksz9031 phy
 2020-07-21  3:08 UTC  (2+ messages)

BPF logging infrastructure. Was: [PATCH bpf-next 4/6] tools: add new members to bpf_attr.raw_tracepoint in bpf.h
 2020-07-21  3:00 UTC  (12+ messages)

[PATCH RFC v8 02/11] vhost: use batched get_vq_desc version
 2020-07-21  2:55 UTC  (13+ messages)

[PATCH 00/20] Add support for [H]SCIF/TMU/CMT/THS/SDHI/MSIOF/CAN[FD]/I2C/IIC/RWDT on R8A774E1
 2020-07-21  2:53 UTC  (21+ messages)
` [PATCH 02/20] dt-bindings: thermal: rcar-gen3-thermal: Add r8a774e1 support
` [PATCH 05/20] dt-bindings: timer: renesas,cmt: Document r8a774e1 CMT support
` [PATCH 11/20] dt-bindings: i2c: renesas,i2c: Document r8a774e1 support
` [PATCH 12/20] dt-bindings: i2c: renesas,iic: "
` [PATCH 14/20] dt-bindings: spi: renesas,sh-msiof: Add "
` [PATCH 16/20] dt-bindings: watchdog: renesas,wdt: Document "
` [PATCH 18/20] dt-bindings: can: rcar_can: "
` [PATCH 19/20] dt-bindings: can: rcar_canfd: "

[PATCH V2 0/6] IRQ offloading for vDPA
 2020-07-21  2:51 UTC  (5+ messages)
` [PATCH V2 3/6] vDPA: implement IRQ offloading helpers in vDPA core

[PATCH v2 0/2] Interrupt handler support for NPA and NIX in Octeontx2
 2020-07-21  2:38 UTC  (3+ messages)
` [PATCH v2 1/2] octeontx2-af: add npa error af interrupt handlers
` [PATCH v2 2/2] octeontx2-af: add nix "


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