netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-25 03:02:22 to 2020-09-25 16:50:16 UTC [more...]

[PATCH bpf-next 0/6] Various BPF helper improvements
 2020-09-25 16:50 UTC  (20+ messages)
` [PATCH bpf-next 1/6] bpf: add classid helper only based on skb->sk
` [PATCH bpf-next 2/6] bpf, net: rework cookie generator as per-cpu one
` [PATCH bpf-next 4/6] bpf, libbpf: add bpf_tail_call_static helper for bpf programs

[PATCH][next] net/mlx5e: Fix potential null pointer dereference
 2020-09-25 16:49 UTC 

[PATCH v3] Bluetooth: Check for encryption key size on connect
 2020-09-25 16:37 UTC  (2+ messages)

pull-request: wireless-drivers-next-2020-09-25
 2020-09-25 16:36 UTC 

[PATCH net-next 0/3] dpaa2-eth: small updates
 2020-09-25 16:31 UTC  (5+ messages)
` [PATCH net-next 1/3] dpaa2-mac: do not check for both child and parent DTS nodes
` [PATCH net-next 2/3] dpaa2-eth: no need to check link state right after ndo_open
` [PATCH net-next 3/3] dpaa2-eth: install a single steering rule when SHARED_FS is enabled

[PATCH] net: ethernet: cavium: octeon_mgmt: use phy_start and phy_stop
 2020-09-25 16:30 UTC  (2+ messages)

[PATCH v1] Bluetooth: Enforce key size of 16 bytes on FIPS level
 2020-09-25 16:25 UTC  (2+ messages)

[PATCH v4 bpf-next 00/13] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
 2020-09-25 16:24 UTC  (15+ messages)
` [PATCH v4 bpf-next 01/13] bpf: Move the PTR_TO_BTF_ID check to check_reg_type()
` [PATCH v4 bpf-next 02/13] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
` [PATCH v4 bpf-next 07/13] bpf: selftest: Add ref_tracking verifier test for bpf_skc casting
` [PATCH v4 bpf-next 13/13] bpf: selftest: Add test_btf_skc_cls_ingress

a saner API for allocating DMA addressable pages v3
 2020-09-25 16:17 UTC  (5+ messages)
` [PATCH 08/18] dma-mapping: add a new dma_alloc_noncoherent API

linux-next: Tree for Sep 25 [kernel/bpf/preload/bpf_preload.ko]
 2020-09-25 16:15 UTC 

[PATCH v1] Bluetooth: send proper config param to unknown config request
 2020-09-25 16:11 UTC  (2+ messages)

[PATCH ethtool v2 1/2] update UAPI header copies
 2020-09-25 15:54 UTC  (3+ messages)
` [PATCH ethtool v2 2/2] Update link mode tables for fiber

[Patch net 0/2] net_sched: fix a UAF in tcf_action_init()
 2020-09-25 15:51 UTC  (5+ messages)
` [Patch net 1/2] net_sched: defer tcf_idr_insert() in tcf_action_init_1()
` [Patch net 2/2] net_sched: commit action insertions together

[PATCH bpf-next v8 00/11] bpf: Support multi-attach for freplace programs
 2020-09-25 15:45 UTC  (5+ messages)
` [PATCH bpf-next v8 04/11] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach

[PATCH bpf-next 0/9] libbpf: BTF writer APIs
 2020-09-25 15:37 UTC  (5+ messages)
` [PATCH bpf-next 7/9] libbpf: add BTF writing APIs

[PATCH net] MAINTAINERS: Add Vladimir as a maintainer for DSA
 2020-09-25 15:33 UTC  (3+ messages)

[PATCH] ath10k: qmi: Skip host capability request for Xiaomi Poco F1
 2020-09-25 15:27 UTC  (6+ messages)

let import_iovec deal with compat_iovecs as well v4
 2020-09-25 15:23 UTC  (11+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH v8 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-09-25 15:18 UTC  (10+ messages)
` [PATCH v8 1/7] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v8 2/7] net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send
` [PATCH v8 3/7] nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()
` [PATCH v8 4/7] tcp: use sendpage_ok() to detect misused .sendpage
` [PATCH v8 5/7] drbd: code cleanup by using sendpage_ok() to check page for kernel_sendpage()
` [PATCH v8 6/7] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()
` [PATCH v8 7/7] libceph: use sendpage_ok() in ceph_tcp_sendpage()

general protection fault in xsk_release
 2020-09-25 15:01 UTC  (2+ messages)

RTL8402 stops working after hibernate/resume
 2020-09-25 14:47 UTC  (14+ messages)

pull-request: wireless-drivers-2020-09-25
 2020-09-25 14:43 UTC 

[PATCH net] net: phy: realtek: fix rtl8211e rx/tx delay config
 2020-09-25 14:40 UTC  (2+ messages)

[PATCH net] dpaa2-eth: fix command version for Tx shaping
 2020-09-25 14:35 UTC 

[PATCH v2 net-next] net: mvneta: try to use in-irq pp cache in mvneta_txq_bufs_free
 2020-09-25 14:09 UTC 

[PATCH net] net/tls: sendfile fails with ktls offload
 2020-09-25 14:02 UTC  (3+ messages)
    ` FW: "

[PATCH v2] net: usb: ax88179_178a: add Toshiba usb 3.0 adapter
 2020-09-25 13:58 UTC 

[RFC PATCH net-next 00/14] Offload tc-flower using VCAP chains
 2020-09-25 13:53 UTC  (17+ messages)
` [RFC PATCH net-next 01/14] net: mscc: ocelot: introduce a new ocelot_target_{read,write} API
` [RFC PATCH net-next 02/14] net: mscc: ocelot: generalize existing code for VCAP
` [RFC PATCH net-next 03/14] net: mscc: ocelot: offload multiple tc-flower actions in same rule
` [RFC PATCH net-next 04/14] net: mscc: ocelot: change vcap to be compatible with full and quad entry
` [RFC PATCH net-next 05/14] net: mscc: ocelot: add a new ocelot_vcap_block_find_filter_by_id function
` [RFC PATCH net-next 06/14] net: mscc: ocelot: look up the filters in flower_stats() and flower_destroy()
` [RFC PATCH net-next 07/14] net: mscc: ocelot: introduce conversion helpers between port and netdev
` [RFC PATCH net-next 08/14] net: mscc: ocelot: create TCAM skeleton from tc filter chains
` [RFC PATCH net-next 09/14] net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1
` [RFC PATCH net-next 10/14] net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0
` [RFC PATCH net-next 11/14] net: mscc: ocelot: only install TCAM entries into a specific lookup and PAG
` [RFC PATCH net-next 12/14] net: mscc: ocelot: relax ocelot_exclusive_mac_etype_filter_rules()
` [RFC PATCH net-next 13/14] net: mscc: ocelot: offload redirect action to VCAP IS2
` [RFC PATCH net-next 14/14] selftests: ocelot: add some example VCAP IS1, IS2 and ES0 tc offloads

[RFC PATCH net-next 0/6] implement kthread based napi poll
 2020-09-25 13:48 UTC  (2+ messages)

[net-next PATCH v7 0/6] ACPI support for dpaa2 MAC driver
 2020-09-25 13:39 UTC  (13+ messages)
` [net-next PATCH v7 1/6] Documentation: ACPI: DSD: Document MDIO PHY

[PATCH net 0/2] bonding/team: basic dev->needed_headroom support
 2020-09-25 13:38 UTC  (3+ messages)
` [PATCH net 1/2] bonding: set dev->needed_headroom in bond_setup_by_slave()
` [PATCH net 2/2] team: set dev->needed_headroom in team_setup_by_port()

[PATCH] e1000e: Power cycle phy on PM resume
 2020-09-25 13:29 UTC  (10+ messages)
` [PATCH v2] e1000e: Increase iteration on polling MDIC ready bit
  ` [PATCH v3] "
    ` [Intel-wired-lan] "

[PATCH net-next v2 1/2] ethtool: improve compat ioctl handling
 2020-09-25 13:22 UTC  (2+ messages)
` [PATCH net-next v2 2/2] dev_ioctl: split out SIOC?IFMAP ioctls

[PATCH] qtnfmac: fix resource leaks on unsupported iftype error return path
 2020-09-25 13:22 UTC 

[PATCH V2 5/5 net-next] vxlan: fix vxlan_find_sock() documentation for l3mdev
 2020-09-25 13:17 UTC 

[PATCH V2 4/5 net-next] vxlan: check rtnl_configure_link return code correctly
 2020-09-25 13:16 UTC 

[PATCH V2 3/5 net-next] vxlan: move encapsulation warning
 2020-09-25 13:16 UTC 

[PATCH V2 2/5 net-next] vxlan: add unlikely to vxlan_remcsum check
 2020-09-25 13:16 UTC 

[PATCH V2 1/5 net-next] vxlan: don't collect metadata if remote checksum is wrong
 2020-09-25 13:16 UTC 

[PATCH V2 0/5 net-next] vxlan: clean-up
 2020-09-25 13:15 UTC 

[PATCH net-next] net: mvneta: try to use in-irq pp cache in mvneta_txq_bufs_free
 2020-09-25 13:05 UTC  (5+ messages)

[PATCH 5.4 01/43] af_key: pfkey_dump needs parameter validation
 2020-09-25 12:48 UTC 

[PATCH 4.19 01/37] af_key: pfkey_dump needs parameter validation
 2020-09-25 12:48 UTC 

[PATCH net-next v4 1/2] net: phy: dp83869: support Wake on LAN
 2020-09-25 12:38 UTC  (2+ messages)
` [kbuild] "

[PATCH 1/2] ethtool: improve compat ioctl handling
 2020-09-25 12:28 UTC  (4+ messages)
` [PATCH 2/2] dev_ioctl: split out SIOC?IFMAP ioctls

[PATCH v2] net: lantiq: Add locking for TX DMA channel
 2020-09-25 12:19 UTC  (3+ messages)

[PATCH net-next 0/5] bonding: rename bond components
 2020-09-25 12:13 UTC  (7+ messages)
` [PATCH net-next 2/5] bonding: rename slave to link where possible

[PATCH bpf-next 0/4] Sockmap copying
 2020-09-25 12:01 UTC  (6+ messages)
` [PATCH bpf-next 1/4] bpf: sockmap: enable map_update_elem from bpf_iter
` [PATCH bpf-next 2/4] selftests: bpf: Add helper to compare socket cookies
` [PATCH bpf-next 3/4] bpf: selftests: remove shared header from sockmap iter test
` [PATCH bpf-next 4/4] selftest: bpf: Test copying a sockmap and sockhash

[PATCH v2] Bluetooth: Check for encryption key size on connect
 2020-09-25 12:03 UTC  (5+ messages)

[RFC PATCH 00/24] Control VQ support in vDPA
 2020-09-25 11:41 UTC  (8+ messages)
` [RFC PATCH 02/24] vhost-vdpa: fix vqs leak in vhost_vdpa_open()

[PATCH v3 -next] vdpa: mlx5: change Kconfig depends to fix build errors
 2020-09-25 11:29 UTC  (10+ messages)

[PATCH 0/4] net: usb: avoid using usb_control_msg() directly
 2020-09-25 11:23 UTC  (8+ messages)
` [PATCH 3/4] net: usb: rtl8150: use usb_control_msg_recv() and usb_control_msg_send()

[PATCH linux-4.19.y 0/2] tcp_bbr: Improving TCP BBR performance for WiFi and cellular networks
 2020-09-25 10:57 UTC  (2+ messages)

[PATCH net-next] net: bridge: mcast: remove only S,G port groups from sg_port hash
 2020-09-25 10:25 UTC 

[PATCH net 1/1] net: stmmac: Fix clock handling on remove path
 2020-09-25 10:21 UTC  (2+ messages)

[PATCH linux-can-next/flexcan 0/4] patch set for flexcan
 2020-09-25 15:10 UTC  (23+ messages)
` [PATCH linux-can-next/flexcan 1/4] can: flexcan: initialize all flexcan memory for ECC function
` [PATCH linux-can-next/flexcan 2/4] can: flexcan: add flexcan driver for i.MX8MP
` [PATCH linux-can-next/flexcan 3/4] can: flexcan: add CAN wakeup function for i.MX8
` [PATCH linux-can-next/flexcan 4/4] can: flexcan: disable runtime PM if register flexcandev failed

[PATCH net-next 0/1] net: stmmac: Enable VLAN filter fail queue for Intel platform data
 2020-09-25  9:40 UTC  (2+ messages)
` [PATCH net-next 1/1] net: stmmac: Add option for VLAN filter fail queue enable

[PATCH] Revert "net: ethernet: ixgbe: check the return value of ixgbe_mii_bus_init()"
 2020-09-25  9:43 UTC  (4+ messages)

[bpf-next PATCH] bpf: Add comment to document BTF type PTR_TO_BTF_ID_OR_NULL
 2020-09-25  8:56 UTC  (2+ messages)

possible deadlock in x25_disconnect
 2020-09-25  8:48 UTC 

WARNING in hrtimer_forward
 2020-09-25  8:48 UTC 

[PATCH ethtool 1/2] fix memory leaks in do_sfeatures()
 2020-09-25  7:05 UTC  (2+ messages)
` [PATCH ethtool 2/2] netlink: fix copy-paste error in rtm_link_summary()

[PATCH net] vmxnet3: fix cksum offload issues for non-udp tunnels
 2020-09-25  6:11 UTC 

KASAN: stack-out-of-bounds Read in xfrm_selector_match (2)
 2020-09-25  4:42 UTC  (3+ messages)
  ` [PATCH] xfrm: Use correct address family in xfrm_state_find

[PATCH net-next 0/6] net: hns3: updates for -next
 2020-09-25  3:19 UTC  (2+ messages)

[PATCH net-next] net: tcp: drop unused function argument from mptcp_incoming_options
 2020-09-25  3:17 UTC  (2+ messages)

[PATCH net] tcp: skip DSACKs with dubious sequence ranges
 2020-09-25  3:16 UTC  (2+ messages)

[PATCH] net/fsl: quieten expected MDIO access failures
 2020-09-25  3:14 UTC  (2+ messages)

[PATCH v3] net: dsa: microchip: look for phy-mode in port nodes
 2020-09-25  3:10 UTC  (3+ messages)
` [PATCH] net: dsa: microchip: really "

[PATCH] net/tls: race causes kernel panic
 2020-09-25  3:07 UTC  (2+ messages)

[PATCH] net/ethernet/broadcom: fix spelling typo
 2020-09-25  3:05 UTC  (2+ messages)

[net] net: mscc: ocelot: fix fields offset in SG_CONFIG_REG_3
 2020-09-25  3:02 UTC  (2+ messages)

[net] net: dsa: felix: convert TAS link speed based on phylink speed
 2020-09-25  3:02 UTC  (2+ messages)

[PATCH net] hinic: fix wrong return value of mac-set cmd
 2020-09-25  3:02 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).