aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2019-07-17net_sched: unset TCQ_F_CAN_BYPASS when adding filtersGravatar Cong Wang 3-4/+1
2019-07-17net/sched: Make NET_ACT_CT depends on NF_NATGravatar YueHaibing 1-1/+1
2019-07-16fix: taprio: Change type of txtime-delay parameter to u32Gravatar Vedang Patel 1-3/+3
2019-07-12net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Gravatar Vlad Buslov 1-1/+1
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadGravatar Pablo Neira Ayuso 1-12/+12
2019-07-09net: sched: remove tcf block APIGravatar Pablo Neira Ayuso 1-98/+0
2019-07-09drivers: net: use flow block APIGravatar Pablo Neira Ayuso 1-7/+7
2019-07-09net: sched: use flow block APIGravatar Pablo Neira Ayuso 1-1/+87
2019-07-09net: flow_offload: add list handling functionsGravatar Pablo Neira Ayuso 1-0/+3
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Gravatar Pablo Neira Ayuso 2-10/+10
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDGravatar Pablo Neira Ayuso 1-11/+11
2019-07-09net/sched: cls_flower: Add matching on conntrack infoGravatar Paul Blakey 1-5/+122
2019-07-09net/sched: Introduce action ctGravatar Paul Blakey 4-0/+1001
2019-07-08net: sched: add mpls manipulation actions to TCGravatar John Hurley 3-0/+418
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-23/+13
2019-07-01net sched: update mirred action for batched events operationsGravatar Roman Mashak 1-0/+6
2019-07-01idr: introduce idr_for_each_entry_continue_ul()Gravatar Cong Wang 1-20/+7
2019-07-01idr: fix overflow case for idr_for_each_entry_ul()Gravatar Cong Wang 1-3/+6
2019-06-29net: sched: em_ipt: add support for addrtype matchingGravatar Nikolay Aleksandrov 1-0/+14
2019-06-29net: sched: em_ipt: keep the user-specified nfproto and dump itGravatar Nikolay Aleksandrov 1-1/+13
2019-06-29net: sched: em_ipt: set the family based on the packet if it's unspecifiedGravatar Nikolay Aleksandrov 1-1/+6
2019-06-29net: sched: em_ipt: match only on ip/ipv6 trafficGravatar Nikolay Aleksandrov 1-0/+13
2019-06-28taprio: Adjust timestamps for TCP packetsGravatar Vedang Patel 1-1/+40
2019-06-28taprio: make clock reference conversions easierGravatar Vedang Patel 1-8/+22
2019-06-28taprio: Add support for txtime-assist modeGravatar Vedang Patel 1-17/+324
2019-06-28taprio: Remove inline directiveGravatar Vedang Patel 1-1/+1
2019-06-28taprio: calculate cycle_time when schedule is installedGravatar Vedang Patel 1-18/+11
2019-06-28etf: Add skip_sock_checkGravatar Vedang Patel 1-0/+10
2019-06-28net: sched: protect against stack overflow in TC act_mirredGravatar John Hurley 1-0/+14
2019-06-28net: sched: refactor reinsert actionGravatar John Hurley 1-1/+2
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+7
2019-06-23net/sched: cbs: Fix error path of cbs_module_initGravatar YueHaibing 1-2/+7
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 11-60/+24
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-12/+14
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 10-48/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 9-38/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Gravatar Thomas Gleixner 1-10/+1
2019-06-19net: sched: cls_flower: use flow_dissector for ingress ifindexGravatar Jiri Pirko 1-6/+8
2019-06-18net: netem: fix use after free and double free with packet corruptionGravatar Jakub Kicinski 1-8/+7
2019-06-18net: netem: fix backlog accounting for corrupted GSO framesGravatar Jakub Kicinski 1-5/+8
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-16/+18
2019-06-17net: sched: cls_matchall: allow to delete filterGravatar Jiri Pirko 1-2/+7
2019-06-17net: sched: act_ctinfo: fix policy validationGravatar Kevin Darbyshire-Bryant 1-1/+2
2019-06-17net: sched: act_ctinfo: fix action creationGravatar Kevin Darbyshire-Bryant 1-0/+1
2019-06-15net: sched: remove NET_CLS_IND config optionGravatar Jiri Pirko 4-38/+1
2019-06-14net: sched: ingress: set 'unlocked' flag for clsact Qdisc opsGravatar Vlad Buslov 1-0/+1
2019-06-14net: sched: flower: don't call synchronize_rcu() on mask creationGravatar Vlad Buslov 1-16/+18
2019-06-14sched: act_ctinfo: use extack error reportingGravatar Kevin Darbyshire-Bryant 1-5/+18
2019-06-12net: sched: ingress: set 'unlocked' flag for Qdisc opsGravatar Vlad Buslov 1-0/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 58-320/+58