summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2018-04-22net: sched: ife: handle malformed tlv lengthAlexander Aring
2018-04-22net: sched: ife: signal not finding metaidAlexander Aring
2018-04-07net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang
2018-04-05net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti
2018-04-01net: sched: do not emit messages while holding spinlockLi RongQing
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-27net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh
2018-03-26net: sched, fix OOO packets with pfifo_fastJohn Fastabend
2018-03-23net/sched: act_vlan: declare push_vid with host byte orderDavide Caratti
2018-03-23net/sched: remove tcf_idr_cleanup()Davide Caratti
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-21net/sched: fix idr leak in the error path of tcf_skbmod_init()Davide Caratti
2018-03-21net/sched: fix idr leak in the error path of tcf_vlan_init()Davide Caratti
2018-03-21net/sched: fix idr leak in the error path of __tcf_ipt_init()Davide Caratti
2018-03-21net/sched: fix idr leak in the error path of tcp_pedit_init()Davide Caratti
2018-03-21net/sched: fix idr leak in the error path of tcf_act_police_init()Davide Caratti
2018-03-21net/sched: fix idr leak in the error path of tcf_simp_init()Davide Caratti
2018-03-21net/sched: fix idr leak on the error path of tcf_bpf_init()Davide Caratti
2018-03-17net/sched: fix NULL dereference on the error path of tcf_skbmod_init()Davide Caratti
2018-03-17net/sched: fix NULL dereference in the error path of tcf_sample_init()Davide Caratti
2018-03-17net/sched: fix NULL dereference in the error path of tunnel_key_init()Davide Caratti
2018-03-17net/sched: fix NULL dereference in the error path of tcf_csum_init()Davide Caratti
2018-03-17net/sched: fix NULL dereference in the error path of tcf_vlan_init()Davide Caratti
2018-03-17net: sched: fix uses after freeEric Dumazet
2018-03-15net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens
2018-03-09net sched actions: implement get_fill_size routine in act_gactRoman Mashak
2018-03-09net sched actions: calculate add/delete event message sizeRoman Mashak
2018-03-09net sched actions: update Add/Delete action API with new argumentRoman Mashak
2018-03-08net/sched: cls_flower: Add support to handle first frag as match fieldPieter Jansen van Vuuren
2018-03-07sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-05net sched actions: corrected extack messageRoman Mashak
2018-03-04net: sched: tbf: handle GSO_BY_FRAGS case in enqueueDaniel Axtens
2018-02-28net: sch: prio: Add offload ability for grafting a childNogah Frankel
2018-02-28mlxsw: spectrum: qdiscs: prio: Delete child qdiscs when removing bandsNogah Frankel
2018-02-28net: sch: Don't warn on missmatching qlen and backlog for offloaded qdiscsNogah Frankel
2018-02-27net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_opera...Kirill Tkhai
2018-02-27net: Convert simple pernet_operationsKirill Tkhai
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-21net: sched: add em_ipt ematch for calling xtables matchesEyal Birger
2018-02-20net: sched: report if filter is too large to dumpRoman Kapl
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-16net: sched: act: mirred: add extack supportAlexander Aring
2018-02-16net: sched: act: handle extack in tcf_generic_walkerAlexander Aring
2018-02-16net: sched: act: add extack for walk callbackAlexander Aring
2018-02-16net: sched: act: add extack for lookup callbackAlexander Aring
2018-02-16net: sched: act: add extack to init callbackAlexander Aring
2018-02-16net: sched: act: handle generic action errorsAlexander Aring