index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
pkt_cls.h
Age
Commit message (
Expand
)
Author
2016-09-28
net/sched: pkt_cls: change tc actions order to be as the user sets
Hadar Hen Zion
2016-09-21
net: cls_bpf: allow offloaded filters to update stats
Jakub Kicinski
2016-09-21
net: cls_bpf: limit hardware offload by software-only flag
Jakub Kicinski
2016-09-21
net: cls_bpf: add hardware offload
Jakub Kicinski
2016-08-22
net_sched: properly handle failure case of tcf_exts_init()
WANG Cong
2016-08-17
net_sched: convert tcf_exts from list to pointer array
WANG Cong
2016-08-17
net_sched: move tc offload macros to pkt_cls.h
WANG Cong
2016-07-24
net/sched: Add match-all classifier hw offloading.
Yotam Gigi
2016-06-07
net: sched: fix tc_should_offload for specific clsact classes
Daniel Borkmann
2016-05-16
net/sched: cls_flower: Hardware offloaded filters statistics support
Amir Vadai
2016-05-16
net: cls_u32: Add support for skip-sw flag to tc u32 classifier.
Samudrala, Sridhar
2016-05-16
net: sched: Move TCA_CLS_FLAGS_SKIP_HW to uapi header file.
Samudrala, Sridhar
2016-03-11
net/flower: Fix pointer cast
Amir Vadai
2016-03-10
net/flower: Introduce hardware offload support
Amir Vadai
2016-03-01
net: sched: cls_u32 add bit to specify software only rules
John Fastabend
2016-03-01
net: cls_u32: move TC offload feature bit into cls_u32 offload logic
John Fastabend
2016-03-01
net: sched: consolidate offload decision in cls_u32
John Fastabend
2016-02-17
net: pack tc_cls_u32_knode struct slighter better
John Fastabend
2016-02-17
net: sched: add cls_u32 offload hooks for netdevs
John Fastabend
2014-10-06
net: sched: remove tcf_proto from ematch calls
John Fastabend
2014-10-01
net_sched: avoid calling tcf_unbind_filter() in call_rcu callback
WANG Cong
2014-09-28
net_sched: remove the first parameter from tcf_exts_destroy()
WANG Cong
2014-04-27
sched, cls: check if we could overwrite actions when changing a filter
Cong Wang
2014-01-13
net_sched: optimize tcf_match_indev()
WANG Cong
2013-12-18
net_sched: cls: refactor out struct tcf_ext_map
WANG Cong
2013-12-18
net_sched: act: use standard struct list_head
WANG Cong
2013-07-31
net: Remove extern from include/net/ scheduling prototypes
Joe Perches
2013-01-14
pkt_sched: namespace aware act_mirred
Benjamin LaHaise
2010-12-21
net: Fix range checks in tcf_valid_offset().
David S. Miller
2009-11-20
net: rename skb->iif to skb->skb_iif
Eric Dumazet
2009-11-04
net: cleanup include/net
Eric Dumazet
2008-11-16
ematch: simpler tcf_em_unregister()
Alexey Dobriyan
2008-03-27
[PKT_SCHED]: Pass real namespace in net scheduler classifiers.
Denis V. Lunev
2008-01-31
[NET_SCHED]: Constify struct tcf_ext_map
Patrick McHardy
2008-01-28
[NET_SCHED]: Convert classifiers from rtnetlink to new netlink API
Patrick McHardy
2008-01-28
[NET]: netns compilation speedup
Denis V. Lunev
2007-10-10
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
2007-07-15
[NET_SCHED]: Kill CONFIG_NET_CLS_POLICE
Patrick McHardy
2007-07-11
[NET_SCHED]: ematch: module autoloading
Patrick McHardy
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce skb_transport_header(skb)
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
2007-04-25
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
2007-03-29
[IFB]: Fix crash on input device removal
Patrick McHardy
2005-08-29
[NET]: Remove explicit initializations of skb->input_dev
David S. Miller
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds