aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-03-07 15:53:39 -0500
committerDavid S. Miller <davem@davemloft.net>2018-03-07 15:53:39 -0500
commit92dbb332a20959cde960a5acbacc0bbefdc07038 (patch)
tree0b36a395879ae8d746546857976a2850a40ed681 /net/core
parentselftests: forwarding: fix flags passed to first drop rule in gact_drop_and_ok_test (diff)
parentnet: mvpp2: Add support for unicast filtering (diff)
downloadlinux-dev-92dbb332a20959cde960a5acbacc0bbefdc07038.tar.xz
linux-dev-92dbb332a20959cde960a5acbacc0bbefdc07038.zip
Merge branch 'mvpp2-ucast-filter'
Maxime Chevallier says: ==================== net: mvpp2: Add Unicast filtering capabilities This series adds unicast filtering support to the Marvell PPv2 controller. This is implemented using the header parser cababilities of the PPv2, which allows for generic packet filtering based on matching patterns in the packet headers. PPv2 controller only has 256 of these entries, and we need to share them with other features, such as VLAN filtering. For each interface, we have 5 entries dedicated to unicast filtering (the controller's own address, and 4 other), and 21 to multicast filtering. When this number is reached, the controller switches to unicast or multicast promiscuous mode. The first patch reworks the function that adds and removes addresses to the filter. This is preparatory work to ease UC filter implementation. The second patch adds the UC filtering feature. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions