aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2022-04-15net/sched: cls_u32: fix possible leak in u32_init_knode()Gravatar Eric Dumazet 1-4/+4
2022-04-15net/sched: cls_u32: fix netns refcount changes in u32_change()Gravatar Eric Dumazet 1-6/+10
2022-04-11net/sched: taprio: Check if socket flags are validGravatar Benedikt Spranger 1-1/+2
2022-04-08net/sched: fix initialization order when updating chain 0 headGravatar Marcelo Ricardo Leitner 1-1/+1
2022-04-08net/sched: flower: fix parsing of ethertype following VLAN headerGravatar Vlad Buslov 1-5/+13
2022-03-26net/sched: act_ct: fix ref leak when switching zonesGravatar Marcelo Ricardo Leitner 1-6/+9
2022-03-16net/sched: add vlan push_eth and pop_eth action to the hardware IRGravatar Maor Dickman 1-0/+13
2022-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextGravatar Jakub Kicinski 1-24/+91
2022-03-11net/sched: Allow flower to match on GTP optionsGravatar Wojciech Drewek 1-0/+116
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+9
2022-03-03bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingressGravatar Martin KaFai Lau 2-0/+4
2022-03-03act_ct: Support GRE offloadGravatar Toshiaki Makita 1-24/+91
2022-03-02flow_offload: improve extack msg for user when adding invalid filterGravatar Baowen Zheng 1-0/+2
2022-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfGravatar Jakub Kicinski 1-4/+9
2022-03-01net/sched: act_ct: Fix flow table lookup failure with no originating ifindexGravatar Paul Blakey 1-4/+9
2022-02-28net: flow_offload: add tc police action parametersGravatar Jianbo Liu 1-0/+46
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-6/+1
2022-02-23net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MODGravatar Wan Jiabing 1-1/+1
2022-02-18net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesGravatar Paul Blakey 1-5/+0
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 4-29/+41
2022-02-16net: sched: limit TC_ACT_REPEAT loopsGravatar Eric Dumazet 1-3/+10
2022-02-14net_sched: add __rcu annotation to netdev->qdiscGravatar Eric Dumazet 3-26/+31
2022-02-14net/sched: act_police: more accurate MTU policingGravatar Davide Caratti 1-1/+15
2022-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextGravatar Jakub Kicinski 1-13/+0
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededGravatar Paul Blakey 1-13/+32
2022-02-04netfilter: conntrack: remove extension register apiGravatar Florian Westphal 1-11/+0
2022-02-04netfilter: conntrack: move extension sizes into coreGravatar Florian Westphal 1-1/+0
2022-02-04netfilter: conntrack: make all extensions 8-byte alignnedGravatar Florian Westphal 1-1/+0
2022-02-01net: sched: fix use-after-free in tc_new_tfilter()Gravatar Eric Dumazet 1-4/+7
2022-01-25sch_htb: Fail on unsupported parameters when offload is requestedGravatar Maxim Mikityanskiy 1-0/+20
2022-01-20net: sched: Clarify error message when qdisc kind is unknownGravatar Victor Nogueira 1-1/+1
2022-01-13net_sched: restore "mpu xxx" handlingGravatar Kevin Bracey 1-0/+1
2022-01-13sch_api: Don't skip qdisc attach on ingressGravatar Maxim Mikityanskiy 1-1/+1
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-0/+8
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcGravatar Paul Blakey 2-0/+8
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar Jakub Kicinski 1-4/+3
2022-01-09net: prefer nf_ct_put instead of nf_conntrack_putGravatar Florian Westphal 1-3/+3
2022-01-09netfilter: conntrack: convert to refcount_t apiGravatar Florian Westphal 1-1/+0
2022-01-07sch_cake: revise Diffserv docsGravatar Kevin Bracey 1-20/+20
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+2
2022-01-05net/sched: add missing tracker information in qdisc_create()Gravatar Eric Dumazet 1-1/+1
2022-01-04sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscGravatar Eric Dumazet 1-4/+2
2022-01-04net/sched: act_ct: Fill offloading tuple iifidxGravatar Paul Blakey 1-0/+27
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+1
2021-12-29net: Don't include filter.h from net/sock.hGravatar Jakub Kicinski 1-0/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 4-12/+19
2021-12-23flow_offload: fix suspicious RCU usage when offloading tc actionGravatar Baowen Zheng 1-2/+9
2021-12-21net/sched: use min() macro instead of doing it manuallyGravatar Yang Li 1-3/+3
2021-12-19flow_offload: validate flags of filter and actionsGravatar Baowen Zheng 5-19/+47
2021-12-19flow_offload: add reoffload process to update hw_countGravatar Baowen Zheng 1-17/+235