netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-18 19:41:06 to 2021-10-19 11:52:02 UTC [more...]

[PATCH mlx5-next 0/7] Clean MR key use across mlx5_* modules
 2021-10-19 11:51 UTC  (3+ messages)

[PATCH net-next 00/12] ethernet: manual netdev->dev_addr conversions (part 2)
 2021-10-19 11:50 UTC  (2+ messages)

[PATCH linux-next] e1000e: Remove redundant statement
 2021-10-19 11:50 UTC  (2+ messages)

[PATCH net-next 0/6] ethernet: add eth_hw_addr_gen() for switches
 2021-10-19 11:50 UTC  (14+ messages)
` [PATCH net-next 1/6] ethernet: add a helper for assigning port addresses
` [PATCH net-next 2/6] ethernet: ocelot: use eth_hw_addr_gen()
` [PATCH net-next 3/6] ethernet: prestera: "
` [PATCH net-next 4/6] ethernet: fec: "
` [PATCH net-next 5/6] ethernet: mlxsw: "
` [PATCH net-next 6/6] ethernet: sparx5: "

Commit 09e856d54bda5f288ef8437a90ab2b9b3eab83d1r "vrf: Reset skb conntrack connection on VRF rcv" breaks expected netfilter behaviour
 2021-10-19 11:49 UTC  (7+ messages)

[PATCH v3 0/13] net: phy: Add qca8081 ethernet phy driver
 2021-10-19 11:48 UTC  (17+ messages)
` [PATCH v3 03/13] net: phy: at803x: improve the WOL feature
` [PATCH v3 05/13] net: phy: add qca8081 ethernet phy driver
` [PATCH v3 06/13] net: phy: add qca8081 read_status
` [PATCH v3 07/13] net: phy: add qca8081 get_features
` [PATCH v3 08/13] net: phy: add qca8081 config_aneg
` [PATCH v3 10/13] net: phy: add qca8081 config_init
` [PATCH v3 12/13] net: phy: adjust qca8081 master/slave seed value if link down

[PATCH] net: multicast: calculate csum of looped-back and forwarded packets
 2021-10-19 11:44 UTC 

[PATCH][linux-next] net/smc: prevent NULL dereference in smc_find_rdma_v2_device_serv()
 2021-10-19 11:39 UTC  (3+ messages)

[PATCH net-next 0/9] mlxsw: Multi-level qdisc offload
 2021-10-19 11:30 UTC  (11+ messages)
` [PATCH net-next 1/9] net: sch_tbf: Add a graft command
` [PATCH net-next 2/9] mlxsw: spectrum_qdisc: Query tclass / priomap instead of caching it
` [PATCH net-next 3/9] mlxsw: spectrum_qdisc: Extract two helpers for handling future FIFOs
` [PATCH net-next 4/9] mlxsw: spectrum_qdisc: Destroy children in mlxsw_sp_qdisc_destroy()
` [PATCH net-next 5/9] mlxsw: spectrum_qdisc: Unify graft validation
` [PATCH net-next 6/9] mlxsw: spectrum_qdisc: Clean stats recursively when priomap changes
` [PATCH net-next 7/9] mlxsw: spectrum_qdisc: Validate qdisc topology
` [PATCH net-next 8/9] mlxsw: spectrum_qdisc: Make RED, TBF offloads classful
` [PATCH net-next 9/9] selftests: mlxsw: Add a test for un/offloadable qdisc trees

[PATCH net-next 0/3][pull request] 40GbE Intel Wired LAN Driver Updates 2021-10-18
 2021-10-19 11:30 UTC  (5+ messages)
` [PATCH net-next 1/3] iavf: Refactor iavf state machine tracking
` [PATCH net-next 2/3] iavf: Add __IAVF_INIT_FAILED state
` [PATCH net-next 3/3] iavf: Combine init and watchdog state machines

[pull request][net-next 00/13] mlx5 updates 2021-10-18
 2021-10-19 11:30 UTC  (15+ messages)
` [net-next 01/13] net/mlx5: Support partial TTC rules
` [net-next 02/13] net/mlx5: Introduce port selection namespace
` [net-next 03/13] net/mlx5: Add support to create match definer
` [net-next 04/13] net/mlx5: Introduce new uplink destination type
` [net-next 05/13] net/mlx5: Lag, move lag files into directory
` [net-next 06/13] net/mlx5: Lag, set LAG traffic type mapping
` [net-next 07/13] net/mlx5: Lag, set match mask according to the traffic type bitmap
` [net-next 08/13] net/mlx5: Lag, add support to create definers for LAG
` [net-next 09/13] net/mlx5: Lag, add support to create TTC tables for LAG port selection
` [net-next 10/13] net/mlx5: Lag, add support to create/destroy/modify "
` [net-next 11/13] net/mlx5: Lag, use steering to select the affinity port in LAG
` [net-next 12/13] net/mlx5: E-Switch, Use dynamic alloc for dest array
` [net-next 13/13] net/mlx5: E-Switch, Increase supported number of forward destinations to 32

[PATCH V1 mlx5-next 00/13] Add mlx5 live migration driver
 2021-10-19 11:26 UTC  (6+ messages)
` [PATCH V1 mlx5-next 11/13] vfio/mlx5: Implement vfio_pci driver for mlx5 devices

[PATCH V2 mlx5-next 00/14] Add mlx5 live migration driver
 2021-10-19 11:16 UTC  (16+ messages)
` [PATCH V2 mlx5-next 01/14] PCI/IOV: Add pci_iov_vf_id() to get VF index
` [PATCH V2 mlx5-next 02/14] net/mlx5: Reuse exported virtfn index function call
` [PATCH V2 mlx5-next 03/14] net/mlx5: Disable SRIOV before PF removal
` [PATCH V2 mlx5-next 04/14] PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF
` [PATCH V2 mlx5-next 05/14] net/mlx5: Expose APIs to get/put the mlx5 core device
` [PATCH V2 mlx5-next 06/14] vdpa/mlx5: Use mlx5_vf_get_core_dev() to get PF device
` [PATCH V2 mlx5-next 07/14] vfio: Fix VFIO_DEVICE_STATE_SET_ERROR macro
` [PATCH V2 mlx5-next 08/14] vfio: Add a macro for VFIO_DEVICE_STATE_ERROR
` [PATCH V2 mlx5-next 09/14] vfio/pci_core: Make the region->release() function optional
` [PATCH V2 mlx5-next 10/14] net/mlx5: Introduce migration bits and structures
` [PATCH V2 mlx5-next 11/14] vfio/mlx5: Expose migration commands over mlx5 device
` [PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V2 mlx5-next 13/14] vfio/pci: Expose vfio_pci_aer_err_detected()
` [PATCH V2 mlx5-next 14/14] vfio/mlx5: Use its own PCI reset_done error handler

[PATCH net-next 0/2] net: sched: fixes after recent qdisc->running changes
 2021-10-19 10:46 UTC  (8+ messages)
` [PATCH net-next 1/2] net: sched: fix logic error in qdisc_run_begin()
` [PATCH net-next 2/2] net: sched: remove one pair of atomic operations

[V2][PATCH] cgroup: fix memory leak caused by missing cgroup_bpf_offline
 2021-10-19 10:41 UTC  (6+ messages)

[PATCH] virtio: Introduce a new kick interface virtqueue_kick_try()
 2021-10-19 10:37 UTC  (2+ messages)

[syzbot] divide error in genelink_tx_fixup
 2021-10-19 10:31 UTC  (9+ messages)

[PATCH net-next] net: phylink: Support disabling autonegotiation for PCS
 2021-10-19 10:24 UTC 

[PATCH net-next 0/9] Try to simplify the gnet_stats and remove qdisc->running sequence counter
 2021-10-19 10:12 UTC  (6+ messages)
` [PATCH net-next 9/9] net: sched: Remove Qdisc::running "
    ` [PATCH net-next] net: sched: Allow statistics reads from softirq

[syzbot] BUG: corrupted list in netif_napi_add
 2021-10-19 10:11 UTC  (8+ messages)

[syzbot] divide error in usbnet_start_xmit
 2021-10-19 10:08 UTC  (6+ messages)

[PATCH net-next] net: phylink: rejig SFP interface selection in ksettings_set()
 2021-10-19 10:00 UTC 

[PATCH v3 00/23] Fix some issues at documentation
 2021-10-19  9:35 UTC  (4+ messages)
` [PATCH v3 02/23] libbpf: update index.rst reference
` [PATCH v3 14/23] bpftool: update bpftool-cgroup.rst reference

[PATCH] driver: net: can: disable clock when it is in enable status
 2021-10-19  9:33 UTC  (3+ messages)

[PATCH] can: mscan: mpc5xxx_can: Make use of the helper function dev_err_probe()
 2021-10-19  9:31 UTC  (2+ messages)

[PATCH bpf 0/4] bpf, sockmap: fixes stress testing and regression
 2021-10-19  9:16 UTC  (5+ messages)
` [PATCH bpf 1/4] bpf, sockmap: Remove unhash handler for BPF sockmap usage
` [PATCH bpf 2/4] bpf, sockmap: Fix race in ingress receive verdict with redirect to self

[PATCH -next] rtw89: remove unneeded semicolon
 2021-10-19  9:13 UTC  (2+ messages)

[PATCH net-next 00/12] ethernet: manual netdev->dev_addr conversions (part 1)
 2021-10-19  7:49 UTC  (3+ messages)
` [PATCH net-next 03/12] ethernet: alteon: use eth_hw_addr_set()

[PATCH net-next] devlink: Remove extra device_lock assert checks
 2021-10-19  7:49 UTC 

[PATCH 0/2] Two fixes for documentation-file-ref-check
 2021-10-19  7:42 UTC  (2+ messages)
` [PATCH 2/2] scripts: documentation-file-ref-check: fix bpf selftests path

[RFC v2] mt76: mt7615: mt7622: fix ibss and meshpoint
 2021-10-19  7:19 UTC  (4+ messages)

[PATCH] ieee802154: Remove redundant 'flush_workqueue()' calls
 2021-10-19  7:18 UTC  (4+ messages)

pull-request: can 2021-10-19
 2021-10-19  7:15 UTC  (2+ messages)
` [PATCH net] can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX path

[syzbot] KASAN: use-after-free Read in cipso_v4_doi_add
 2021-10-19  7:14 UTC 

[PATCH net-next v2 0/4] net: wwan: Add Qualcomm BAM-DMUX WWAN network driver
 2021-10-19  7:03 UTC  (4+ messages)
` [PATCH net-next v2 3/4] dt-bindings: net: Add schema for Qualcomm BAM-DMUX

[PATCH net-next 0/2] Small fixes for redundant checks
 2021-10-19  6:26 UTC  (3+ messages)
` [PATCH net-next 1/2] net: qed_ptp: fix redundant check of rc and against -EINVAL
` [PATCH net-next 2/2] net: qed_dev: "

[PATCH net-next v2] net: marvell: prestera: add firmware v4.0 support
 2021-10-19  6:03 UTC 

[PATCH net] net: dsa: mt7530: correct ds->num_ports
 2021-10-19  5:59 UTC  (5+ messages)

[PATCH net-next] net: marvell: prestera: add firmware v4.0 support
 2021-10-19  5:59 UTC  (3+ messages)

[PATCH v3 0/8] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
 2021-10-19  5:48 UTC  (4+ messages)
` [PATCH v3 7/8] dt-bindings: net: phy: Add 10-baseT1L 2.4 Vpp

[PATCH] rtw89: fix error function parameter
 2021-10-19  5:21 UTC  (2+ messages)

[PATCH] bpf: use count for prealloc hashtab too
 2021-10-19  5:11 UTC  (9+ messages)
  ` [External] "

[syzbot] INFO: rcu detected stall in prog_array_map_clear_deferred
 2021-10-19  4:07 UTC  (2+ messages)

[PATCH] mwifiex: Fix divide error in mwifiex_usb_dnld_fw
 2021-10-19  4:04 UTC  (2+ messages)

[PATCH net] mwifiex: Fix possible memleak in probe and disconnect
 2021-10-19  3:12 UTC  (4+ messages)

[PATCH] bpf, sockmap: Do not read sk_receive_queue in tcp_bpf_recvmsg if strparser enabled
 2021-10-19  3:03 UTC  (4+ messages)

[PATCH selftests/bpf] selftests/bpf: remove duplicate include in cgroup_helpers.c
 2021-10-19  1:45 UTC 

[PATCH] can: xilinx_can: remove redundent netif_napi_del from xcan_remove
 2021-10-19  1:44 UTC  (3+ messages)

[PATCH] ice: Fix clang -Wimplicit-fallthrough in ice_pull_qvec_from_rc()
 2021-10-19  1:42 UTC 

[PATCH 1/1] ice: remove the unused function ice_aq_nvm_update_empr
 2021-10-19  9:17 UTC 

[RFC PATCH] rtl8xxxu: rtl8188cus: Fix init of PHY registers
 2021-10-19  0:59 UTC 

[PATCH][next] rtw89: Fix potential dereference of the null pointer sta
 2021-10-19  1:11 UTC  (4+ messages)

[net-next PATCH v2] net: dsa: qca8k: tidy for loop in setup and add cpu port check
 2021-10-19  0:08 UTC 

[PATCH net v2] napi: fix race inside napi_enable
 2021-10-19  0:01 UTC  (6+ messages)

[PATCH bpf-next v2 0/3] Add XDP support for bpf_load_hdr_opt
 2021-10-19  0:00 UTC  (7+ messages)

RCU: rcu stall issues and an approach to the fix
 2021-10-18 23:46 UTC  (6+ messages)

[PATCH net-next 1/2] qed: Optimize the ll2 ooo flow
 2021-10-18 23:30 UTC  (2+ messages)

[net-next RESEND PATCH 1/2] net: dsa: qca8k: tidy for loop in setup and add cpu port check
 2021-10-18 23:21 UTC  (6+ messages)

[PATCH] mISDN: Fix return values of the probe function
 2021-10-18 23:15 UTC  (3+ messages)

[RFC PATCH v2 00/13] Introduce BPF map tracing capability
 2021-10-18 23:15 UTC  (6+ messages)

linux-next: manual merge of the netfilter-next tree with the netfilter tree
 2021-10-18 23:13 UTC 

TCP/IP connections sometimes stop retransmitting packets (in nested virtualization case)
 2021-10-18 22:12 UTC  (4+ messages)

[PATCH 1/3] net: mdio: Add helper functions for accessing MDIO devices
 2021-10-18 22:09 UTC  (4+ messages)
` [PATCH 2/3] net: phylink: Convert some users of mdiobus_* to mdiodev_*
` [PATCH 3/3] net: Convert more "

[PATCH] nfp: bpf: Fix bitwise vs. logical OR warning
 2021-10-18 21:54 UTC  (4+ messages)

[PATCH v2 bpf-next 0/2] bpf: keep track of verifier insn_processed
 2021-10-18 21:24 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/2] bpf: add verified_insns to bpf_prog_info and fdinfo
` [PATCH v2 bpf-next 2/2] selftests/bpf: add verif_stats test

[syzbot] KASAN: use-after-free Read in dump_schedule (2)
 2021-10-18 20:49 UTC  (2+ messages)

[PATCH v2 0/8] nfc: dt-bindings: convert to dt-schema
 2021-10-18 20:17 UTC  (17+ messages)
` [PATCH v2 1/8] dt-bindings: nfc: nxp,nci: convert to dtschema
` [PATCH v2 2/8] dt-bindings: nfc: nxp,nci: document NXP PN547 binding
` [PATCH v2 3/8] dt-bindings: nfc: nxp,pn532: convert to dtschema
` [PATCH v2 4/8] dt-bindings: nfc: st,st21nfca: "
` [PATCH v2 5/8] dt-bindings: nfc: st,st95hf: "
` [PATCH v2 6/8] dt-bindings: nfc: st,nci: "
` [PATCH v2 7/8] dt-bindings: nfc: ti,trf7970a: "
` [PATCH v2 8/8] dt-bindings: nfc: marvell,nci: "

[PATCH] net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'
 2021-10-18 19:59 UTC 

[PATCH net-next 2/2] fq_codel: implement L4S style ce_threshold_ect1 marking
 2021-10-18 19:43 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).