summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* act_mirred: fix a typo in get_devWANG Cong2016-12-041-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-301-4/+6
| * net/sched: pedit: make sure that offset is validAmir Vadai2016-11-301-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/+11Star
* | 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-281-14/+1Star
* | bpf: drop useless bpf_fd member from cls/actDaniel Borkmann2016-11-282-15/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-271-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-142-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/+0Star
* | | qdisc: catch misconfig of attaching qdisc to tx_queue_len zero deviceJesper Dangaard Brouer2016-11-081-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/+1Star
| * 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/+2Star
* | 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/+2Star
* | 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-041-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-033-4/+9
|\
| * act_ife: Fix false encodingYotam Gigi2016-09-271-2/+2
| * act_ife: Fix external mac header on encodeYotam Gigi2016-09-271-2/+1Star
| * sch_sfb: keep backlog updated with qlenWANG Cong2016-09-231-0/+3
| * sch_qfq: keep backlog updated with qlenWANG Cong2016-09-231-0/+3
* | net/sched: cls_flower: Use a proper mask value for enc key id parameterHadar Hen Zion2016-09-281-2/+2
* | net_sched: sch_fq: account for schedule/timers driftsEric Dumazet2016-09-231-3/+18