Age | Commit message (Expand) | Author |
2020-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-03-25 | net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build | Pablo Neira Ayuso |
2020-02-19 | net: sched: Pass ingress block to tcf_classify_ingress | Paul Blakey |
2020-01-27 | net_sched: fix ops->bind_class() implementations | Cong Wang |
2019-12-30 | net/sched: add delete_empty() to filters and use it in cls_flower | Davide Caratti |
2019-11-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-11-08 | net/sched: annotate lockless accesses to qdisc->empty | Eric Dumazet |
2019-11-05 | net: sched: prevent duplicate flower rules from tcf_proto destroy race | John Hurley |
2019-10-30 | net: sched: don't expose action qstats to skb_tc_reinsert() | Vlad Buslov |
2019-09-27 | sch_netem: fix rcu splat in netem_enqueue() | Eric Dumazet |
2019-08-26 | net: sched: add API for registering unlocked offload block callbacks | Vlad Buslov |
2019-08-26 | net: sched: notify classifier on successful offload add/delete | Vlad Buslov |
2019-08-26 | net: sched: refactor block offloads counter usage | Vlad Buslov |
2019-08-26 | net: sched: change tcf block offload counter type to atomic_t | Vlad Buslov |
2019-08-26 | net: sched: protect block offload-related fields with rw_semaphore | Vlad Buslov |
2019-08-08 | flow_offload: move tc indirect block to flow offload | wenxu |
2019-07-19 | net: flow_offload: add flow_block structure and use it | Pablo Neira Ayuso |
2019-07-19 | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t | Pablo Neira Ayuso |
2019-06-28 | net: sched: refactor reinsert action | John Hurley |
2019-04-23 | flow_dissector: switch kernel context to struct bpf_flow_dissector | Stanislav Fomichev |
2019-04-10 | Revert: "net: sched: put back q.qlen into a single location" | Paolo Abeni |
2019-04-10 | net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too | Paolo Abeni |
2019-04-10 | net: sched: always do stats accounting according to TCQ_F_CPUSTATS | Paolo Abeni |
2019-04-10 | net: sched: prefer qdisc_is_empty() over direct qlen access | Paolo Abeni |
2019-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-04-01 | net: sched: introduce and use qdisc tree flush/purge helpers | Paolo Abeni |
2019-04-01 | net: sched: introduce and use qstats read helpers | Paolo Abeni |
2019-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-03-23 | net: sched: add empty status flag for NOLOCK qdisc | Paolo Abeni |
2019-03-21 | net/sched: let actions use RCU to access 'goto_chain' | Davide Caratti |
2019-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-03-02 | net: sched: put back q.qlen into a single location | Eric Dumazet |
2019-02-12 | net: sched: add flags to Qdisc class ops struct | Vlad Buslov |
2019-02-12 | net: sched: extend proto ops to support unlocked classifiers | Vlad Buslov |
2019-02-12 | net: sched: extend proto ops with 'put' callback | Vlad Buslov |
2019-02-12 | net: sched: prevent insertion of new classifiers during chain flush | Vlad Buslov |
2019-02-12 | net: sched: refactor tp insert/delete for concurrent execution | Vlad Buslov |
2019-02-12 | net: sched: introduce reference counting for tcf_proto | Vlad Buslov |
2019-02-12 | net: sched: protect filter_chain list with filter_chain_lock mutex | Vlad Buslov |
2019-02-12 | net: sched: protect block state with mutex | Vlad Buslov |
2019-01-19 | sch_api: Change signature of qdisc_tree_reduce_backlog() to use ints | Toke Høiland-Jørgensen |
2018-11-11 | net: sched: register callbacks for indirect tc block binds | John Hurley |
2018-11-08 | net: sched: add an offload graft helper | Jakub Kicinski |
2018-11-08 | net: sched: add an offload dump helper | Jakub Kicinski |
2018-09-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-09-25 | net: sched: implement tcf_block_refcnt_{get|put}() | Vlad Buslov |
2018-09-25 | net: sched: change tcf block reference counter type to refcount_t | Vlad Buslov |
2018-09-25 | net: sched: add helper function to take reference to Qdisc | Vlad Buslov |
2018-09-25 | net: sched: extend Qdisc with rcu | Vlad Buslov |
2018-09-25 | net: sched: rename qdisc_destroy() to qdisc_put() | Vlad Buslov |