netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-12 00:51:59 to 2022-04-12 12:48:14 UTC [more...]

[PATCH net-next v3 00/18] Remove use of list iterator after loop body
 2022-04-12 12:15 UTC  (13+ messages)
` [PATCH net-next v3 01/18] connector: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop
` [PATCH net-next v3 03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocation
` [PATCH net-next v3 06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan()
` [PATCH net-next v3 07/18] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 09/18] qed: Use "
` [PATCH net-next v3 10/18] qed: Replace usage of found with "
` [PATCH net-next v3 11/18] qed: Remove usage of list iterator variable after the loop
` [PATCH net-next v3 12/18] net: qede: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v3 14/18] sfc: Remove usage of list iterator for list_add() after the loop body
` [PATCH net-next v3 15/18] net: netcp: Remove usage of list iterator for list_add() after "
` [PATCH net-next v3 18/18] team: Remove use of list iterator variable for list_for_each_entry_from()

[PATCH net-next v2 0/5] net/sched: flower: match on the number of vlan tags
 2022-04-12 12:12 UTC  (9+ messages)
` [PATCH net-next v2 1/5] net/sched: flower: Helper function for vlan ethtype checks
` [PATCH net-next v2 2/5] net/sched: flower: Reduce identation after is_key_vlan refactoring
` [PATCH net-next v2 3/5] flow_dissector: Add number of vlan tags dissector
` [PATCH net-next v2 4/5] net/sched: flower: Add number of vlan tags filter
` [PATCH net-next v2 5/5] net/sched: flower: Consider the number of tags for vlan filters

[RFC PATCH] Bluetooth: core: Allow bind HCI socket user channel when HCI is UP
 2022-04-12 12:09 UTC 

[PATCH net-next v6 00/13] net: wwan: t7xx: PCIe driver for MediaTek M.2 modem
 2022-04-12 12:04 UTC  (5+ messages)
` [PATCH net-next v6 04/13] net: wwan: t7xx: Add port proxy infrastructure
` [PATCH net-next v6 05/13] net: wwan: t7xx: Add control port

[PATCH] net: ftgmac100: access hardware register after clock ready
 2022-04-12 11:48 UTC 

[PATCH net-next v2 00/18] Remove use of list iterator after loop body
 2022-04-12 11:37 UTC  (21+ messages)
` [PATCH net-next v2 01/18] connector: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop
` [PATCH net-next v2 03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocation
` [PATCH net-next v2 04/18] net: dsa: sja1105: use list_add_tail(pos) instead of list_add(pos->prev)
` [PATCH net-next v2 05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan()
` [PATCH net-next v2 06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan()
` [PATCH net-next v2 07/18] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 08/18] net: sparx5: "
` [PATCH net-next v2 09/18] qed: Use "
` [PATCH net-next v2 10/18] qed: Replace usage of found with "
` [PATCH net-next v2 11/18] qed: Remove usage of list iterator variable after the loop
` [PATCH net-next v2 12/18] net: qede: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 13/18] net: qede: Remove check of list iterator against head past the loop body
` [PATCH net-next v2 14/18] sfc: Remove usage of list iterator for list_add() after "
` [PATCH net-next v2 15/18] net: netcp: Remove usage of list iterator for list_add() after "
` [PATCH net-next v2 16/18] ps3_gelic: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v2 17/18] ipvlan: Remove usage of list iterator variable for the loop body
` [PATCH net-next v2 18/18] team: Remove use of list iterator variable for list_for_each_entry_from()

[RFC PATCH v4 00/15] Landlock LSM
 2022-04-12 11:21 UTC  (18+ messages)
` [RFC PATCH v4 03/15] landlock: landlock_find/insert_rule refactoring
              ` [RFC PATCH v4 03/15] landlock: landlock_find/insert_rule refactoring (TCP port 0)
` [RFC PATCH v4 06/15] landlock: landlock_add_rule syscall refactoring
` [RFC PATCH v4 07/15] landlock: user space API network support
` [RFC PATCH v4 08/15] landlock: add support network rules

[PATCH V2 2/2] drivers: nfc: nfcmrvl: fix double free bug in nfc_fw_download_done()
 2022-04-12 11:23 UTC 

[PATCH iproute2-next 0/2] flower: match on the number of vlan tags
 2022-04-12 11:09 UTC  (4+ messages)

[PATCH] Revert "mt76: mt7921: enable aspm by default"
 2022-04-12 11:06 UTC  (6+ messages)

[PATCH V2] drivers: nfc: nfcmrvl: fix double free bug in nfcmrvl_nci_unregister_dev()
 2022-04-12 10:59 UTC  (3+ messages)
  `  "

[PATCH 0/2] Fix double free bugs in nfcmrvl module
 2022-04-12 10:56 UTC  (3+ messages)
` [PATCH V3 1/2] drivers: nfc: nfcmrvl: fix double free bugs caused by fw_dnld_over()
` [PATCH 2/2] drivers: nfc: nfcmrvl: fix double free bug in nfc_fw_download_done()

[PATCH net-next 0/5] flower: match on the number of vlan tags
 2022-04-12 10:54 UTC  (7+ messages)
` [PATCH net-next 5/5] Consider the number of vlan tags for vlan filters

[PATCH net-next] net: dsa: realtek: add compatible strings for RTL8367RB-VB
 2022-04-12 10:50 UTC  (4+ messages)

[bpf, Bug report] get an EPOLLRDHUP event before read all data from kernel buffer when using sockmap
 2022-04-12 10:02 UTC 

[PATCH 1/2] ath10k: search for default BDF name provided in DT
 2022-04-12 10:46 UTC  (6+ messages)

[PATCH net v2] ice: Fix incorrect locking in ice_vc_process_vf_msg()
 2022-04-12 10:39 UTC  (4+ messages)
    ` [Intel-wired-lan] "

[PATCH net-next v3 0/3] net: ethernet: ti: enable bc/mc storm prevention support
 2022-04-12 10:29 UTC  (4+ messages)
` [PATCH net-next v3 1/3] drivers: net: cpsw: ale: add broadcast/multicast rate limit support
` [PATCH net-next v3 2/3] net: ethernet: ti: am65-cpsw: enable bc/mc storm prevention support
` [PATCH net-next v3 3/3] net: ethernet: ti: cpsw_new: "

[PATCH] ice: wait for EMP reset after firmware flash
 2022-04-12 10:27 UTC 

[PATCH net-next 0/3] sfc: Remove some global definitions
 2022-04-12 10:30 UTC  (2+ messages)

[PATCH net-next v2 0/9] net: dsa: mt7530: updates for phylink changes
 2022-04-12 10:21 UTC  (4+ messages)

[PATCH net-next] net: phylink: remove phylink_helper_basex_speed()
 2022-04-12 10:24 UTC 

[PATCH 1/1] nl80211: Prevent out-of-bounds read when processing NL80211_ATTR_REG_ALPHA2
 2022-04-12 10:23 UTC  (5+ messages)
` [nl80211] 584f2e43bb: hwsim.ap_country.fail

[PATCH iproute2-next v2 0/2] f_flower: match on the number of vlan tags
 2022-04-12 10:03 UTC  (3+ messages)
` [PATCH iproute2-next v2 1/2] f_flower: Add num of vlans parameter
` [PATCH iproute2-next v2 2/2] f_flower: Check args with num_of_vlans

[RFC 00/13] PRUSS Remoteproc, Platform APIS, and Ethernet Driver
 2022-04-12  9:56 UTC  (12+ messages)
` [RFC 01/13] dt-bindings: remoteproc: Add PRU consumer bindings
` [RFC 13/13] net: ti: icssg-prueth: Add ICSSG ethernet driver

[PATCH] net: ethernet: ti: cpsw: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-12  9:49 UTC  (2+ messages)

[PATCH net 0/2] Netfilter fixes for net
 2022-04-12  9:42 UTC  (3+ messages)
` [PATCH net 1/2] netfilter: nft_socket: make cgroup match work in input too
` [PATCH net 2/2] netfilter: nf_tables: nft_parse_register can return a negative value

[PATCH net] Revert "net: dsa: setup master before ports"
 2022-04-12  9:44 UTC 

[PATCH] wlcore: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-12  9:34 UTC  (2+ messages)

[PATCH net] macvlan: Fix leaking skb in source mode with nodst option
 2022-04-12  9:34 UTC 

[PATCH] wlcore: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-12  9:33 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables: nft_parse_register can return a negative value
 2022-04-12  9:31 UTC  (2+ messages)

[PATCH net-next] net: ethernet: mtk_eth_soc: use after free in __mtk_ppe_check_skb()
 2022-04-12  9:24 UTC 

[PATCH linux-next] net: ceph: use swap() macro instead of taking tmp variable
 2022-04-12  9:11 UTC  (2+ messages)

[RFC PATCH net-next 0/2] devlink: Add port stats
 2022-04-12  8:16 UTC  (5+ messages)

[PATCH net] rxrpc: fix a race in rxrpc_exit_net()
 2022-04-12  8:06 UTC  (2+ messages)

[PATCH] sfc: Fix spelling mistake "writting" -> "writing"
 2022-04-12  8:00 UTC  (2+ messages)

[PATCH RFC net-next 00/13] net: bridge: forwarding of unknown IPv4/IPv6/MAC BUM traffic
 2022-04-12  7:57 UTC  (10+ messages)
` [PATCH RFC net-next 05/13] selftests: forwarding: add TCPDUMP_EXTRA_FLAGS to lib.sh
` [PATCH RFC net-next 07/13] selftests: forwarding: new test, verify bridge flood flags
` [PATCH RFC net-next 09/13] selftests: forwarding: rename test groups for next bridge mdb tests

[PATCH v2 net-next 0/2] net: bridge: add support for host l2 mdb entries
 2022-04-12  8:30 UTC  (2+ messages)

[PATCH] ixp4xx_eth: fix error check return value of platform_get_irq()
 2022-04-12  8:51 UTC 

[PATCH] net: ethernet: ti: am65-cpsw-nuss: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-12  9:05 UTC 

[PATCH nf] netfilter: Update ip6_route_me_harder to consider L3 domain
 2022-04-12  7:46 UTC 

[PATCH v4 0/3] Add reset deassertion for Aspeed MDIO
 2022-04-12  6:56 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: net: add reset property for aspeed, ast2600-mdio binding
` [PATCH v4 2/3] net: mdio: add reset control for Aspeed MDIO
` [PATCH v4 3/3] ARM: dts: aspeed: add reset properties into MDIO nodes

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-12  7:19 UTC  (46+ messages)
` [PATCH v9 01/32] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v9 02/32] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v9 03/32] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v9 04/32] virtio_ring: remove the arg vq of vring_alloc_desc_extra()
` [PATCH v9 05/32] virtio_ring: extract the logic of freeing vring
` [PATCH v9 06/32] virtio_ring: split: extract the logic of alloc queue
` [PATCH v9 07/32] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v9 08/32] virtio_ring: split: extract the logic of attach vring
` [PATCH v9 09/32] virtio_ring: split: extract the logic of vq init
` [PATCH v9 10/32] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v9 11/32] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v9 12/32] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v9 18/32] virtio_ring: introduce virtqueue_resize()
` [PATCH v9 21/32] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v9 22/32] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v9 23/32] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v9 24/32] virtio: find_vqs() add arg sizes
` [PATCH v9 25/32] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v9 26/32] virtio_mmio: "
` [PATCH v9 27/32] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v9 28/32] virtio_net: set the default max ring size by find_vqs()
` [PATCH v9 29/32] virtio_net: get ringparam by virtqueue_get_vring_max_size()

[PATCH net-next v4 0/3] net: atlantic: Add XDP support
 2022-04-12  7:17 UTC  (2+ messages)

[PATCH v2 00/14] MediaTek SoC flow offload improvements + wireless support
 2022-04-12  7:13 UTC  (6+ messages)
` [PATCH v2 14/14] net: ethernet: mtk_eth_soc: support creating mac address based offload entries

[PATCH] vDPA/ifcvf: allow userspace to suspend a queue
 2022-04-12  6:55 UTC  (2+ messages)

[Patch net-next 0/3] add ethtool SQI support for LAN87xx T1 Phy
 2022-04-12  6:33 UTC  (4+ messages)
` [Patch net-next 1/3] net: phy: LAN937x: added PHY_POLL_CABLE_TEST flag
` [Patch net-next 2/3] net: phy: LAN87xx: add ethtool SQI support
` [Patch net-next 3/3] MAINTAINERS: Add maintainers for Microchip T1 Phy driver

[PATCH net-next] Bonding: add per port priority support
 2022-04-12  6:00 UTC  (4+ messages)
` [PATCH iproute2-next] iplink: bond_slave: add per port prio support

[PATCH] NFC: NULL out the dev->rfkill to prevent UAF
 2022-04-12  5:32 UTC 

[PATCH V2] sfc: ef10: Fix assigning negative value to unsigned variable
 2022-04-12  4:00 UTC  (2+ messages)

[PATCH] net: calxedaxgmac: Fix typo (doubled "the")
 2022-04-12  4:00 UTC  (2+ messages)

[PATCH net 0/4] net: lan966x: lan966x fixes
 2022-04-12  4:00 UTC  (2+ messages)

[PATCH net-next] net: bridge: offload BR_HAIRPIN_MODE, BR_ISOLATED, BR_MULTICAST_TO_UNICAST
 2022-04-12  4:00 UTC  (2+ messages)

[PATCH] net/cadence: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-12  4:00 UTC  (2+ messages)

[PATCH -next] net: ethernet: ti: am65-cpsw: Fix build error without PHYLINK
 2022-04-12  4:00 UTC  (2+ messages)

[PATCH net-next v4 0/4] net: lan966x: Add support for FDMA
 2022-04-12  4:00 UTC  (2+ messages)

[GIT PULL] Please pull mlx5-next changes
 2022-04-12  3:50 UTC  (2+ messages)

[PATCH] net: stmmac: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-12  3:40 UTC  (2+ messages)

[PATCH] sctp: Initialize daddr on peeled off socket
 2022-04-12  3:40 UTC  (2+ messages)

[PATCH] ipv6: exthdrs: use swap() instead of open coding it
 2022-04-12  3:20 UTC 

[PATCH] net: dsa: Fix return value check of wait_for_completion_timeout
 2022-04-12  2:45 UTC 

[PATCH net-next v2 0/3] net: ethool: add support to get/set tx push by ethtool -G/g
 2022-04-12  2:01 UTC  (4+ messages)
` [PATCH net-next v2 1/3] net: ethtool: extend ringparam set/get APIs for tx_push
` [PATCH net-next v2 2/3] net: ethtool: move checks before rtnl_lock() in ethnl_set_rings
` [PATCH net-next v2 3/3] net: hns3: add tx push support in hns3 ring param process

[PATCH net-next v2] selftests: net: fib_rule_tests: add support to select a test to run
 2022-04-12  2:04 UTC 

[PATCH net 0/3] net/smc: fixes 2022-04-08
 2022-04-12  1:40 UTC  (2+ messages)

[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-04-08
 2022-04-12  1:40 UTC  (2+ messages)

[PATCH bpf-next v3 0/7] bpf: cgroup_sock lsm flavor
 2022-04-12  1:36 UTC  (11+ messages)
` [PATCH bpf-next v3 2/7] bpf: per-cgroup "
` [PATCH bpf-next v3 3/7] bpf: minimize number of allocated lsm slots per program

[PATCH] selftests: net: add support to select a test to run
 2022-04-12  1:36 UTC  (2+ messages)

[PATCH net-next] hv_netvsc: Add support for XDP_REDIRECT
 2022-04-12  1:30 UTC  (2+ messages)

[PATCH net-next 0/5] ipv4: Convert several tos fields to dscp_t
 2022-04-12  1:20 UTC  (2+ messages)

[PATCH v2] net: macb: Restart tx only if queue pointer is lagging
 2022-04-12  1:19 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 06/11] net: micrel: fix KS8851_MLL Kconfig
 2022-04-12  0:52 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 11/11] drivers: net: slip: fix NPD bug in sl_tx_timeout()

[PATCH AUTOSEL 5.10 14/30] net: micrel: fix KS8851_MLL Kconfig
 2022-04-12  0:49 UTC  (5+ messages)
` [PATCH AUTOSEL 5.10 20/30] net: axienet: setup mdio unconditionally
` [PATCH AUTOSEL 5.10 21/30] net: usb: aqc111: Fix out-of-bounds accesses in RX fixup
` [PATCH AUTOSEL 5.10 22/30] myri10ge: fix an incorrect free for skb in myri10ge_sw_tso
` [PATCH AUTOSEL 5.10 28/30] drivers: net: slip: fix NPD bug in sl_tx_timeout()

[PATCH AUTOSEL 4.9 4/7] net: micrel: fix KS8851_MLL Kconfig
 2022-04-12  0:52 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 7/7] drivers: net: slip: fix NPD bug in sl_tx_timeout()

[RFC bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
 2022-04-12  0:49 UTC  (4+ messages)
` [RFC bpf-next 4/4] selftests/bpf: Add attach bench test

[PATCH AUTOSEL 4.19 06/12] net: micrel: fix KS8851_MLL Kconfig
 2022-04-12  0:51 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 12/12] drivers: net: slip: fix NPD bug in sl_tx_timeout()

[PATCH AUTOSEL 5.4 09/21] net: micrel: fix KS8851_MLL Kconfig
 2022-04-12  0:50 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 15/21] net: usb: aqc111: Fix out-of-bounds accesses in RX fixup
` [PATCH AUTOSEL 5.4 20/21] drivers: net: slip: fix NPD bug in sl_tx_timeout()

[PATCH AUTOSEL 5.15 18/41] net: micrel: fix KS8851_MLL Kconfig
 2022-04-12  0:46 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 24/41] net: axienet: setup mdio unconditionally
` [PATCH AUTOSEL 5.15 37/41] drivers: net: slip: fix NPD bug in sl_tx_timeout()


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