aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai19-20/+0
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
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-03-05net sched actions: corrected extack messageRoman Mashak1-1/+1
2018-03-04net: sched: tbf: handle GSO_BY_FRAGS case in enqueueDaniel Axtens1-1/+2
2018-02-28net: sch: prio: Add offload ability for grafting a childNogah Frankel1-0/+32
2018-02-28mlxsw: spectrum: qdiscs: prio: Delete child qdiscs when removing bandsNogah Frankel1-7/+6
2018-02-28net: sch: Don't warn on missmatching qlen and backlog for offloaded qdiscsNogah Frankel1-1/+6
2018-02-27net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_operationsKirill Tkhai16-0/+17
2018-02-27net: Convert simple pernet_operationsKirill Tkhai1-0/+1
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2018-02-21net: sched: add em_ipt ematch for calling xtables matchesEyal Birger3-0/+270
2018-02-20net: sched: report if filter is too large to dumpRoman Kapl1-1/+6
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-18/+32
2018-02-16net: sched: act: mirred: add extack supportAlexander Aring1-4/+11
2018-02-16net: sched: act: handle extack in tcf_generic_walkerAlexander Aring17-19/+21
2018-02-16net: sched: act: add extack for walk callbackAlexander Aring17-19/+36
2018-02-16net: sched: act: add extack for lookup callbackAlexander Aring17-18/+35
2018-02-16net: sched: act: add extack to init callbackAlexander Aring17-19/+23
2018-02-16net: sched: act: handle generic action errorsAlexander Aring1-32/+61
2018-02-16net: sched: act: add extack to initAlexander Aring2-8/+13
2018-02-16net: sched: act: fix code styleAlexander Aring2-9/+9
2018-02-16net: Revert sched action extack support series.David S. Miller3-22/+17
2018-02-16net: sched: act: add extack to initAlexander Aring2-8/+13
2018-02-16net: sched: act: fix code styleAlexander Aring2-9/+9
2018-02-16net: sched: fix unbalance in the error path of tca_action_flush()Davide Caratti1-1/+3
2018-02-13net: sched: fix tc_u_common lookupJiri Pirko1-4/+20
2018-02-13net: sched: don't set q pointer for shared blocksJiri Pirko1-14/+12