netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-22 14:55:02 to 2020-07-22 22:28:18 UTC [more...]

[PATCH net-next 00/15] qed/qede: improve chain API and add XDP_REDIRECT support
 2020-07-22 21:52 UTC  (18+ 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

KASAN: use-after-free Write in __linkwatch_run_queue
 2020-07-22 22:24 UTC  (3+ messages)

linux-next: Tree for Jul 22 (drivers/net/vrf)
 2020-07-22 22:19 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-07-22 22:16 UTC  (3+ messages)
` [PATCH v2 bpf-next 4/4] bpf: Add kernel module with user mode driver that populates bpffs

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

[PATCH net-next] net: restore DSA behavior of not overriding ndo_get_phys_port_name if present
 2020-07-22 22:11 UTC  (4+ messages)

[PATCH net-next v4 0/2] TC datapath hash api
 2020-07-22 22:03 UTC  (3+ messages)
` [PATCH net-next v4 1/2] net/flow_dissector: add packet hash dissection
` [PATCH net-next v4 2/2] net/sched: cls_flower: Add hash info to flow classification

[net-next 0/8][pull request] 1GbE Intel Wired LAN Driver Updates 2020-07-22
 2020-07-22 21:31 UTC  (9+ messages)
` [net-next 1/8] igc: Fix double definition
` [net-next 2/8] igc: Add Receive Descriptor Minimum Threshold Count
` [net-next 3/8] igc: Remove unneeded ICTXQMTC register
` [net-next 4/8] igc: Fix registers definition
` [net-next 5/8] igc: Remove ledctl_ fields from the mac_info structure
` [net-next 6/8] igc: Clean up "
` [net-next 7/8] igc: Clean up the hw_stats structure
` [net-next 8/8] igc: Fix static checker warning

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

[PATCH net-next v1 0/7] udp_tunnel: convert Intel drivers with shared tables
 2020-07-22 21:22 UTC  (2+ messages)

[PATCH][next] ionic: fix memory leak of object 'lid'
 2020-07-22 21:18 UTC  (2+ messages)

[PATCH v8 bpf-next 00/13] bpf: Add d_path helper
 2020-07-22 21:12 UTC  (14+ messages)
` [PATCH v8 bpf-next 01/13] selftests/bpf: Fix resolve_btfids test
` [PATCH v8 bpf-next 02/13] tools resolve_btfids: Add support for set symbols
` [PATCH v8 bpf-next 03/13] bpf: Move btf_resolve_size into __btf_resolve_size
` [PATCH v8 bpf-next 04/13] bpf: Add elem_id pointer as argument to __btf_resolve_size
` [PATCH v8 bpf-next 05/13] bpf: Add type_id "
` [PATCH v8 bpf-next 06/13] bpf: Factor btf_struct_access function
` [PATCH v8 bpf-next 07/13] bpf: Add btf_struct_ids_match function
` [PATCH v8 bpf-next 08/13] bpf: Add BTF_SET_START/END macros
` [PATCH v8 bpf-next 09/13] bpf: Add d_path helper
` [PATCH v8 bpf-next 10/13] bpf: Update .BTF_ids section in btf.rst with sets info
` [PATCH v8 bpf-next 11/13] selftests/bpf: Add verifier test for d_path helper
` [PATCH v8 bpf-next 12/13] selftests/bpf: Add "
` [PATCH v8 bpf-next 13/13] selftests/bpf: Add set test to resolve_btfids

[PATCH v6] hv_netvsc: add support for vlans in AF_PACKET mode
 2020-07-22 21:06 UTC  (2+ messages)

test_bpf regressions on s390 since 5.4
 2020-07-22 21:01 UTC  (2+ messages)

INFO: task hung in ovs_dp_masks_rebalance
 2020-07-22 20:52 UTC 

[PATCH net 0/2] sctp: shrink stream outq in the right place
 2020-07-22 20:46 UTC  (4+ 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

[PATCH net-next] sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processing
 2020-07-22 20:42 UTC  (2+ messages)

memory leak in sctp_packet_transmit
 2020-07-22 20:32 UTC 

KASAN: use-after-free Read in netdevice_event_work_handler
 2020-07-22 20:29 UTC 

[PATCH][next] wil6210: Avoid the use of one-element array
 2020-07-22 20:00 UTC  (4+ messages)

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

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

[PATCH,v2] ipvlan: add the check of ip header checksum
 2020-07-22 20:04 UTC  (3+ messages)

[PATCH net-next] net: mscc: ocelot: fix non-initialized CPU port on VSC7514
 2020-07-22 20:02 UTC  (2+ messages)

[PATCH net-next] net: explicitly include <linux/compat.h> in net/core/sock.c
 2020-07-22 20:01 UTC  (2+ messages)

[PATCH v4 bpf-next 0/9] BPF XDP link
 2020-07-22 19:56 UTC  (8+ messages)
` [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] net: dsa: ocelot: Add support for QinQ Operation
 2020-07-22 19:59 UTC  (2+ messages)

pull-request: bpf-next 2020-07-21
 2020-07-22 19:59 UTC  (2+ messages)

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

[RFC PATCH] net: dsa: qca8k: Add 802.1q VLAN support
 2020-07-22 19:38 UTC  (5+ messages)

[RFC v2 net-next] devlink: Add reset subcommand
 2020-07-22 19:32 UTC  (9+ messages)

[PATCH net-next 0/2] net: openvswitch: masks cache enhancements
 2020-07-22 19:22 UTC  (6+ messages)
` [PATCH net-next 2/2] net: openvswitch: make masks cache size configurable

[PATCH net] net: atlantic: fix PTP on AQC10X
 2020-07-22 19:09 UTC 

[PATCH net-next v2] sfc: convert to new udp_tunnel infrastructure
 2020-07-22 19:05 UTC 

KASAN: slab-out-of-bounds Write in sctp_setsockopt
 2020-07-22 19:02 UTC  (2+ messages)

[PATCH] cxgb4: add missing release on skb in uld_send()
 2020-07-22 18:57 UTC  (2+ messages)
` [PATCH v2] "

[PATCH][next] tg3: Avoid the use of one-element array
 2020-07-22 18:55 UTC  (2+ messages)

[PATCH][next] net: qed_hsi.h: Avoid the use of one-element array
 2020-07-22 18:58 UTC 

[PATCH bpf-next v2 00/13] bpf: implement bpf iterator for map elements
 2020-07-22 18:50 UTC  (14+ messages)
` [PATCH bpf-next v2 01/13] bpf: refactor bpf_iter_reg to have separate seq_info member
` [PATCH bpf-next v2 02/13] bpf: refactor to provide aux info to bpf_iter_init_seq_priv_t
` [PATCH bpf-next v2 03/13] bpf: support readonly/readwrite buffers in verifier
` [PATCH bpf-next v2 04/13] bpf: implement bpf iterator for map elements
` [PATCH bpf-next v2 05/13] bpf: implement bpf iterator for hash maps
` [PATCH bpf-next v2 06/13] bpf: implement bpf iterator for array maps
` [PATCH bpf-next v2 07/13] bpf: implement bpf iterator for sock local storage map
` [PATCH bpf-next v2 08/13] tools/libbpf: add support for bpf map element iterator
` [PATCH bpf-next v2 09/13] tools/bpftool: add bpftool "
` [PATCH bpf-next v2 10/13] selftests/bpf: add test for bpf hash map iterators
` [PATCH bpf-next v2 11/13] selftests/bpf: add test for bpf array "
` [PATCH bpf-next v2 12/13] selftests/bpf: add a test for bpf sk_storage_map iterator
` [PATCH bpf-next v2 13/13] selftests/bpf: add a test for out of bound rdonly buf access

[PATCH][next] bna: bfi.h: Avoid the use of one-element array
 2020-07-22 18:50 UTC 

[PATCH] drivers: isdn: capi: Fix data-race bug
 2020-07-22 18:41 UTC  (2+ messages)

[PATCH v2 net-next 00/10] l2tp: cleanup checkpatch.pl warnings
 2020-07-22 18:31 UTC  (12+ 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

INFO: rcu detected stall in seq_read (2)
 2020-07-22 18:22 UTC  (2+ messages)

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

[PATCH v5 3/3] hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardening
 2020-07-22 18:10 UTC 

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

[RFC PATCH] Fix: ipv4/icmp: icmp error route lookup performed on wrong routing table
 2020-07-22 17:26 UTC  (2+ messages)

[PATCH devicetree 0/4] Add Seville Ethernet switch to T1040RDB
 2020-07-22 17:24 UTC  (5+ messages)
` [PATCH devicetree 1/4] powerpc: dts: t1040: add bindings for Seville Ethernet switch
` [PATCH devicetree 2/4] powerpc: dts: t1040: label the 2 MDIO controllers
` [PATCH devicetree 3/4] powerpc: dts: t1040rdb: put SGMII PHY under &mdio0 label
` [PATCH devicetree 4/4] powerpc: dts: t1040rdb: add ports for Seville Ethernet switch

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

[PATCH net-next] devlink: Always use user_ptr[0] for devlink and simplify post_doit
 2020-07-22 17:14 UTC  (2+ messages)

get rid of the address_space override in setsockopt
 2020-07-22 17:09 UTC  (4+ messages)

[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 

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

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

[RFC 0/7] Add support to process rx packets in thread
 2020-07-22 16:20 UTC  (3+ messages)

[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 v5] hv_netvsc: add support for vlans in AF_PACKET mode
 2020-07-22 15:41 UTC  (3+ messages)

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

[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  (8+ messages)
` [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


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