summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: fix idr leak in the error path of tcf_skbmod_init()Davide Caratti2018-03-211-1/+1
* net/sched: fix idr leak in the error path of tcf_vlan_init()Davide Caratti2018-03-211-1/+1
* net/sched: fix idr leak in the error path of __tcf_ipt_init()Davide Caratti2018-03-211-3/+6
* net/sched: fix idr leak in the error path of tcp_pedit_init()Davide Caratti2018-03-211-1/+1
* net/sched: fix idr leak in the error path of tcf_act_police_init()Davide Caratti2018-03-211-1/+1
* net/sched: fix idr leak in the error path of tcf_simp_init()Davide Caratti2018-03-211-1/+1
* net/sched: fix idr leak on the error path of tcf_bpf_init()Davide Caratti2018-03-211-1/+1
* net/sched: fix NULL dereference on the error path of tcf_skbmod_init()Davide Caratti2018-03-171-1/+2
* net/sched: fix NULL dereference in the error path of tcf_sample_init()Davide Caratti2018-03-171-1/+2
* net/sched: fix NULL dereference in the error path of tunnel_key_init()Davide Caratti2018-03-171-4/+5
* net/sched: fix NULL dereference in the error path of tcf_csum_init()Davide Caratti2018-03-171-1/+2
* net/sched: fix NULL dereference in the error path of tcf_vlan_init()Davide Caratti2018-03-171-1/+2
* net: sched: fix uses after freeEric Dumazet2018-03-171-9/+13
* net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak2018-03-151-0/+1
* net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens2018-03-091-1/+1
* sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev2018-03-071-1/+1
* net: sched: tbf: handle GSO_BY_FRAGS case in enqueueDaniel Axtens2018-03-041-1/+2
* net: sched: report if filter is too large to dumpRoman Kapl2018-02-201-1/+6
* net: sched: fix tc_u_common lookupJiri Pirko2018-02-131-4/+20
* net: sched: don't set q pointer for shared blocksJiri Pirko2018-02-131-14/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-092-2/+3
|\
| * net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera2018-02-081-1/+2
| * sch_netem: Bug fixing in calculating Netem intervalMd. Islam2018-02-071-1/+1
* | Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-02-086-129/+95
|\ \ | |/ |/|
| * idr: Rename idr_for_each_entry_extMatthew Wilcox2018-02-061-3/+3
| * cls_u32: Convert to idr_alloc_u32Matthew Wilcox2018-02-061-13/+10
| * cls_u32: Reinstate cyclic allocationMatthew Wilcox2018-02-061-10/+4
| * cls_flower: Convert to idr_alloc_u32Matthew Wilcox2018-02-061-16/+10
| * cls_bpf: Convert to use idr_alloc_u32Matthew Wilcox2018-02-061-14/+10
| * cls_basic: Convert to use idr_alloc_u32Matthew Wilcox2018-02-061-15/+10
| * cls_api: Convert to idr_alloc_u32Matthew Wilcox2018-02-061-2/+2
| * net sched actions: Convert to use idr_alloc_u32Matthew Wilcox2018-02-061-35/+25
| * idr: Delete idr_find_ext functionMatthew Wilcox2018-02-063-3/+3
| * idr: Delete idr_replace_ext functionMatthew Wilcox2018-02-065-5/+5
| * idr: Delete idr_remove_ext functionMatthew Wilcox2018-02-066-13/+13
* | cls_u32: fix use after free in u32_destroy_key()Paolo Abeni2018-02-061-10/+11
|/
* cls_u32: add missing RCU annotation.Paolo Abeni2018-02-021-5/+7
* net: create skb_gso_validate_mac_len()Daniel Axtens2018-02-011-10/+0
* net/sched: kconfig: Remove blank help textsUlf Magnusson2018-01-311-3/+0
* net_sched: implement ->change_tx_queue_len() for pfifo_fastCong Wang2018-01-291-0/+18
* net_sched: plug in qdisc ops change_tx_queue_lenCong Wang2018-01-291-0/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-241-1/+1
|\
| * net: sched: em_nbyte: don't add the data offset twiceWolfgang Bumiller2018-01-241-1/+1
* | cls_u32: propagate extack to delete callbackJakub Kicinski2018-01-241-15/+19
* | cls_u32: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-241-4/+6
* | cls_flower: propagate extack to delete callbackJakub Kicinski2018-01-241-8/+10
* | cls_flower: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-241-3/+3
* | cls_matchall: propagate extack to delete callbackJakub Kicinski2018-01-241-4/+5
* | cls_matchall: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-241-2/+2
* | cls_bpf: propagate extack to offload delete callbackJakub Kicinski2018-01-241-6/+8
OpenPOWER on IntegriCloud