summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-221-10/+14
|\
| * net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet2022-04-151-4/+4
| * net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet2022-04-151-6/+10
* | net/sched: flower: Consider the number of tags for vlan filtersBoris Sukholitko2022-04-201-8/+16
* | net/sched: flower: Add number of vlan tags filterBoris Sukholitko2022-04-201-0/+14
* | net/sched: flower: Reduce identation after is_key_vlan refactoringBoris Sukholitko2022-04-201-17/+17
* | net/sched: flower: Helper function for vlan ethtype checksBoris Sukholitko2022-04-201-15/+17
* | net: sched: support hash selecting tx queueTonghao Zhang2022-04-191-2/+47
* | net: sched: use queue_mapping to pick tx queueTonghao Zhang2022-04-191-1/+5
* | net_sched: make qdisc_reset() smallerEric Dumazet2022-04-151-10/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-153-7/+16
|\|
| * net/sched: taprio: Check if socket flags are validBenedikt Spranger2022-04-111-1/+2
| * net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner2022-04-081-1/+1
| * net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2022-04-081-5/+13
* | net/sched: flower: Avoid overwriting error messagesIdo Schimmel2022-04-081-4/+0
* | net/sched: matchall: Avoid overwriting error messagesIdo Schimmel2022-04-081-4/+0
* | net/sched: cls_api: Add extack message for unsupported action offloadIdo Schimmel2022-04-081-2/+4
* | net/sched: act_vlan: Add extack message for offload failureIdo Schimmel2022-04-081-0/+1
* | net/sched: act_tunnel_key: Add extack message for offload failureIdo Schimmel2022-04-081-0/+1
* | net/sched: act_skbedit: Add extack messages for offload failureIdo Schimmel2022-04-081-0/+7
* | net/sched: act_police: Add extack messages for offload failureIdo Schimmel2022-04-081-3/+14
* | net/sched: act_pedit: Add extack message for offload failureIdo Schimmel2022-04-081-0/+1
* | net/sched: act_mpls: Add extack messages for offload failureIdo Schimmel2022-04-081-0/+7
* | net/sched: act_mirred: Add extack message for offload failureIdo Schimmel2022-04-081-0/+1
* | net/sched: act_gact: Add extack messages for offload failureIdo Schimmel2022-04-081-0/+10
* | net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel2022-04-0816-24/+44
* | net/sched: flower: Take verbose flag into account when logging error messagesIdo Schimmel2022-04-081-6/+6
* | net/sched: matchall: Take verbose flag into account when logging error messagesIdo Schimmel2022-04-081-10/+7
|/
* net/sched: act_ct: fix ref leak when switching zonesMarcelo Ricardo Leitner2022-03-261-6/+9
* net/sched: add vlan push_eth and pop_eth action to the hardware IRMaor Dickman2022-03-161-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-03-151-24/+91
|\
| * act_ct: Support GRE offloadToshiaki Makita2022-03-031-24/+91
* | net/sched: Allow flower to match on GTP optionsWojciech Drewek2022-03-111-0/+116
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-4/+9
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-03-011-4/+9
| |\ \
| | * | net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey2022-03-011-4/+9
* | | | bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingressMartin KaFai Lau2022-03-032-0/+4
| |_|/ |/| |
* | | flow_offload: improve extack msg for user when adding invalid filterBaowen Zheng2022-03-021-0/+2
* | | net: flow_offload: add tc police action parametersJianbo Liu2022-02-281-0/+46
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-242-6/+1
|\| |
| * | net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing2022-02-231-1/+1
| |/
| * net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey2022-02-181-5/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-174-29/+41
|\|
| * net: sched: limit TC_ACT_REPEAT loopsEric Dumazet2022-02-161-3/+10
| * net_sched: add __rcu annotation to netdev->qdiscEric Dumazet2022-02-143-26/+31
* | net/sched: act_police: more accurate MTU policingDavide Caratti2022-02-141-1/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-02-091-13/+0
|\ \
| * | netfilter: conntrack: remove extension register apiFlorian Westphal2022-02-041-11/+0
| * | netfilter: conntrack: move extension sizes into coreFlorian Westphal2022-02-041-1/+0
| * | netfilter: conntrack: make all extensions 8-byte alignnedFlorian Westphal2022-02-041-1/+0
| |/