aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-27bpf: drop useless bpf_fd member from cls/actDaniel Borkmann2-15/+1
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-24net sched filters: fix filter handle ID in tfilter_notify_chain()Roman Mashak1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan15-16/+16
2016-11-17net sched filters: pass netlink message flags in event notificationRoman Mashak1-2/+3
2016-11-17net_sched: sch_fq: use hash_ptr()Eric Dumazet1-2/+2
2016-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-13/+16
2016-11-09net/sched: act_tunnel_key: Add UDP dst port optionHadar Hen Zion1-3/+11
2016-11-09net/dst: Add dst port to dst_metadata utility functionsHadar Hen Zion1-2/+2
2016-11-09net/sched: cls_flower: Add UDP port to tunnel parametersHadar Hen Zion1-1/+28
2016-11-09net/sched: cls_flower: Allow setting encapsulation fields as used keyHadar Hen Zion1-0/+10
2016-11-09net/sched: act_tunnel_key: add helper inlines to access tcf_tunnel_keyHadar Hen Zion1-1/+0
2016-11-07qdisc: catch misconfig of attaching qdisc to tx_queue_len zero deviceJesper Dangaard Brouer1-0/+11
2016-11-03net/sched: cls_flower: Support matching on SCTP portsSimon Horman1-0/+19
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2-13/+16
2016-11-02net/sched: cls_flower: merge filter delete/destroy common codeRoi Dayan1-10/+11
2016-11-02net/sched: cls_flower: add missing unbind call when destroying flowsRoi Dayan1-0/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+7
2016-10-29net_sched actions: use nla_parse_nested()Johannes Berg1-2/+1
2016-10-29netlink: Add nla_memdup() to wrap kmemdup() use on nlattrThomas Graf2-6/+2
2016-10-27net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim1-1/+2
2016-10-27skbedit: allow the user to specify bitmask for markAntonio Quartulli1-3/+18
2016-10-26sch_htb: do not report fake rate estimatorsEric Dumazet1-1/+1
2016-10-23net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani1-4/+5
2016-10-20net: use core MTU range checking in core net infraJarod Wilson1-3/+2
2016-10-20net/sched: act_mirred: Use passed lastuse argumentPaul Blakey1-1/+4
2016-10-14net/sched: act_mirred: Implement ingress actionsShmulik Ladkani1-6/+45
2016-10-14net/sched: act_mirred: Refactor detection whether dev needs xmit at mac headerShmulik Ladkani1-13/+15
2016-10-14net/sched: act_mirred: Rename tcfm_ok_push to tcfm_mac_header_xmit and make it a boolShmulik Ladkani1-5/+6
2016-10-13net_sched: reorder pernet ops and act ops registrationsWANG Cong1-8/+11
2016-10-13net_sched: do not broadcast RTM_GETTFILTER resultEric Dumazet1-7/+11
2016-10-03net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() functionsShmulik Ladkani1-0/+9
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+9
2016-09-28net/sched: cls_flower: Use a proper mask value for enc key id parameterHadar Hen Zion1-2/+2
2016-09-27act_ife: Fix false encodingYotam Gigi1-2/+2
2016-09-27act_ife: Fix external mac header on encodeYotam Gigi1-2/+1
2016-09-23net_sched: sch_fq: account for schedule/timers driftsEric Dumazet1-3/+18
2016-09-23sch_sfb: keep backlog updated with qlenWANG Cong1-0/+3
2016-09-23sch_qfq: keep backlog updated with qlenWANG Cong1-0/+3
2016-09-23net_sched: check NULL on error path in route4_change()WANG Cong1-1/+2
2016-09-22net/sched: act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan actionShmulik Ladkani1-1/+28
2016-09-21net: act_mirred: allow statistic updates from offloaded actionsJakub Kicinski1-0/+8
2016-09-21net: cls_bpf: allow offloaded filters to update statsJakub Kicinski1-0/+11
2016-09-21net: cls_bpf: add support for marking filters as hardware-onlyJakub Kicinski1-9/+25
2016-09-21net: cls_bpf: limit hardware offload by software-only flagJakub Kicinski1-2/+20
2016-09-21net: cls_bpf: add hardware offloadJakub Kicinski1-0/+70
2016-09-21net_sched: sch_fq: add low_rate_threshold parameterEric Dumazet1-3/+19
2016-09-20net sched actions: fix GETing actionsJamal Hadi Salim1-0/+20
2016-09-19net sched: stylistic cleanupsJamal Hadi Salim14-104/+114