aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-11net/sched: taprio: Check if socket flags are validBenedikt Spranger1-1/+2
2022-04-08net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner1-1/+1
2022-04-08net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov1-5/+13
2022-03-26net/sched: act_ct: fix ref leak when switching zonesMarcelo Ricardo Leitner1-6/+9
2022-03-16net/sched: add vlan push_eth and pop_eth action to the hardware IRMaor Dickman1-0/+13
2022-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-24/+91
2022-03-11net/sched: Allow flower to match on GTP optionsWojciech Drewek1-0/+116
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+9
2022-03-03bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingressMartin KaFai Lau2-0/+4
2022-03-03act_ct: Support GRE offloadToshiaki Makita1-24/+91
2022-03-02flow_offload: improve extack msg for user when adding invalid filterBaowen Zheng1-0/+2
2022-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-4/+9
2022-03-01net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey1-4/+9
2022-02-28net: flow_offload: add tc police action parametersJianbo Liu1-0/+46
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+1
2022-02-23net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing1-1/+1
2022-02-18net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey1-5/+0
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-29/+41
2022-02-16net: sched: limit TC_ACT_REPEAT loopsEric Dumazet1-3/+10
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet3-26/+31
2022-02-14net/sched: act_police: more accurate MTU policingDavide Caratti1-1/+15
2022-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-13/+0
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey1-13/+32
2022-02-04netfilter: conntrack: remove extension register apiFlorian Westphal1-11/+0
2022-02-04netfilter: conntrack: move extension sizes into coreFlorian Westphal1-1/+0
2022-02-04netfilter: conntrack: make all extensions 8-byte alignnedFlorian Westphal1-1/+0
2022-02-01net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet1-4/+7
2022-01-25sch_htb: Fail on unsupported parameters when offload is requestedMaxim Mikityanskiy1-0/+20
2022-01-20net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira1-1/+1
2022-01-13net_sched: restore "mpu xxx" handlingKevin Bracey1-0/+1
2022-01-13sch_api: Don't skip qdisc attach on ingressMaxim Mikityanskiy1-1/+1
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+8
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey2-0/+8
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-4/+3
2022-01-09net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal1-3/+3
2022-01-09netfilter: conntrack: convert to refcount_t apiFlorian Westphal1-1/+0
2022-01-07sch_cake: revise Diffserv docsKevin Bracey1-20/+20
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+2
2022-01-05net/sched: add missing tracker information in qdisc_create()Eric Dumazet1-1/+1
2022-01-04sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet1-4/+2
2022-01-04net/sched: act_ct: Fill offloading tuple iifidxPaul Blakey1-0/+27
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-12/+19
2021-12-23flow_offload: fix suspicious RCU usage when offloading tc actionBaowen Zheng1-2/+9
2021-12-21net/sched: use min() macro instead of doing it manuallyYang Li1-3/+3
2021-12-19flow_offload: validate flags of filter and actionsBaowen Zheng5-19/+47
2021-12-19flow_offload: add reoffload process to update hw_countBaowen Zheng1-17/+235
2021-12-19net: sched: save full flags for tc actionBaowen Zheng1-3/+5
2021-12-19flow_offload: add process to update action stats from hardwareBaowen Zheng1-0/+34