Displaying 8 results from an estimated 8 matches for "pkt_cls".
Did you mean:
net_cls
2012 Jun 12
6
[RFC] net/sched/em_canid: Ematch rule to match CAN frames according to their CAN IDs
...n of
the match function.
Example: canid(sff 0x123 eff 0x124 sff 0x230:0x7f0)
This ematch would match CAN SFF frames with the following IDs:
0x123, 0x230--0x23f or EFF frame with ID 0x124.
Signed-off-by: Rostislav Lisovy <lisovy@gmail.com>
---
include/linux/can.h | 3 +
include/linux/pkt_cls.h | 5 +-
net/sched/Kconfig | 10 +++
net/sched/Makefile | 1 +
net/sched/em_canid.c | 217 +++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 234 insertions(+), 2 deletions(-)
create mode 100644 net/sched/em_canid.c
diff --git a/include/linux/can.h b/include/...
2004 Nov 05
3
[PATCH] Use nfmark as a key for u32 classifier
Hello!
I am glad to announce a patch for u32 to allow matches on nfmark.
The patch is non intrusive (few lines).
Why I did this? Because fw classifier cannot be used together with u32.
For example, now, you cannot match a mark of 0x90 and a destination
port of 80. I know you can do it with iptables to do the marking, but if
you use Jamal actions to apply mark to policed packets, you need
2023 May 09
5
[Bridge] [RFC PATCH net-next 0/5] Add layer 2 miss indication and filtering
...3 +-
.../mellanox/mlxsw/spectrum_acl_flex_keys.c | 5 +
.../ethernet/mellanox/mlxsw/spectrum_flower.c | 16 +
drivers/net/ethernet/mscc/ocelot_flower.c | 10 +
include/linux/skbuff.h | 4 +
include/net/flow_dissector.h | 2 +
include/uapi/linux/pkt_cls.h | 2 +
net/bridge/br_device.c | 1 +
net/bridge/br_forward.c | 3 +
net/bridge/br_input.c | 1 +
net/core/flow_dissector.c | 3 +
net/sched/cls_flower.c | 14...
2023 May 18
5
[Bridge] [PATCH net-next 0/5] Add layer 2 miss indication and filtering
...3 +-
.../mellanox/mlxsw/spectrum_acl_flex_keys.c | 5 +
.../ethernet/mellanox/mlxsw/spectrum_flower.c | 16 +
drivers/net/ethernet/mscc/ocelot_flower.c | 10 +
include/linux/skbuff.h | 4 +
include/net/flow_dissector.h | 2 +
include/uapi/linux/pkt_cls.h | 2 +
net/bridge/br_device.c | 1 +
net/bridge/br_forward.c | 3 +
net/bridge/br_input.c | 1 +
net/core/flow_dissector.c | 3 +
net/sched/cls_flower.c | 14...
2005 Apr 01
0
[ANNOUNCE] iproute2 2.6.11-050330
...te added
has a data length not aligned to RTA_ALIGNTO.
[Masahide NAKAMURA]
* ipv6 xfrm allocspi and monitor support.
[Stephen Hemminger]
* include/linux/netfilter_ipv4/ip_tables.h dont include compiler.h
because it isn''t needed and not on all systems
* Update rtnetlink.h and pkt_cls.h to be stripped versions
of headers from 2.6.12-rc1
* switch to stack for netem tables
* add -force option to batch mode
* handle midline comments in batch mode
* sum per cpu fields in lnstat correctly
2004 Jun 25
1
Hashtables major:minor and prio
I have a question about a few things:
ok when you have parent x:x and handle x:x link x:x flowid and so on. What is the
max values of each of these, also where these or some of these hex numbers? I tried
this on redhat 7.3 so there may have been some updates, but this is one of the tests
I did.
[root@RL1 root]# tc filter add dev eth0 protocol ip parent 1:0 prio 10 u32 ht fffe::
match ip dst
2007 Jul 26
3
tc filter not work, why?
I try to use tc on mips with linux-2.4.18 but the u32 filter dosn''t work
I added htb qdisc to linux-2.4.18 and use it to limit the speed in
LAN, it only work well on the default class, for example
tc qdisc add dev eth0 root handle 1: htb default 10
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 2000kbit
tc class add dev eth0 parent 1:1 classid 1:10 htb rate 500kbit ceil 500kbit
2004 Feb 02
3
layer7-filter with iptables problem
Hi
iam running FEDORA,
i have installed Source of iptable 1.2.9 with the patch layer7-iptables
patch done with out any errors
and i applied patch in kernel to the layer 7 patch
and i have select the required option by doing
make menyconfig
done
make dep
make bzImage
make modules
make modules_install
make install
and rebooted with customer kernel
when i type
iptables -t mangle -A