netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-31 03:13:27 to 2020-07-31 20:35:43 UTC [more...]

[net-next 0/4] devlink flash update overwrite mask
 2020-07-31 20:35 UTC  (3+ messages)

[PATCH v2 0/3]
 2020-07-31 20:31 UTC  (7+ messages)
` [PATCH v2 1/3] ath10k: Add history for tracking certain events
` [PATCH v2 2/3] ath10k: Add module param to enable history
` [PATCH v2 3/3] ath10k: Add debugfs support to enable event history

[PATCH v2 net-next 00/11] sfc: driver for EF100 family NICs, part 2
 2020-07-31 20:27 UTC  (15+ messages)
` [PATCH v2 net-next 01/11] sfc_ef100: check firmware version at start-of-day
` [PATCH v2 net-next 02/11] sfc_ef100: fail the probe if NIC uses unsol_ev credits
` [PATCH v2 net-next 03/11] sfc_ef100: read Design Parameters at probe time
` [PATCH v2 net-next 04/11] sfc_ef100: TX path for EF100 NICs
` [PATCH v2 net-next 05/11] sfc_ef100: RX filter table management and related gubbins
` [PATCH v2 net-next 06/11] sfc_ef100: RX path for EF100
` [PATCH v2 net-next 07/11] sfc_ef100: plumb in fini_dmaq
` [PATCH v2 net-next 08/11] sfc_ef100: statistics gathering
` [PATCH v2 net-next 09/11] sfc_ef100: functions for selftests
` [PATCH v2 net-next 10/11] sfc_ef100: read pf_index at probe time
` [PATCH v2 net-next 11/11] sfc_ef100: add nic-type for VFs, and bind to them

KASAN: slab-out-of-bounds Read in qrtr_endpoint_post (2)
 2020-07-31 20:27 UTC  (2+ messages)

[PATCH v3 net-next 0/3] ionic txrx updates
 2020-07-31 20:15 UTC  (4+ messages)
` [PATCH v3 net-next 1/3] ionic: use fewer firmware doorbells on rx fill
` [PATCH v3 net-next 2/3] ionic: tx separate servicing
` [PATCH v3 net-next 3/3] ionic: separate interrupt for Tx and Rx

[PATCH net v2 0/5] DPAA FMan driver fixes
 2020-07-31 20:12 UTC  (7+ messages)
` [PATCH net v2 1/5] fsl/fman: use 32-bit unsigned integer
` [PATCH net v2 2/5] fsl/fman: fix dereference null return value
` [PATCH net v2 3/5] fsl/fman: fix unreachable code
` [PATCH net v2 4/5] fsl/fman: check dereferencing null pointer
` [PATCH net v2 5/5] fsl/fman: fix eth hash table allocation

[PATCH v4 net-next 00/10] qed: introduce devlink health support
 2020-07-31 20:04 UTC  (12+ messages)
` [PATCH v4 net-next 01/10] qed: move out devlink logic into a new file
` [PATCH v4 net-next 02/10] qed/qede: make devlink survive recovery
` [PATCH v4 net-next 03/10] qed: fix kconfig help entries
` [PATCH v4 net-next 04/10] qed: implement devlink info request
` [PATCH v4 net-next 05/10] qed: health reporter init deinit seq
` [PATCH v4 net-next 06/10] qed: use devlink logic to report errors
` [PATCH v4 net-next 07/10] qed*: make use of devlink recovery infrastructure
` [PATCH v4 net-next 08/10] qed: implement devlink dump
` [PATCH v4 net-next 09/10] qed: align adjacent indent
` [PATCH v4 net-next 10/10] qede: make driver reliable on unload after failures

[PATCH net-next] Add Mellanox BlueField Gigabit Ethernet driver
 2020-07-31 19:54 UTC  (6+ messages)

[PATCH net-next v2 0/2] hinic: mailbox channel enhancement
 2020-07-31 19:52 UTC  (3+ messages)
` [PATCH net-next v2 1/2] hinic: add generating mailbox random index support

[PATCH] ravb: Fixed the problem that rmmod can not be done
 2020-07-31 18:32 UTC  (10+ messages)
` [PATCH v2] "

[PATCH v2 bpf-next 0/5] BPF link force-detach support
 2020-07-31 18:28 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/5] bpf: add support for forced LINK_DETACH command
` [PATCH v2 bpf-next 2/5] libbpf: add bpf_link detach APIs
` [PATCH v2 bpf-next 3/5] selftests/bpf: add link detach tests for cgroup, netns, and xdp bpf_links
` [PATCH v2 bpf-next 4/5] tools/bpftool: add `link detach` subcommand
` [PATCH v2 bpf-next 5/5] tools/bpftool: add documentation and bash-completion for `link detach`

[Linux-kernel-mentees] [PATCH net] rds: Prevent kernel-infoleak in rds_notify_queue_get()
 2020-07-31 18:27 UTC  (15+ messages)

[PATCH 0/1] Netfilter OOB memory access security patch
 2020-07-31 18:16 UTC  (6+ messages)
` [PATCH 1/1] netfilter: nat: add range checks for access to nf_nat_l[34]protos[]

[PATCH net] net: gre: recompute gre csum for sctp over gre tunnels
 2020-07-31 18:12 UTC 

[PATCH net] net: bridge: clear bridge's private skb space on xmit
 2020-07-31 18:10 UTC  (6+ messages)

pull-request: bpf 2020-07-31
 2020-07-31 18:08 UTC  (4+ messages)

[PATCH net-next] cxgb4: Add support to flash firmware config image
 2020-07-31 18:00 UTC  (4+ messages)

[PATCH v3 bpf-next 0/9] BPF TCP header options
 2020-07-31 17:59 UTC  (12+ messages)
` [PATCH v3 bpf-next 1/9] tcp: Use a struct to represent a saved_syn
` [PATCH v3 bpf-next 4/9] tcp: Add unknown_opt arg to tcp_parse_options
` [PATCH v3 bpf-next 6/9] bpf: tcp: Allow bpf prog to write and parse TCP header option
` [PATCH v3 bpf-next 9/9] tcp: bpf: Optionally store mac header in TCP_SAVE_SYN

[RFC PATCH bpf-next 0/3] Add a new bpf helper for FDB lookup
 2020-07-31 17:48 UTC  (8+ messages)
` [RFC PATCH bpf-next 1/3] net/bridge: Add new function to access FDB from XDP programs
` [RFC PATCH bpf-next 2/3] bpf: Add helper to do forwarding lookups in kernel FDB table
` [RFC PATCH bpf-next 3/3] samples/bpf: Add a simple bridge example accelerated with XDP

[PATCH bpf-next] bpf: fix compilation warning of selftests
 2020-07-31 17:39 UTC  (3+ messages)

[net-next] seg6: using DSCP of inner IPv4 packets
 2020-07-31 17:31 UTC  (3+ messages)

KASAN: null-ptr-deref Write in amp_read_loc_assoc_final_data
 2020-07-31 17:04 UTC 

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

INFO: trying to register non-static key in skb_queue_purge
 2020-07-31 16:54 UTC 

INFO: trying to register non-static key in skb_dequeue
 2020-07-31 16:54 UTC 

pull-request: mac80211-next 2020-07-31
 2020-07-31 16:54 UTC 

[PATCH] net: add support for threaded NAPI polling
 2020-07-31 16:36 UTC  (6+ messages)

[PATCH bpf-next v3] Documentation/bpf: Use valid and new links in index.rst
 2020-07-31 16:19 UTC  (2+ messages)

[net-next v4 0/6] net: marvell: prestera: Add Switchdev driver for Prestera family ASIC device 98DX326x (AC3x)
 2020-07-31 16:02 UTC  (5+ messages)
` [net-next v4 1/6] net: marvell: prestera: Add driver for Prestera family ASIC devices

linux-next: Tree for Jul 31 (net/decnet/ & FIB_RULES)
 2020-07-31 15:53 UTC 

[net 0/2][pull request] Intel Wired LAN Driver Updates 2020-07-30
 2020-07-31 15:33 UTC  (3+ messages)

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

iproute2 DDMMYY versioning - why?
 2020-07-31 15:21 UTC  (4+ messages)

[net-next PATCH v7 0/6] ACPI support for dpaa2 MAC driver
 2020-07-31 15:14 UTC  (14+ messages)
` [net-next PATCH v7 1/6] Documentation: ACPI: DSD: Document MDIO PHY

[PATCH v2 net-next] mscc: Add LCPLL Reset to VSC8574 Family of phy drivers
 2020-07-31 15:09 UTC  (4+ messages)

[PATCH RFC net-next] net: phy: add Marvell PHY PTP support
 2020-07-31 14:41 UTC  (6+ messages)
    ` [PATCH RFC net-next] net: phy: add Marvell PHY PTP support [multicast/DSA issues]

pull request: bluetooth-next 2020-07-31
 2020-07-31 14:35 UTC 

[PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode
 2020-07-31 14:25 UTC  (13+ messages)

[PATCH v2] drivers/net/wan/lapbether: Use needed_headroom instead of hard_header_len
 2020-07-31 14:12 UTC  (3+ messages)

[PATCH net-next 1/2] ipv6/addrconf: call addrconf_ifdown with consistent values
 2020-07-31 13:32 UTC  (2+ messages)
` [PATCH net-next 2/2] ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWN

[PATCH v3 0/9] ptp: Add generic helper functions
 2020-07-31 13:10 UTC  (11+ messages)
` [PATCH v3 1/9] ptp: Add generic ptp v2 header parsing function
` [PATCH v3 5/9] ethernet: ti: am65-cpts: Use generic helper function

[PATCH][next] vhost: Use flex_array_size() helper in copy_from_user()
 2020-07-31 13:09 UTC 

[PATCH v4 12/12] PCI: Remove '*val = 0' from pcie_capability_read_*()
 2020-07-31 11:43 UTC 

[bpf PATCH v2 0/5] Fix sock_ops field read splat
 2020-07-31 12:25 UTC  (3+ messages)
` [bpf PATCH v2 1/5] bpf: sock_ops ctx access may stomp registers in corner case

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

[PATCH v4 00/12] PCI: Remove '*val = 0' from pcie_capability_read_*()
 2020-07-31 11:02 UTC  (3+ messages)
` [PATCH v4 03/12] ath9k: Check if pcie_capability_read_*() reads ~0
` [PATCH v4 04/12] iwlegacy: "

[PATCH] ethtool: Add QSFP-DD support
 2020-07-31  8:47 UTC 

[PATCH v3 iproute2-next] devlink: Add board.serial_number to info subcommand
 2020-07-31 10:46 UTC 

[PATCH][v2] i40e: optimise prefetch page refcount
 2020-07-31 10:37 UTC 

[PATCH -next] net: ice: Fix pointer cast warnings
 2020-07-31 10:57 UTC  (2+ messages)
` [PATCH -next v2] "

[PATCH net] net: mvpp2: fix memory leak in mvpp2_rx
 2020-07-31  9:38 UTC  (2+ messages)

WARNING in cancel_delayed_work
 2020-07-31  8:44 UTC  (2+ messages)

Ktls offload in cx6 of mellanox
 2020-07-31  8:09 UTC 

[PATCH net-next 0/4] s390/qeth: updates 2020-07-30
 2020-07-31  7:50 UTC  (4+ messages)
` [PATCH net-next 4/4] s390/qeth: use all configured RX buffers

[PATCH v1] ice: devlink: use %*phD to print small buffer
 2020-07-31  7:49 UTC  (3+ messages)

[PATCH net 0/5] DPAA FMan driver fixes
 2020-07-31  7:48 UTC  (7+ messages)
` [PATCH net 1/5] fsl/fman: use 32-bit unsigned integer
` [PATCH net 2/5] fsl/fman: fix dereference null return value
` [PATCH net 3/5] fsl/fman: fix unreachable code
` [PATCH net 4/5] fsl/fman: check dereferencing null pointer
` [PATCH net 5/5] fsl/fman: fix eth hash table allocation

[PATCH v2] seg6_iptunnel: Refactor seg6_lwt_headroom out of uapi header
 2020-07-31  7:40 UTC 

pull request (net): ipsec 2020-07-31
 2020-07-31  7:18 UTC  (11+ messages)
` [PATCH 01/10] xfrm: policy: match with both mark and mask on user interfaces
` [PATCH 02/10] xfrm: esp6: fix encapsulation header offset computation
` [PATCH 03/10] espintcp: support non-blocking sends
` [PATCH 04/10] espintcp: recv() should return 0 when the peer socket is closed
` [PATCH 05/10] xfrm: policy: fix IPv6-only espintcp compilation
` [PATCH 06/10] xfrm: Fix crash when the hold queue is used
` [PATCH 07/10] af_key: pfkey_dump needs parameter validation
` [PATCH 08/10] xfrm: esp6: fix the location of the transport header with encapsulation
` [PATCH 09/10] espintcp: handle short messages instead of breaking the encap socket
` [PATCH 10/10] espintcp: count packets dropped in espintcp_rcv

[PATCH net-next v2] xfrm: introduce oseq-may-wrap flag
 2020-07-31  7:12 UTC  (2+ messages)
` [PATCH iproute2-next] ip-xfrm: add support for oseq-may-wrap extra flag

[PATCH net-next] ip_vti: Fix unused variable warning
 2020-07-31  7:28 UTC  (2+ messages)

possible deadlock in __dev_queue_xmit (3)
 2020-07-31  7:12 UTC  (2+ messages)

[PATCH ipsec 1/2] espintcp: handle short messages instead of breaking the encap socket
 2020-07-31  7:02 UTC  (4+ messages)
` [PATCH ipsec 2/2] espintcp: count packets dropped in espintcp_rcv

[PATCH V5 0/6] IRQ offloading for vDPA
 2020-07-31  6:55 UTC  (7+ messages)
` [PATCH V5 1/6] vhost: introduce vhost_vring_call
` [PATCH V5 2/6] kvm: detect assigned device via irqbypass manager
` [PATCH V5 3/6] vDPA: add get_vq_irq() in vdpa_config_ops
` [PATCH V5 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa
` [PATCH V5 5/6] ifcvf: implement vdpa_config_ops.get_vq_irq()
` [PATCH V5 6/6] irqbypass: do not start cons/prod when failed connect

[PATCH] [net/ethtool] ethnl_set_linkmodes: remove redundant null check
 2020-07-31  4:58 UTC 

[Linux-kernel-mentees] [PATCH net] openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()
 2020-07-31  4:48 UTC 

[PATCH net-next] tun: add missing rcu annotation in tun_set_ebpf()
 2020-07-31  4:17 UTC 

rcu warnings in tun
 2020-07-31  4:09 UTC  (2+ messages)

[PATCH V4 0/6] IRQ offloading for vDPA
 2020-07-31  3:18 UTC  (2+ messages)

WARNING: ODEBUG bug in cancel_delayed_work
 2020-07-31  3:13 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).