summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: act_csum: compute crc32c on SCTP packetsDavide Caratti2017-01-091-0/+30
* net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selectedDavide Caratti2017-01-091-0/+1
* cls_u32: don't bother explicitly initializing ->divisor to zeroAlexandru Moise2017-01-091-1/+0
* net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2017-01-082-3/+5
* net-tc: convert tc_at to tc_at_ingressWillem de Bruijn2017-01-081-6/+6
* net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-083-10/+8
* net-tc: extract skip classify bit from tc_verdWillem de Bruijn2017-01-081-7/+4
* net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn2017-01-081-1/+2
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-051-0/+4
|\
| * net/sched: cls_flower: Fix missing addr_type in classifyPaul Blakey2016-12-281-0/+4
* | net/sched: cls_matchall: Fix error pathYotam Gigi2017-01-031-6/+16
* | net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier2016-12-291-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-271-1/+3
|\
| * net, sched: fix soft lockup in tc_classifyDaniel Borkmann2016-12-261-1/+3
* | ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* | ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
|/
* net/sched: cls_flower: Mandate mask when matching on flagsOr Gerlitz2016-12-231-11/+12
* net/sched: act_tunnel_key: Fix setting UDP dst port in metadata under IPv6Or Gerlitz2016-12-231-2/+2
* net_sched: sch_netem: use rb_entry()Geliang Tang2016-12-201-1/+1
* net_sched: sch_fq: use rb_entry()Geliang Tang2016-12-201-7/+7
* net/sched: cls_flower: Use masked key when calling HW offloadsPaul Blakey2016-12-171-1/+1
* net/sched: cls_flower: Use mask for addr_typePaul Blakey2016-12-171-0/+4
* 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