summaryrefslogtreecommitdiff
path: root/proto_icmpv4.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2019-09-23 10:06:55 +0200
committerTobias Klauser <tklauser@distanz.ch>2019-09-23 10:06:55 +0200
commit6f1e2e2be8ac532f1b6ed0b6c148decbd5e9fd13 (patch)
tree2d888c27eeb691da691f342c3ad3ab6b2d81af44 /proto_icmpv4.c
parent29fb845dfcf988110d01c141fdd490163a6f3714 (diff)
AUTHORS: update
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'proto_icmpv4.c')
0 files changed, 0 insertions, 0 deletions
ss necessary to insert catch-all (aka 'default') filters to direct this traffic, similar to the existing unencapsulated uni- and multi-cast catch-all filters, as otherwise the traffic will be dropped by the NIC - implementation details of the hardware filtering mean that the traffic will not get matched on outer MAC address to unencapsulated catch- all filters. (Yes, this is a mess.) Although this is, therefore, fixing a bug in the existing driver, it's a bug which has existed since 8000 series support was added, and the fix involves quite a big patch with an 'adding features' flavour to it, hence why this is for net-next rather than net and stable. v2: move netif_cond_dbg into netdevice.h and its own patch ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat