summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-261-1/+1
|\
| * net : sched: cls_api: deal with egdev path only if neededOr Gerlitz2018-05-241-1/+1
* | net_sched: switch to rcu_workCong Wang2018-05-2412-220/+84
* | net: sched: don't disable bh when accessing action idrVlad Buslov2018-05-221-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-213-4/+8
|\ \ | |/
| * net: sched: red: avoid hashing NULL childPaolo Abeni2018-05-182-4/+6
| * net/sched: fix refcnt leak in the error path of tcf_vlan_init()Davide Caratti2018-05-161-0/+2
* | pfifo_fast: drop unneeded additional lock on dequeuePaolo Abeni2018-05-171-2/+2
* | sched: replace __QDISC_STATE_RUNNING bit with a spin lockPaolo Abeni2018-05-171-0/+11
* | sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni2018-05-161-22/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-113-3/+7
|\ \ | |/
| * net sched actions: fix refcnt leak in skbmodRoman Mashak2018-05-111-1/+4
| * net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko2018-05-111-1/+1
| * net sched actions: fix invalid pointer dereferencing if skbedit flags missingRoman Mashak2018-05-111-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-12/+25
|\ \ | |/
| * net_sched: fq: take care of throttled flows before reuseEric Dumazet2018-05-021-12/+25
* | net sched: Implemented get_fill_size routine for act_csum.Craig Dillabaugh2018-05-031-0/+6
* | cls_flower: Support multiple masks per priorityPaul Blakey2018-05-011-101/+174
|/
* net: sched: ife: handle malformed tlv lengthAlexander Aring2018-04-221-1/+6
* net: sched: ife: signal not finding metaidAlexander Aring2018-04-221-1/+1
* net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang2018-04-071-0/+1
* net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti2018-04-051-4/+8
* net: sched: do not emit messages while holding spinlockLi RongQing2018-04-011-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-012-5/+16
|\
| * net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh2018-03-271-1/+3
| * net: sched, fix OOO packets with pfifo_fastJohn Fastabend2018-03-261-4/+13
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-2719-20/+0
* | net/sched: act_vlan: declare push_vid with host byte orderDavide Caratti2018-03-231-1/+1
* | net/sched: remove tcf_idr_cleanup()Davide Caratti2018-03-231-8/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-2312-28/+41
|\ \ | |/
| * 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 actions: implement get_fill_size routine in act_gactRoman Mashak2018-03-091-0/+14
* | net sched actions: calculate add/delete event message sizeRoman Mashak2018-03-091-0/+43
* | net sched actions: update Add/Delete action API with new argumentRoman Mashak2018-03-092-9/+15
* | net/sched: cls_flower: Add support to handle first frag as match fieldPieter Jansen van Vuuren2018-03-081-0/+6
OpenPOWER on IntegriCloud