netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-22 04:28:17 to 2020-07-22 17:09:58 UTC [more...]

get rid of the address_space override in setsockopt
 2020-07-22 17:09 UTC  (20+ messages)
` [PATCH 03/24] net: add a new sockptr_t type
` [PATCH 12/24] bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t
` [PATCH 24/24] net: pass a sockptr_t into ->setsockopt
  ` [MPTCP] "

[PATCH net-next v2] cxgb4: add loopback ethtool self-test
 2020-07-22 17:04 UTC  (2+ messages)

[PATCH bpf-next 0/2] Fix BPF socket lookup with reuseport groups with connections
 2020-07-22 16:59 UTC  (4+ messages)
` [PATCH bpf-next 1/2] udp: Don't discard reuseport selection when group has connections
` [PATCH bpf-next 2/2] selftests/bpf: Test BPF socket lookup and reuseport with connections

[PATCH net] udp: Remove an unnecessary variable in udp[46]_lib_lookup2()
 2020-07-22 16:52 UTC 

[RFC PATCH net-next v2 0/6] introduce PLDM firmware update library
 2020-07-22 16:52 UTC  (9+ messages)
` [RFC PATCH net-next v2 6/6] devlink: add overwrite mode to flash update

[PATCH v3 bpf-next 1/2] bpf: separate bpf_get_[stack|stackid] for perf events BPF
 2020-07-22 16:49 UTC  (4+ messages)

KMSAN: uninit-value in __skb_checksum_complete (4)
 2020-07-22 16:41 UTC  (3+ messages)

linux-next: Tree for Jul 22 (drivers/net/vrf)
 2020-07-22 16:35 UTC 

[PATCH v2 net-next 00/10] l2tp: cleanup checkpatch.pl warnings
 2020-07-22 16:32 UTC  (11+ messages)
` [PATCH 01/10] l2tp: cleanup whitespace use
` [PATCH 02/10] l2tp: cleanup comments
` [PATCH 03/10] l2tp: cleanup difficult-to-read line breaks
` [PATCH 04/10] l2tp: cleanup wonky alignment of line-broken function calls
` [PATCH 05/10] l2tp: cleanup suspect code indent
` [PATCH 06/10] l2tp: add identifier name in function pointer prototype
` [PATCH 07/10] l2tp: prefer using BIT macro
` [PATCH 08/10] l2tp: prefer seq_puts for unformatted output
` [PATCH 09/10] l2tp: line-break long function prototypes
` [PATCH 10/10] l2tp: avoid precidence issues in L2TP_SKB_CB macro

KMSAN: uninit-value in __skb_flow_dissect (3)
 2020-07-22 16:31 UTC  (2+ messages)

[PATCH,v2] ipvlan: add the check of ip header checksum
 2020-07-22 16:29 UTC  (2+ messages)

[RFC 0/7] Add support to process rx packets in thread
 2020-07-22 16:20 UTC  (11+ messages)
` [RFC 1/7] mac80211: Add check for napi handle before WARN_ON
` [RFC 2/7] ath10k: Add support to process rx packet in thread

[PATCH net-next] net: Enabled MPLS support for devices of type ARPHRD_NONE
 2020-07-22 16:13 UTC 

[Linux-kernel-mentees] [PATCH net] AX.25: Prevent out-of-bounds read in ax25_sendmsg()
 2020-07-22 16:05 UTC 

[PATCH net-next] devlink: Always use user_ptr[0] for devlink and simplify post_doit
 2020-07-22 15:57 UTC 

[PATCH net-next 00/15] qed/qede: improve chain API and add XDP_REDIRECT support
 2020-07-22 15:53 UTC  (16+ messages)
` [PATCH net-next 01/15] qed: reformat "qed_chain.h" a bit
` [PATCH net-next 02/15] qed: reformat Makefile
` [PATCH net-next 03/15] qed: move chain methods to a separate file
` [PATCH net-next 04/15] qed: prevent possible double-frees of the chains
` [PATCH net-next 05/15] qed: sanitize PBL chains allocation
` [PATCH net-next 06/15] qed: move chain initialization inlines next to allocation functions
` [PATCH net-next 07/15] qed: simplify initialization of the chains with an external PBL
` [PATCH net-next 08/15] qed: simplify chain allocation with init params struct
` [PATCH net-next 09/15] qed: add support for different page sizes for chains
` [PATCH net-next 10/15] qed: optimize common chain accessors
` [PATCH net-next 11/15] qed: introduce qed_chain_get_elem_used{,u32}()
` [PATCH net-next 12/15] qede: reformat several structures in "qede.h"
` [PATCH net-next 13/15] qede: reformat net_device_ops declarations
` [PATCH net-next 14/15] qede: refactor XDP Tx processing
` [PATCH net-next 15/15] qede: add .ndo_xdp_xmit() and XDP_REDIRECT support

[PATCH net 0/2] sctp: shrink stream outq in the right place
 2020-07-22 15:52 UTC  (3+ messages)
` [PATCH net 1/2] sctp: shrink stream outq only when new outcnt < old outcnt
  ` [PATCH net 2/2] sctp: shrink stream outq when fails to do addstream reconf

linux-next: manual merge of the bpf-next tree with the net tree
 2020-07-22 15:49 UTC  (7+ messages)

[PATCH v5] hv_netvsc: add support for vlans in AF_PACKET mode
 2020-07-22 15:41 UTC  (3+ messages)

[PATCH v6] hv_netvsc: add support for vlans in AF_PACKET mode
 2020-07-22 15:38 UTC 

[PATCH] mac80211: remove the need for variable rates_idx
 2020-07-22 15:38 UTC 

[PATCH v4 bpf-next 0/9] BPF XDP link
 2020-07-22 15:26 UTC  (11+ messages)
` [PATCH v4 bpf-next 1/9] bpf: make bpf_link API available indepently of CONFIG_BPF_SYSCALL
` [PATCH v4 bpf-next 2/9] bpf, xdp: maintain info on attached XDP BPF programs in net_device
` [PATCH v4 bpf-next 3/9] bpf, xdp: extract common XDP program attachment logic
` [PATCH v4 bpf-next 4/9] bpf, xdp: add bpf_link-based XDP attachment API
` [PATCH v4 bpf-next 5/9] bpf, xdp: implement LINK_UPDATE for BPF XDP link
` [PATCH v4 bpf-next 6/9] bpf: implement BPF XDP link-specific introspection APIs
` [PATCH v4 bpf-next 7/9] libbpf: add support for BPF XDP link
` [PATCH v4 bpf-next 8/9] selftests/bpf: add BPF XDP link selftests
` [PATCH v4 bpf-next 9/9] bpf, xdp: remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands

[PATCH net-next 0/2] net: openvswitch: masks cache enhancements
 2020-07-22 15:31 UTC  (6+ messages)
` [PATCH net-next 1/2] net: openvswitch: add masks cache hit counter
` [PATCH net-next 2/2] net: openvswitch: make masks cache size configurable

[PATCH v2] net-sysfs: add a newline when printing 'tx_timeout' by sysfs
 2020-07-22 15:27 UTC  (3+ messages)

[PATCH net-next] mptcp: zero token hash at creation time
 2020-07-22 15:20 UTC 

[Linux-kernel-mentees] [PATCH net] AX.25: Fix out-of-bounds read in ax25_connect()
 2020-07-22 15:19 UTC 

general protection fault in qrtr_endpoint_post
 2020-07-22 15:19 UTC  (2+ messages)

FROM AJEEB ZAKARIA
 2020-07-22 15:12 UTC 

[PATCH][next] lan743x: remove redundant initialization of variable current_head_index
 2020-07-22 15:12 UTC 

[PATCH v4 00/13] "Task_isolation" mode
 2020-07-22 14:59 UTC  (14+ messages)
` [PATCH v4 01/13] task_isolation: vmstat: add quiet_vmstat_sync function
` [PATCH v4 02/13] task_isolation: vmstat: add vmstat_idle function
` [PATCH v4 03/13] task_isolation: userspace hard isolation from kernel
` [PATCH v4 04/13] task_isolation: Add task isolation hooks to arch-independent code
` [PATCH v4 05/13] task_isolation: Add xen-specific hook
` [PATCH 06/13] task_isolation: Add driver-specific hooks
` [PATCH v4 07/13] task_isolation: arch/x86: enable task isolation functionality
` [PATCH 08/13] task_isolation: arch/arm64: "
` [PATCH v4 09/13] task_isolation: arch/arm: "
` [PATCH v4 10/13] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
` [PATCH v4 11/13] task_isolation: net: don't flush backlog on CPUs running isolated tasks
` [PATCH v4 12/13] task_isolation: ringbuffer: don't interrupt CPUs running isolated tasks on buffer resize
` [PATCH 13/13] task_isolation: kick_all_cpus_sync: don't kick isolated cpus

[PATCH net-next] net: phy: fix check in get_phy_c45_ids
 2020-07-22 14:41 UTC  (3+ messages)

[net-next v5 PATCH 0/7] Add PRP driver
 2020-07-22 14:40 UTC  (8+ messages)
` [net-next v5 PATCH 1/7] hsr: enhance netlink socket interface to support PRP
` [net-next v5 PATCH 2/7] net: hsr: introduce common code for skb initialization
` [net-next v5 PATCH 3/7] net: hsr: introduce protocol specific function pointers
` [net-next v5 PATCH 4/7] net: prp: add supervision frame generation utility function
` [net-next v5 PATCH 5/7] net: hsr: define and use proto_ops ptrs to handle hsr specific frames
` [net-next v5 PATCH 6/7] net: prp: add packet handling support
` [net-next v5 PATCH 7/7] net: prp: enhance debugfs to display PRP info

[PATCH v2 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-07-22 14:40 UTC  (3+ messages)
` [PATCH v2 bpf-next 2/6] bpf: propagate poke descriptors to subprograms

[PATCH net v2] enetc: Remove the mdio bus on PF probe bailout
 2020-07-22 14:40 UTC 

[RFC PATCH] net: dsa: microchip: delete dead code
 2020-07-22 14:39 UTC  (2+ messages)

[PATCH] net: Phy: Add PHY lookup support on MDIO bus in case of ACPI probe
 2020-07-22 14:22 UTC  (2+ messages)

[PATCH net] enetc: Remove the mdio bus on PF probe bailout
 2020-07-22 14:19 UTC  (2+ messages)

[PATCH net 0/3] Fix bugs in Octeontx2 netdev driver
 2020-07-22 14:04 UTC  (3+ messages)

fec: micrel: Ethernet PHY type ID auto-detection issue
 2020-07-22 13:42 UTC  (5+ messages)

general protection fault in udp_tunnel_notify_del_rx_port
 2020-07-22 13:27 UTC 

[net-next v4 PATCH 0/7] Add PRP driver
 2020-07-22 13:01 UTC  (4+ messages)
` [net-next v4 PATCH 1/7] hsr: enhance netlink socket interface to support PRP

[PATCH 0/2] Add fwnode helper functions to MDIO bus driver
 2020-07-22 12:55 UTC  (4+ messages)
` [PATCH 1/2] net: phy: Add fwnode helper functions
` [PATCH 2/2] net: phy: Associate device node with fixed PHY

[PATCH v3 0/2] Add 802.1AD protocol support for dsa switch and ocelot driver
 2020-07-22 12:53 UTC  (4+ messages)
` [PATCH v3 1/2] net: dsa: Add protocol support for 802.1AD when adding or deleting vlan for dsa switch and port
` [PATCH v3 2/2] net: dsa: ocelot: Add support for QinQ Operation

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

[PATCH net-next] enetc: Remove the imdio bus on PF probe bailout
 2020-07-22 12:38 UTC 

Netdev conf 0x14 update and logistics
 2020-07-22 12:17 UTC 

KASAN: use-after-free Read in linkwatch_fire_event
 2020-07-22 12:13 UTC 

[PATCH 1/2] appletalk: Fix atalk_proc_init return path
 2020-07-22 11:37 UTC  (2+ messages)
` [PATCH 2/2] appletalk: Improve handling of broadcast packets

[PATCH net-next v2 0/7] Add an MDIO sub-node under MACB
 2020-07-22 11:38 UTC  (3+ messages)

[PATCH v2] af_key: pfkey_dump needs parameter validation
 2020-07-22 11:00 UTC 

BUG: using smp_processor_id() in preemptible code in tipc_crypto_xmit
 2020-07-22 10:59 UTC  (2+ messages)

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

[PATCH v4] hv_netvsc: add support for vlans in AF_PACKET mode
 2020-07-22 10:47 UTC  (3+ messages)

[PATCH] prism54: switch from 'pci_' to 'dma_' API
 2020-07-22 10:45 UTC 

[PATCH v3] net: hyperv: add support for vlans in netvsc driver
 2020-07-22 10:44 UTC  (5+ messages)

af_key: pfkey_dump needs parameter validation
 2020-07-22 10:37 UTC  (4+ messages)

[PATCH net-next] efx: convert to new udp_tunnel infrastructure
 2020-07-22 10:31 UTC  (6+ messages)

[PATCH] p54: switch from 'pci_' to 'dma_' API
 2020-07-22 10:27 UTC 

[PATCH 2/2] ipw2x00: switch from 'pci_' to 'dma_' API
 2020-07-22 10:17 UTC 

[PATCH 1/2] ipw2100: Use GFP_KERNEL instead of GFP_ATOMIC in some memory allocation
 2020-07-22 10:17 UTC 

[PATCH V3 0/6] IRQ offloading for vDPA
 2020-07-22 10:08 UTC  (7+ messages)
` [PATCH V3 1/6] vhost: introduce vhost_vring_call
` [PATCH V3 2/6] kvm: detect assigned device via irqbypass manager
` [PATCH V3 3/6] vDPA: implement vq IRQ allocate/free helpers in vDPA core
` [PATCH V3 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa
` [PATCH V3 5/6] ifcvf: replace irq_request/free with vDPA helpers
` [PATCH V3 6/6] irqbypass: do not start cons/prod when failed connect

[PATCH V3 0/6] IRQ offloading for vDPA
 2020-07-22  9:59 UTC  (3+ messages)
` [PATCH V3 1/6] vhost: introduce vhost_vring_call

[PATCH v2 00/11] Fix PM hibernation in Xen guests
 2020-07-22  9:08 UTC  (3+ messages)
` [PATCH v2 04/11] x86/xen: add system core suspend and resume callbacks

[PATCH] ipvlan: add the check of ip header checksum
 2020-07-22  9:22 UTC  (3+ messages)
  ` 答复: "

[PATCH net-next 00/29] l2tp: cleanup checkpatch.pl warnings
 2020-07-22  9:07 UTC  (6+ messages)
` [PATCH 05/29] l2tp: cleanup difficult-to-read line breaks

[PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode
 2020-07-22  8:27 UTC  (11+ messages)

[PATCH bpf-next] tools/bpftool: strip BPF .o files before skeleton generation
 2020-07-22  8:20 UTC  (2+ messages)

[PATCH v3] net: ethernet: ravb: exit if re-initialization fails in tx timeout
 2020-07-22  8:18 UTC  (2+ messages)

[PATCH net-next] net: mscc: ocelot: fix non-initialized CPU port on VSC7514
 2020-07-22  8:08 UTC 

[PATCH net-next] net: explicitly include <linux/compat.h> in net/core/sock.c
 2020-07-22  7:40 UTC 

[RFC PATCH] bpftool btf: Add prefix option to dump C
 2020-07-22  6:57 UTC  (2+ messages)

[PATCH] xen-netfront: fix potential deadlock in xennet_remove()
 2020-07-22  6:52 UTC 

[PATCH v3 bpf-next 0/9] BPF XDP link
 2020-07-22  6:48 UTC  (5+ messages)
` [PATCH v3 bpf-next 2/9] bpf, xdp: maintain info on attached XDP BPF programs in net_device

[PATCH bpf-next 2/7] bpf, xdp: add bpf_link-based XDP attachment API
 2020-07-22  6:45 UTC  (10+ messages)

[PATCH bpf-next] bpf: Generate cookie for new non-initial net NS
 2020-07-22  6:30 UTC  (3+ messages)

[PATCH] ipvs: add missing struct name in ip_vs_enqueue_expire_nodest_conns when CONFIG_SYSCTL is disabled
 2020-07-22  6:03 UTC  (3+ messages)

KMSAN: uninit-value in _copy_to_iter (3)
 2020-07-22  6:03 UTC 

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

KMSAN: uninit-value in geneve_xmit
 2020-07-22  5:53 UTC 

[PATCH] net: dsa: Add protocol support for 802.1AD when adding or deleting vlan for dsa switch and port
 2020-07-22  5:51 UTC  (3+ messages)
  ` [EXT] "

[PATCH] net: dsa: ocelot: Add support for QinQ Operation
 2020-07-22  5:50 UTC 

[PATCH net 0/2] udp: Fix reuseport selection with connected sockets
 2020-07-22  4:28 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).