netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-19 23:02:06 to 2020-07-20 15:34:50 UTC [more...]

[PATCH v3 net-next] net: hyperv: Add attributes to show TX indirection table
 2020-07-20 15:28 UTC  (2+ messages)

[PATCH v2 net-next 01/14] qed: convert link mode from u32 to bitmap
 2020-07-20 15:29 UTC  (6+ messages)
` [PATCH v2 net-next 00/14] qed/qede: add support for new operating modes

[PATCH 1/2 v2] net: hsr: fix incorrect lsdu size in the tag of HSR frames for small frames
 2020-07-20 15:25 UTC  (4+ messages)

[PATCH] Fix memory overwriting issue when copy an address to user space
 2020-07-20 15:12 UTC  (2+ messages)

pull-request: wireless-drivers-next-2020-07-20
 2020-07-20 15:03 UTC 

[PATCH net] mlxsw: destroy workqueue when trap_register in mlxsw_emad_init
 2020-07-20 14:59 UTC  (2+ messages)

[PATCH RFC net-next] net: phy: add Marvell PHY PTP support
 2020-07-20 14:37 UTC  (6+ messages)

[PATCH for v5.9] RDS: Replace HTTP links with HTTPS ones
 2020-07-20 14:36 UTC  (5+ messages)

[PATCH net 0/2] net/smc: fixes 2020-07-20
 2020-07-20 14:24 UTC  (3+ messages)
` [PATCH net 1/2] net/smc: put slot when connection is killed
` [PATCH net 2/2] net/smc: fix dmb buffer shortage

get rid of the address_space override in setsockopt
 2020-07-20 14:19 UTC  (26+ messages)
` [PATCH 01/24] bpfilter: reject kernel addresses
` [PATCH 02/24] bpfilter: fix up a sparse annotation
` [PATCH 03/24] net: add a new sockptr_t type
` [PATCH 04/24] net: switch copy_bpf_fprog_from_user to sockptr_t
` [PATCH 05/24] net: switch sock_setbindtodevice "
` [PATCH 06/24] net: switch sock_set_timeout "
` [PATCH 07/24] "
` [PATCH 08/24] net/xfrm: switch xfrm_user_policy "
` [PATCH 09/24] netfilter: remove the unused user argument to do_update_counters
` [PATCH 10/24] netfilter: switch xt_copy_counters to sockptr_t
` [PATCH 11/24] netfilter: switch nf_setsockopt "
` [PATCH 12/24] bpfilter: switch bpfilter_ip_set_sockopt "
` [PATCH 13/24] net/ipv4: switch ip_mroute_setsockopt "
` [PATCH 14/24] net/ipv4: merge ip_options_get and ip_options_get_from_user
` [PATCH 15/24] net/ipv4: switch do_ip_setsockopt to sockptr_t
` [PATCH 16/24] net/ipv6: switch ip6_mroute_setsockopt "
` [PATCH 17/24] net/ipv6: split up ipv6_flowlabel_opt
` [PATCH 18/24] net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
` [PATCH 19/24] net/ipv6: factor out a ipv6_set_opt_hdr helper
` [PATCH 20/24] net/ipv6: switch do_ipv6_setsockopt to sockptr_t
` [PATCH 21/24] net/udp: switch udp_lib_setsockopt "
` [PATCH 22/24] net/tcp: switch ->md5_parse "
` [PATCH 23/24] net/tcp: switch do_tcp_setsockopt "
` [PATCH 24/24] net: pass a sockptr_t into ->setsockopt

[PATCH RFC net-next 00/13] Phylink PCS updates
 2020-07-20 14:19 UTC  (13+ messages)
` [PATCH RFC net-next 07/13] net: phylink: simplify ksettings_set() implementation
` [PATCH RFC net-next 08/13] net: phylink: simplify phy case for ksettings_set method
` [PATCH RFC net-next 09/13] net: phylink: simplify fixed-link "
` [PATCH RFC net-next 11/13] net: phylink: re-implement interface configuration with PCS

[PATCH v2 net] ieee802154: fix one possible memleak in adf7242_probe
 2020-07-20 14:30 UTC  (2+ messages)

[PATCH v2 net-next 0/3] Fully describe the waveform for PTP periodic output
 2020-07-20 14:11 UTC  (3+ messages)

[PATCH bpf-next] bpf: Generate cookie for new non-initial net NS
 2020-07-20 14:09 UTC 

[PATCH bpf v3] xsk: do not discard packet when QUEUE_STATE_FROZEN
 2020-07-20 13:53 UTC 

[PATCH v2] AF_PACKET doesnt strip VLAN information
 2020-07-20 13:52 UTC  (3+ messages)

[PATCH net] ieee802154: fix one possible memleak in ca8210_dev_com_init
 2020-07-20 14:33 UTC 

[PATCH v2 net] dpaa_eth: Fix one possible memleak in dpaa_eth_probe
 2020-07-20 14:28 UTC 

[PATCH net-next] dpaa_eth: Fix one possible memleak in dpaa_eth_probe
 2020-07-20 13:44 UTC  (3+ messages)

[PATCH] sis: switch from 'pci_' to 'dma_' API
 2020-07-20 13:36 UTC 

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

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

[net-next PATCH v3 0/7] Add PRP driver
 2020-07-20 13:20 UTC  (7+ messages)
` [net-next PATCH v3 1/7] hsr: enhance netlink socket interface to support PRP
` [net-next PATCH v3 2/7] net: hsr: introduce common code for skb initialization

[PATCH for v5.9] sctp: Replace HTTP links with HTTPS ones
 2020-07-20 13:11 UTC  (2+ messages)

do a single memdup_user in sctp_setsockopt v2
 2020-07-20 13:08 UTC  (3+ messages)

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

[PATCH] r6040: switch from 'pci_' to 'dma_' API
 2020-07-20 13:02 UTC 

[PATCH v2 0/3] Add DSA yaml binding
 2020-07-20 12:49 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: net: dsa: "
` [PATCH v2 2/3] dt-bindings: net: dsa: Let dsa.txt refer to dsa.yaml
` [PATCH v2 3/3] net: dsa: of: Allow ethernet-ports as encapsulating node

[PATCH] net: packetengines: switch from 'pci_' to 'dma_' API
 2020-07-20 12:29 UTC 

[PATCH/RFC v2] net: ethernet: ravb: exit if hardware is in-progress in tx timeout
 2020-07-20 11:58 UTC 

[PATCH net-next] efx: convert to new udp_tunnel infrastructure
 2020-07-20 11:45 UTC  (2+ messages)

[PATCH net] rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA
 2020-07-20 11:41 UTC 

[PATCH] arch, net: remove the last csum_partial_copy() leftovers
 2020-07-20 11:36 UTC 

[PATCH] net-sysfs: add a newline when printing 'tx_timeout' by sysfs
 2020-07-20 11:17 UTC 

[PATCH v2] drivers/net/wan/x25_asy: Fix to make it work
 2020-07-20 11:23 UTC  (2+ messages)

[PATCH RFC leds + net-next 0/3] Add support for LEDs on Marvell PHYs
 2020-07-20 11:20 UTC  (5+ messages)
` [PATCH RFC leds + net-next 1/3] leds: trigger: add support for LED-private device triggers
` [PATCH RFC leds + net-next 2/3] leds: trigger: return error value if .activate() failed

[PATCH net-next] net: fs_enet: remove redundant null check
 2020-07-20 11:12 UTC 

[PATCH 00/20] Add support for [H]SCIF/TMU/CMT/THS/SDHI/MSIOF/CAN[FD]/I2C/IIC/RWDT on R8A774E1
 2020-07-20 11:12 UTC  (2+ messages)

[PATCH] ath11k: Fix memory leak in ath11k_qmi_init_service()
 2020-07-20 11:07 UTC 

[PATCH RFC net-next 00/13] RX filtering for DSA switches
 2020-07-20 11:08 UTC  (14+ messages)
` [PATCH RFC net-next 10/13] net: bridge: add port flags for host flooding

[PATCH v2 net-next 03/10] net: mscc: ocelot: allocated rules to different hardware VCAP TCAMs by chain index
 2020-07-20 11:04 UTC  (12+ messages)
      ` [EXT] "

[PATCH 1/2] net: dsa: Add flag for 802.1AD when adding VLAN for dsa switch and port
 2020-07-20 10:44 UTC  (3+ messages)
` [PATCH 2/2] net: dsa: Set flag for 802.1AD when deleting vlan "

[RFC PATCH net-next v2 0/6] introduce PLDM firmware update library
 2020-07-20 10:09 UTC  (3+ messages)
` [RFC PATCH net-next v2 6/6] devlink: add overwrite mode to flash update

[PATCH V2 0/6] IRQ offloading for vDPA
 2020-07-20  9:40 UTC  (12+ messages)
` [PATCH V2 1/6] vhost: introduce vhost_call_ctx
` [PATCH V2 2/6] kvm: detect assigned device via irqbypass manager
` [PATCH V2 3/6] vDPA: implement IRQ offloading helpers in vDPA core

pull-request: ieee802154 for net 2020-07-20
 2020-07-20  9:40 UTC 

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

[PATCH net] net: bcmgenet: add missed clk_disable_unprepare in bcmgenet_probe
 2020-07-20  9:36 UTC 

[PATCH bpf-next v2 00/14] xsk: support shared umems between devices and queues
 2020-07-20  9:33 UTC  (5+ messages)
` [PATCH bpf-next v2 11/14] xsk: add shared umem support between devices

[PATCH net-next v3] net: ena: Fix using plain integer as NULL pointer in ena_init_napi_in_range
 2020-07-20  9:23 UTC  (2+ messages)

[PATCH bpf-next] bpf: cpumap: fix possible rcpu kthread hung
 2020-07-20  9:14 UTC  (2+ messages)

[PATCH net-next] ath11k: Fix possible memleak in ath11k_qmi_init_service
 2020-07-20  9:36 UTC 

[PATCH v2] net: dsa: microchip: call phy_remove_link_mode during probe
 2020-07-20  9:04 UTC  (2+ messages)
` [PATCH v3] "

[PATCH net-next] brcm80211: fix possible memleak in brcmf_proto_msgbuf_attach
 2020-07-20  9:36 UTC 

[PATCH net-next] brcm80211: fix possible memleak in brcmf_proto_msgbuf_attach
 2020-07-20  9:33 UTC 

[PATCH v7 0/2] net: macb: Wake-on-Lan magic packet GEM and MACB handling
 2020-07-20  8:56 UTC  (3+ messages)
` [PATCH v7 1/2] net: macb: WoL support for GEM type of Ethernet controller
` [PATCH v7 2/2] net: macb: Add WoL interrupt support for MACB "

[PATCH] vhost: vdpa: remove per device feature whitelist
 2020-07-20  8:50 UTC 

KASAN: slab-out-of-bounds Read in __xfrm6_tunnel_spi_check
 2020-07-20  8:38 UTC 

KASAN: use-after-free Read in xfrm6_tunnel_alloc_spi
 2020-07-20  8:38 UTC 

[PATCH] igb: use eth_zero_addr() to clear mac address
 2020-07-20  8:29 UTC 

how is the bpfilter sockopt processing supposed to work
 2020-07-20  8:25 UTC  (5+ messages)

[PATCH] ixgbe: use eth_zero_addr() to clear mac address
 2020-07-20  8:27 UTC 

[PATCH bpf-next v3] bpftool: use only nftw for file tree parsing
 2020-07-20  8:13 UTC  (2+ messages)

[patch net-next] sched: sch_api: add missing rcu read lock to silence the warning
 2020-07-20  8:10 UTC  (3+ messages)

[patch net-next v2] sched: sch_api: add missing rcu read lock to silence the warning
 2020-07-20  8:10 UTC 

[PATCH for v5.9] net: ieee802154: adf7242: Replace HTTP links with HTTPS ones
 2020-07-20  7:30 UTC  (2+ messages)

[PATCH net] net: bcmgenet: fix error returns in bcmgenet_probe()
 2020-07-20  7:28 UTC 

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

[PATCH net] net: bcmgenet: fix error returns in bcmgenet_probe()
 2020-07-20  7:18 UTC 

[PATCH v2 net-next] net: hyperv: Add attributes to show TX indirection table
 2020-07-20  7:12 UTC 

[PATCH net-next v2] net: ena: Fix using plain integer as NULL pointer in ena_init_napi_in_range
 2020-07-20  7:08 UTC  (4+ messages)

INFO: rcu detected stall in sock_close (3)
 2020-07-20  7:08 UTC 

[PATCH ethtool v3 1/2] ethtool: add support for get/set ethtool_tunable
 2020-07-19 23:59 UTC  (2+ messages)
` [PATCH ethtool v3 2/2] man: add man page for ETHTOOL_GTUNABLE and ETHTOOL_STUNABLE

[PATCH] net: hns: use eth_broadcast_addr() to assign broadcast address
 2020-07-20  6:24 UTC 

[PATCH v2] libbpf bpf_helpers: Use __builtin_offsetof for offsetof
 2020-07-20  6:21 UTC  (2+ messages)

[PATCH] net: genetlink: Move initialization to core_initcall
 2020-07-20  5:35 UTC  (2+ messages)

[RFC PATCH bpf-next 0/2] BTF support for ksyms
 2020-07-20  5:28 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/2] bpf: BTF support for __ksym externs
` [RFC PATCH bpf-next 2/2] selftests/bpf: Test __ksym externs with BTF

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

[PATCH net-next v2 0/4] net: dsa: Setup dsa_netdev_ops
 2020-07-20  3:49 UTC  (5+ messages)
` [PATCH net-next v2 1/4] net: Wrap ndo_do_ioctl() to prepare for DSA stacked ops
` [PATCH net-next v2 2/4] net: dsa: Add wrappers for overloaded ndo_ops
` [PATCH net-next v2 3/4] net: Call into DSA netdevice_ops wrappers
` [PATCH net-next v2 4/4] net: dsa: Setup dsa_netdev_ops

[PATCH] net: vxge-main: Remove unnecessary cast in kfree()
 2020-07-20  3:09 UTC 

[PATCH net-next 0/3] vxlan, geneve: allow to turn off PMTU updates on encap socket
 2020-07-20  3:19 UTC  (18+ messages)
` [PATCH net-next 1/3] udp_tunnel: allow to turn off path mtu discovery on encap sockets

[PATCH net-next v2] icmp: support rfc 4884
 2020-07-20  2:20 UTC  (2+ messages)

[PATCH] net: neterion: vxge: reduce stack usage in VXGE_COMPLETE_VPATH_TX
 2020-07-20  1:58 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH net-next] tcp: Optimize the recovery of tcp when lack of SACK
 2020-07-20  1:54 UTC  (5+ messages)

[PATCH/RFC] net: ethernet: ravb: Try to wake subqueue instead of stop on timeout
 2020-07-20  1:48 UTC  (11+ messages)

[PATCH -next] net: ena: use NULL instead of zero
 2020-07-20  1:48 UTC  (3+ messages)

amplifying qdisc
 2020-07-20  1:39 UTC  (5+ messages)

[PATCH] net: ag71xx: add missed clk_disable_unprepare in error path of probe
 2020-07-20  1:46 UTC 

[PATCH v2 net-next 0/6] rework mvneta napi_poll loop for XDP multi-buffers
 2020-07-20  1:28 UTC  (2+ messages)

sockopt cleanups
 2020-07-20  1:16 UTC  (2+ messages)

[PATCH] net: rds: rdma_transport.h: delete duplicated word
 2020-07-20  1:15 UTC  (2+ messages)

[PATCH] net: atm: lec_arpc.h: delete duplicated word
 2020-07-20  1:14 UTC  (2+ messages)

[PATCH net v2] bonding: check error value of register_netdevice() immediately
 2020-07-20  1:13 UTC  (2+ messages)

[PATCH net] arm64: dts: clearfog-gt-8k: fix switch link configuration
 2020-07-20  1:11 UTC  (2+ messages)

[PATCH net] net: dsa: mv88e6xxx: fix in-band AN link establishment
 2020-07-20  1:10 UTC  (2+ messages)

[PATCH net-next v1] net: phy: at803x: add mdix configuration support for AR9331 and AR8035
 2020-07-20  1:07 UTC  (2+ messages)

[PATCH -next] hsr: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-20  1:06 UTC  (3+ messages)

[PATCH net-next v7 0/4] net: enetc: remove bootloader dependency
 2020-07-20  1:06 UTC  (2+ messages)

[PATCH ethtool] Fix segfault with cable test and ./configure --disable-netlink
 2020-07-20  0:31 UTC  (3+ messages)

KMSAN: uninit-value in __skb_checksum_complete (4)
 2020-07-20  0:25 UTC  (2+ messages)

[PATCH v2 bpf-next 4/4] bpf: Add kernel module with user mode driver that populates bpffs
 2020-07-19 23:56 UTC  (2+ messages)

[PATCH ethtool 0/4] Add support for IGC driver
 2020-07-20  0:10 UTC  (2+ messages)

[PATCH ethtool v2 1/2] ethtool: add support for get/set ethtool_tunable
 2020-07-19 23:51 UTC  (4+ messages)
` [PATCH ethtool v2 2/2] man: add man page for ETHTOOL_GTUNABLE and ETHTOOL_STUNABLE

BUG: soft lockup in __do_sys_clock_adjtime
 2020-07-19 23:02 UTC 


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