summaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
* sched: act_ct: take care of padding in struct zones_ht_keyEric Dumazet2024-07-261-1/+3
* net/sched: cls_flower: propagate tca[TCA_OPTIONS] to NL_REQ_ATTR_CHECKAsbjørn Sloth Tønnesen2024-07-151-14/+20
* flow_dissector: set encapsulation control flags for non-IPAsbjørn Sloth Tønnesen2024-07-151-1/+2
* flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGSAsbjørn Sloth Tønnesen2024-07-151-3/+0
* net/sched: cls_flower: rework TCA_FLOWER_KEY_ENC_FLAGS usageAsbjørn Sloth Tønnesen2024-07-151-43/+13
* net/sched: cls_flower: add tunnel flags to fl_{set,dump}_key_flags()Asbjørn Sloth Tønnesen2024-07-151-0/+30
* net/sched: cls_flower: add policy for TCA_FLOWER_KEY_FLAGSAsbjørn Sloth Tønnesen2024-07-151-2/+8
* net/sched: cls_flower: prepare fl_{set,dump}_key_flags() for ENC_FLAGSAsbjørn Sloth Tønnesen2024-07-151-10/+30
* Merge branch 'net-make-timestamping-selectable'Jakub Kicinski2024-07-151-1/+1
|\
| * net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* | net/sched: act_skbmod: convert comma to semicolonChen Ni2024-07-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-112-6/+14
|\ \ | |/ |/|
| * net/sched: Fix UAF when resolving a clashChengen Du2024-07-111-0/+8
| * bpf: Fix too early release of tcx_entryDaniel Borkmann2024-07-081-6/+6
* | act_ct: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal2024-07-081-6/+25
* | net: sched: act_sample: add action cookie to sampleAdrian Moreno2024-07-061-0/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-202-7/+12
|\|
| * sched: act_ct: add netns into the key of tcf_ct_flow_tableXin Long2024-06-181-5/+11
| * net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()David Ruth2024-06-181-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-131-0/+1
|\|
| * net/sched: initialize noop_qdisc ownerJohannes Berg2024-06-111-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-062-10/+7
|\|
| * net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAPEric Dumazet2024-06-061-9/+6
| * net: sched: sch_multiq: fix possible OOB write in multiq_tune()Hangyu Hua2024-06-051-1/+1
* | net: use unrcu_pointer() helperEric Dumazet2024-06-061-1/+1
* | net/sched: cls_flower: add support for matching tunnel control flagsDavide Caratti2024-06-041-1/+55
* | net: count drops due to missing qdisc as dev->tx_dropsJakub Kicinski2024-06-041-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-311-6/+8
|\|
| * net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean2024-05-291-5/+5
| * net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean2024-05-291-1/+3
* | net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan2024-05-232-4/+4
|/
* net/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju2024-05-101-4/+7
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-081-1/+1
* rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet2024-05-072-2/+2
* net_sched: sch_sfq: annotate data-races around q->perturb_periodEric Dumazet2024-05-031-4/+9
* net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti2024-05-022-0/+2
* net/sched: fix false lockdep warning on qdisc root lockDavide Caratti2024-04-262-19/+6
* net_sched: sch_skbprio: implement lockless skbprio_dump()Eric Dumazet2024-04-191-3/+5
* net_sched: sch_pie: implement lockless pie_dump()Eric Dumazet2024-04-191-18/+21
* net_sched: sch_hhf: implement lockless hhf_dump()Eric Dumazet2024-04-191-14/+21
* net_sched: sch_hfsc: implement lockless accesses to q->defclsEric Dumazet2024-04-191-5/+4
* net_sched: sch_fq_pie: implement lockless fq_pie_dump()Eric Dumazet2024-04-191-27/+34
* net_sched: sch_fq_codel: implement lockless fq_codel_dump()Eric Dumazet2024-04-191-22/+35
* net_sched: sch_fifo: implement lockless __fifo_dump()Eric Dumazet2024-04-191-6/+7
* net_sched: sch_ets: implement lockless ets_dump()Eric Dumazet2024-04-191-11/+14
* net_sched: sch_tfs: implement lockless etf_dump()Eric Dumazet2024-04-191-5/+5
* net_sched: sch_codel: implement lockless codel_dump()Eric Dumazet2024-04-191-11/+18
* net_sched: sch_choke: implement lockless choke_dump()Eric Dumazet2024-04-191-10/+11
* net_sched: sch_cbs: implement lockless cbs_dump()Eric Dumazet2024-04-191-10/+10
* net_sched: cake: implement lockless cake_dump()Eric Dumazet2024-04-191-47/+63