summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: cls_flower: Support matching on ICMP type and codeSimon Horman2016-12-081-0/+53
* net/sched: cls_flower: Add support for matching on flagsOr Gerlitz2016-12-081-0/+76
* bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2016-12-052-0/+17
* bpf, cls: consolidate prog deletion pathDaniel Borkmann2016-12-051-17/+13
* net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2016-12-059-33/+33
* net/sched: cls_flower: Set the filter Hardware device for all use-casesHadar Hen Zion2016-12-051-1/+4
* act_mirred: fix a typo in get_devWANG Cong2016-12-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-039-29/+58
|\
| * sched: cls_flower: remove from hashtable only in case skip sw flag is not setJiri Pirko2016-11-291-4/+6
| * net/sched: pedit: make sure that offset is validAmir Vadai2016-11-291-4/+20
| * net, sched: respect rcu grace period on cls destructionDaniel Borkmann2016-11-288-21/+31
* | net/sched: cls_flower: Add offload support using egress Hardware deviceHadar Hen Zion2016-12-022-17/+48
* | net/sched: act_mirred: Add new tc_action_ops get_dev()Hadar Hen Zion2016-12-021-0/+12
* | net/sched: cls_flower: Provide a filter to replace/destroy hardware filter fu...Hadar Hen Zion2016-12-021-16/+11
* | net/sched: cls_flower: Try to offload only if skip_hw flag isn't setHadar Hen Zion2016-12-021-15/+20
* | bpf: reuse dev_is_mac_header_xmit for redirectDaniel Borkmann2016-11-271-14/+1
* | bpf: drop useless bpf_fd member from cls/actDaniel Borkmann2016-11-272-15/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-261-1/+1
|\|
| * net sched filters: fix filter handle ID in tfilter_notify_chain()Roman Mashak2016-11-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-2/+3
|\|
| * net sched filters: pass netlink message flags in event notificationRoman Mashak2016-11-171-2/+3
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-1815-16/+16
* | net_sched: sch_fq: use hash_ptr()Eric Dumazet2016-11-171-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-11-132-13/+16
|\ \
| * | netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-032-13/+16
* | | net/sched: act_tunnel_key: Add UDP dst port optionHadar Hen Zion2016-11-091-3/+11
* | | net/dst: Add dst port to dst_metadata utility functionsHadar Hen Zion2016-11-091-2/+2
* | | net/sched: cls_flower: Add UDP port to tunnel parametersHadar Hen Zion2016-11-091-1/+28
* | | net/sched: cls_flower: Allow setting encapsulation fields as used keyHadar Hen Zion2016-11-091-0/+10
* | | net/sched: act_tunnel_key: add helper inlines to access tcf_tunnel_keyHadar Hen Zion2016-11-091-1/+0
* | | qdisc: catch misconfig of attaching qdisc to tx_queue_len zero deviceJesper Dangaard Brouer2016-11-071-0/+11
* | | net/sched: cls_flower: Support matching on SCTP portsSimon Horman2016-11-031-0/+19
|/ /
* | net/sched: cls_flower: merge filter delete/destroy common codeRoi Dayan2016-11-021-10/+11
* | net/sched: cls_flower: add missing unbind call when destroying flowsRoi Dayan2016-11-021-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-303-4/+7
|\|
| * net_sched actions: use nla_parse_nested()Johannes Berg2016-10-291-2/+1
| * net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim2016-10-271-1/+2
| * net/sched: act_mirred: Use passed lastuse argumentPaul Blakey2016-10-201-1/+4
* | netlink: Add nla_memdup() to wrap kmemdup() use on nlattrThomas Graf2016-10-292-6/+2
* | skbedit: allow the user to specify bitmask for markAntonio Quartulli2016-10-271-3/+18
* | sch_htb: do not report fake rate estimatorsEric Dumazet2016-10-261-1/+1
* | net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani2016-10-231-4/+5
* | net: use core MTU range checking in core net infraJarod Wilson2016-10-201-3/+2
* | net/sched: act_mirred: Implement ingress actionsShmulik Ladkani2016-10-141-6/+45
* | net/sched: act_mirred: Refactor detection whether dev needs xmit at mac headerShmulik Ladkani2016-10-141-13/+15
* | net/sched: act_mirred: Rename tcfm_ok_push to tcfm_mac_header_xmit and make i...Shmulik Ladkani2016-10-141-5/+6
|/
* net_sched: reorder pernet ops and act ops registrationsWANG Cong2016-10-131-8/+11
* net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet2016-10-131-7/+11
* net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani2016-10-031-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-023-4/+9
|\