summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook-7/+9
2018-06-08net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti-9/+6
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-503/+628
2018-06-06Revert "net: sched: cls: Fix offloading when ingress dev is vxlan"David S. Miller-16/+10
2018-06-05net: sched: cls: Fix offloading when ingress dev is vxlanPaul Blakey-10/+16
2018-06-04net: sched: return error code when tcf proto is not foundVlad Buslov-2/+2
2018-06-04cls_flower: Fix comparing of old filter mask with new filterPaul Blakey-1/+1
2018-06-04cls_flower: Fix missing free of rhashtablePaul Blakey-0/+2
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-13/+1
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2018-06-01net: sched: split tc_ctl_tfilter into three handlersVlad Buslov-145/+293
2018-05-31cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey-1/+1
2018-05-31net: remove bypassed check in sch_direct_xmit()Song Liu-3/+0
2018-05-29net: sched: mq: request stats from offloadsJakub Kicinski-0/+18
2018-05-29net: sched: mq: add simple offload notificationJakub Kicinski-0/+19
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2018-05-24net_sched: switch to rcu_workCong Wang-220/+84
2018-05-24net : sched: cls_api: deal with egdev path only if neededOr Gerlitz-1/+1
2018-05-22net: sched: don't disable bh when accessing action idrVlad Buslov-10/+10
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+8
2018-05-18net: sched: red: avoid hashing NULL childPaolo Abeni-4/+6
2018-05-17pfifo_fast: drop unneeded additional lock on dequeuePaolo Abeni-2/+2
2018-05-17sched: replace __QDISC_STATE_RUNNING bit with a spin lockPaolo Abeni-0/+11
2018-05-16net/sched: fix refcnt leak in the error path of tcf_vlan_init()Davide Caratti-0/+2
2018-05-16sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni-22/+9
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-13/+1
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+7
2018-05-11net sched actions: fix refcnt leak in skbmodRoman Mashak-1/+4
2018-05-11net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko-1/+1
2018-05-11net sched actions: fix invalid pointer dereferencing if skbedit flags missingRoman Mashak-1/+2
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-12/+25
2018-05-03net sched: Implemented get_fill_size routine for act_csum.Craig Dillabaugh-0/+6
2018-05-02net_sched: fq: take care of throttled flows before reuseEric Dumazet-12/+25
2018-05-01cls_flower: Support multiple masks per priorityPaul Blakey-101/+174
2018-04-22net: sched: ife: handle malformed tlv lengthAlexander Aring-1/+6
2018-04-22net: sched: ife: signal not finding metaidAlexander Aring-1/+1
2018-04-07net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang-0/+1
2018-04-05net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti-4/+8
2018-04-01net: sched: do not emit messages while holding spinlockLi RongQing-4/+7
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+16
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai-20/+0
2018-03-27net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh-1/+3
2018-03-26net: sched, fix OOO packets with pfifo_fastJohn Fastabend-4/+13
2018-03-23net/sched: act_vlan: declare push_vid with host byte orderDavide Caratti-1/+1
2018-03-23net/sched: remove tcf_idr_cleanup()Davide Caratti-8/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-28/+41
2018-03-21net/sched: fix idr leak in the error path of tcf_skbmod_init()Davide Caratti-1/+1
2018-03-21net/sched: fix idr leak in the error path of tcf_vlan_init()Davide Caratti-1/+1
2018-03-21net/sched: fix idr leak in the error path of __tcf_ipt_init()Davide Caratti-3/+6
2018-03-21net/sched: fix idr leak in the error path of tcp_pedit_init()Davide Caratti-1/+1