summaryrefslogtreecommitdiff
path: root/net/sched
Commit message (Expand)AuthorAge
* sched, bpf: add helper for retrieving routing realmsDaniel Borkmann2015-10-03
* tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet2015-10-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-26
|\
| * net: revert "net_sched: move tp->root allocation into fw_init()"WANG Cong2015-09-24
* | cls_bpf: further limit exec opcodes subsetDaniel Borkmann2015-09-23
* | cls_bpf: make binding to classid optionalDaniel Borkmann2015-09-23
* | cls_bpf: also dump TCA_BPF_FLAGSDaniel Borkmann2015-09-23
* | netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman2015-09-18
* | act_connmark: Remember the struct net instead of guessing it.Eric W. Biederman2015-09-18
* | netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2015-09-18
* | sch_dsmark: improve memory localityEric Dumazet2015-09-17
* | bpf: add bpf_redirect() helperAlexei Starovoitov2015-09-17
* | cls_bpf: introduce integrated actionsDaniel Borkmann2015-09-17
|/
* flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert2015-09-01
* net: sched: don't break line in tc_classify loop notificationDaniel Borkmann2015-08-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-27
|\
| * cls_u32: complete the check for non-forced case in u32_destroy()WANG Cong2015-08-25
* | net: sched: simplify attach_one_default_qdisc()Phil Sutter2015-08-27
* | net: sched: register noqueue qdiscPhil Sutter2015-08-27
* | net: sched: ignore tx_queue_len when assigning default qdiscPhil Sutter2015-08-27
* | net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-27
* | net_sched: act_bpf: remove spinlock in fast pathAlexei Starovoitov2015-08-26
* | net_sched: convert rsvp to call tcf_exts_destroy from rcu callbackAlexei Starovoitov2015-08-26
* | net_sched: convert tcindex to call tcf_exts_destroy from rcu callbackAlexei Starovoitov2015-08-26
* | net_sched: act_bpf: remove unnecessary copyAlexei Starovoitov2015-08-26
* | net_sched: make tcf_hash_destroy() staticAlexei Starovoitov2015-08-26
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-08-21
|\ \
| * | net: sched: drop all special handling of tx_queue_len == 0Phil Sutter2015-08-18
| * | net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert2015-08-17
| * | net: sch_generic: react upon IFF_NO_QUEUE flagPhil Sutter2015-08-17
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-13
| |\ \ | | |/
| | * act_mirred: avoid calling tcf_hash_release() when bindingWANG Cong2015-08-03
| | * fq_codel: explicitly reset flows in ->reset()Eric Dumazet2015-08-02
* | | netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann2015-08-18
* | | netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann2015-08-11
|/ /
* | act_bpf: properly support late binding of bpf action to a classifierDaniel Borkmann2015-08-03
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-31
|\ \ | |/
| * act_pedit: check binding before calling tcf_hash_release()WANG Cong2015-07-31
| * net: sched: fix refcount imbalance in actionsDaniel Borkmann2015-07-30
| * act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann2015-07-29
| * sch_choke: drop all packets in queue during resetWANG Cong2015-07-24
| * sch_plug: purge buffered packets during resetWANG Cong2015-07-24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-23
|\ \ | |/
| * sched: cls_flow: fix panic on filter replaceDaniel Borkmann2015-07-21
| * sched: cls_flower: fix panic on filter replaceDaniel Borkmann2015-07-21
| * sched: cls_bpf: fix panic on filter replaceDaniel Borkmann2015-07-21
| * tc: act_bpf: fix memory leakAlexei Starovoitov2015-07-15
| * fq_codel: fix return value of fq_codel_drop()WANG Cong2015-07-15
| * net_sched: fix a use-after-free in sfqWANG Cong2015-07-15
| * fq_codel: fix a use-after-freeWANG Cong2015-07-15