Home
last modified time | relevance | path

Searched refs:promiscuous (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.15/drivers/net/wireless/intel/ipw2x00/
H A DKconfig40 bool "Enable promiscuous mode"
43 Enables promiscuous/monitor mode support for the ipw2100 driver.
45 promiscuous mode via the Wireless Tool's Monitor mode. While in this
99 bool "Enable promiscuous mode"
102 Enables promiscuous/monitor mode support for the ipw2200 driver.
104 promiscuous mode via the Wireless Tool's Monitor mode. While in this
112 bool "Enable creation of a RF radiotap promiscuous interface"
/linux-6.15/Documentation/networking/device_drivers/ethernet/intel/
H A Di40e.rst80 promiscuous mode on the Physical Function (PF).
88 set the VF to promiscuous mode.
92 For promiscuous all:
96 For promiscuous Multicast:
101 "off",meaning that promiscuous mode for the VF will be limited. To set the
102 promiscuous mode for the VF to true promiscuous and allow the VF to see all
107 The vf-true-promisc-support priv-flag does not enable promiscuous mode; rather,
108 it designates which type of promiscuous mode (limited or true) you will get
109 when you enable promiscuous mode using the ip link commands above. Note that
112 device. The PF remains in limited promiscuous mode (unless it is in MFP mode)
[all …]
H A Dice.rst600 NOTE: It's important to set the VF to trusted before setting promiscuous mode.
603 new request to set the VF to promiscuous.
606 set the VF to promiscuous mode.
608 For promiscuous all::
613 For promiscuous Multicast::
619 "off," meaning that promiscuous mode for the VF will be limited. To set the
620 promiscuous mode for the VF to true promiscuous and allow the VF to see all
625 The vf-true-promisc-support private flag does not enable promiscuous mode;
627 get when you enable promiscuous mode using the ip link commands above. Note
630 device. The PF remains in limited promiscuous mode regardless of the
[all …]
/linux-6.15/drivers/net/ethernet/micrel/
H A Dksz884x.c1224 u8 promiscuous; member
1407 int promiscuous; member
3414 if (hw->promiscuous) in hw_setup()
5004 if (priv->promiscuous) in netdev_close()
5005 --hw->promiscuous; in netdev_close()
5074 hw->promiscuous = 0; in prepare_hardware()
5300 if (promiscuous != priv->promiscuous) { in dev_set_promiscuous()
5303 if (promiscuous) in dev_set_promiscuous()
5304 ++hw->promiscuous; in dev_set_promiscuous()
5306 --hw->promiscuous; in dev_set_promiscuous()
[all …]
/linux-6.15/drivers/net/ieee802154/
H A Dcc2520.c212 bool promiscuous; /* Flag for promiscuous mode */ member
484 if (priv->promiscuous) { in cc2520_tx()
567 if (!priv->promiscuous) { in cc2520_rx()
797 priv->promiscuous = on; in cc2520_set_promiscuous_mode()
H A Dca8210.c330 bool promiscuous; member
637 priv->promiscuous = false; in ca8210_reset_send()
1783 if (priv->promiscuous) in ca8210_skb_rx()
2340 priv->promiscuous = on; in ca8210_set_promiscuous_mode()
3051 priv->promiscuous = false; in ca8210_probe()
H A Dadf7242.c281 bool promiscuous; member
798 lp->promiscuous = on; in adf7242_set_promiscuous_mode()
1052 adf7242_set_promiscuous_mode(lp->hw, lp->promiscuous); in adf7242_soft_reset()
/linux-6.15/Documentation/networking/device_drivers/ethernet/ti/
H A Dcpsw_switchdev.rst30 - optimized promiscuous mode: The P0_UNI_FLOOD (both ports) is enabled in
32 So, Ports in promiscuous mode will keep possibility of mcast and vlan
/linux-6.15/Documentation/networking/device_drivers/fddi/
H A Ddefza.rst38 requested explicitly or if the CAM overflows. The promiscuous mode
/linux-6.15/net/batman-adv/
H A DKconfig64 configured to have promiscuous mode enabled in order to make
/linux-6.15/drivers/net/wireless/st/cw1200/
H A Ddebug.c129 if (priv->rx_filter.promiscuous) in cw1200_status_show()
H A Dwsm.h1353 bool promiscuous; member
1363 if (arg->promiscuous) in wsm_set_rx_filter()
/linux-6.15/drivers/net/arcnet/
H A DKconfig110 things as promiscuous mode, so packet sniffing is possible, and
/linux-6.15/Documentation/networking/
H A Dj1939.rst520 The ``SO_J1939_PROMISC`` option enables socket-level promiscuous mode. When
523 enabling promiscuous mode for an Ethernet interface, where all traffic on the
527 ``SO_J1939_PROMISC``. This means that even in promiscuous mode, you can reduce
530 socket, allowing for more refined traffic selection while promiscuous mode is
535 promiscuous mode, while any non-zero value enables it.
548 promiscuous mode, allowing the socket to receive all J1939 traffic on the
H A Dipvlan.rst131 puts the NIC in promiscuous mode and degraded performance is a concern.
H A Dbonding.rst1976 underlying device -- i.e. the bonding interface -- to promiscuous
2211 common to enable promiscuous mode on the device, so that all traffic
2213 The bonding driver handles promiscuous mode changes to the bonding
2218 the promiscuous mode setting is propagated to all slaves.
2221 promiscuous mode setting is propagated only to the active slave.
2232 promiscuous setting will be propagated to the new active slave.
/linux-6.15/drivers/net/ethernet/cortina/
H A Dgemini.h709 unsigned int promiscuous:1; member
/linux-6.15/drivers/net/ethernet/intel/
H A De100.c564 promiscuous = (1 << 1), enumerator
1110 if (nic->flags & promiscuous || nic->loopback) { in e100_configure()
1585 nic->flags |= promiscuous; in e100_set_multicast_list()
1587 nic->flags &= ~promiscuous; in e100_set_multicast_list()
/linux-6.15/drivers/net/ethernet/ibm/
H A Dibmvnic.h188 __be32 promiscuous; member
/linux-6.15/Documentation/admin-guide/media/
H A Dfaq.rst180 into promiscuous mode so it accepts any packets from the PID
/linux-6.15/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c1867 goto promiscuous; in mv643xx_eth_program_multicast_filter()
1872 goto promiscuous; in mv643xx_eth_program_multicast_filter()
1901 promiscuous: in mv643xx_eth_program_multicast_filter()
/linux-6.15/drivers/scsi/be2iscsi/
H A Dbe_cmds.h686 u8 promiscuous; member
/linux-6.15/drivers/net/ethernet/freescale/
H A Ducc_geth.c1210 int promiscuous, u32 __iomem *upsmr_register) in init_rx_parameters() argument
1226 if (promiscuous) in init_rx_parameters()
/linux-6.15/Documentation/networking/devlink/
H A Ddevlink-trap.rst487 the interface is not in promiscuous mode
/linux-6.15/scripts/
H A Dspelling.txt1287 promiscous||promiscuous

12