aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-24net_sched: switch to rcu_workCong Wang12-220/+84
2018-05-24net : sched: cls_api: deal with egdev path only if neededOr Gerlitz1-1/+1
2018-05-22net: sched: don't disable bh when accessing action idrVlad Buslov1-10/+10
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+8
2018-05-18net: sched: red: avoid hashing NULL childPaolo Abeni2-4/+6
2018-05-17pfifo_fast: drop unneeded additional lock on dequeuePaolo Abeni1-2/+2
2018-05-17sched: replace __QDISC_STATE_RUNNING bit with a spin lockPaolo Abeni1-0/+11
2018-05-16net/sched: fix refcnt leak in the error path of tcf_vlan_init()Davide Caratti1-0/+2
2018-05-16sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni1-22/+9
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+7
2018-05-11net sched actions: fix refcnt leak in skbmodRoman Mashak1-1/+4
2018-05-11net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko1-1/+1
2018-05-11net sched actions: fix invalid pointer dereferencing if skbedit flags missingRoman Mashak1-1/+2
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+25
2018-05-03net sched: Implemented get_fill_size routine for act_csum.Craig Dillabaugh1-0/+6
2018-05-02net_sched: fq: take care of throttled flows before reuseEric Dumazet1-12/+25
2018-05-01cls_flower: Support multiple masks per priorityPaul Blakey1-101/+174
2018-04-22net: sched: ife: handle malformed tlv lengthAlexander Aring1-1/+6
2018-04-22net: sched: ife: signal not finding metaidAlexander Aring1-1/+1
2018-04-07net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang1-0/+1
2018-04-05net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti1-4/+8
2018-04-01net: sched: do not emit messages while holding spinlockLi RongQing1-4/+7
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+16
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai19-20/+0
2018-03-27net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh1-1/+3
2018-03-26net: sched, fix OOO packets with pfifo_fastJohn Fastabend1-4/+13
2018-03-23net/sched: act_vlan: declare push_vid with host byte orderDavide Caratti1-1/+1
2018-03-23net/sched: remove tcf_idr_cleanup()Davide Caratti1-8/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-28/+41
2018-03-21net/sched: fix idr leak in the error path of tcf_skbmod_init()Davide Caratti1-1/+1
2018-03-21net/sched: fix idr leak in the error path of tcf_vlan_init()Davide Caratti1-1/+1
2018-03-21net/sched: fix idr leak in the error path of __tcf_ipt_init()Davide Caratti1-3/+6
2018-03-21net/sched: fix idr leak in the error path of tcp_pedit_init()Davide Caratti1-1/+1
2018-03-21net/sched: fix idr leak in the error path of tcf_act_police_init()Davide Caratti1-1/+1
2018-03-21net/sched: fix idr leak in the error path of tcf_simp_init()Davide Caratti1-1/+1
2018-03-21net/sched: fix idr leak on the error path of tcf_bpf_init()Davide Caratti1-1/+1
2018-03-17net/sched: fix NULL dereference on the error path of tcf_skbmod_init()Davide Caratti1-1/+2
2018-03-17net/sched: fix NULL dereference in the error path of tcf_sample_init()Davide Caratti1-1/+2
2018-03-17net/sched: fix NULL dereference in the error path of tunnel_key_init()Davide Caratti1-4/+5
2018-03-17net/sched: fix NULL dereference in the error path of tcf_csum_init()Davide Caratti1-1/+2
2018-03-17net/sched: fix NULL dereference in the error path of tcf_vlan_init()Davide Caratti1-1/+2
2018-03-17net: sched: fix uses after freeEric Dumazet1-9/+13
2018-03-15net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak1-0/+1
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens1-1/+1
2018-03-09net sched actions: implement get_fill_size routine in act_gactRoman Mashak1-0/+14
2018-03-09net sched actions: calculate add/delete event message sizeRoman Mashak1-0/+43
2018-03-09net sched actions: update Add/Delete action API with new argumentRoman Mashak2-9/+15
2018-03-08net/sched: cls_flower: Add support to handle first frag as match fieldPieter Jansen van Vuuren1-0/+6
2018-03-07sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev1-1/+1