Age | Commit message (Expand) | Author | Files | Lines |
2020-12-16 | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -4/+1 |
2020-11-28 | net/sched: sch_frag: add generic packet fragment support. | wenxu | 1 | -0/+2 |
2020-11-28 | net/sched: act_mirred: refactor the handle of xmit | wenxu | 1 | -5/+0 |
2020-11-03 | net: sched: Remove broken definitions and un-hide for !LOCKDEP | Jakub Kicinski | 1 | -12/+0 |
2020-10-09 | net/sched: get rid of qdisc->padded | Eric Dumazet | 1 | -1/+4 |
2020-09-18 | net/sched: Remove unused function qdisc_queue_drop_head() | YueHaibing | 1 | -6/+0 |
2020-08-04 | net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct | wenxu | 1 | -1/+2 |
2020-07-17 | Revert "net: sched: Pass root lock to Qdisc_ops.enqueue" | Petr Machata | 1 | -4/+2 |
2020-06-30 | net: sched: Pass root lock to Qdisc_ops.enqueue | Petr Machata | 1 | -2/+4 |
2020-05-15 | net: sched: introduce terse dump flag | Vlad Buslov | 1 | -0/+4 |
2020-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+1 |
2020-05-04 | net_sched: fix tcm_parent in tc filter dump | Cong Wang | 1 | -0/+1 |
2020-04-25 | net: sched: remove unused inline function qdisc_reset_all_tx | YueHaibing | 1 | -5/+0 |
2020-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -16/+0 |
2020-03-25 | net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build | Pablo Neira Ayuso | 1 | -16/+0 |
2020-02-20 | net: sched: Pass ingress block to tcf_classify_ingress | Paul Blakey | 1 | -0/+3 |
2020-01-27 | net_sched: fix ops->bind_class() implementations | Cong Wang | 1 | -1/+2 |
2019-12-31 | net/sched: add delete_empty() to filters and use it in cls_flower | Davide Caratti | 1 | -0/+5 |
2019-11-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+4 |
2019-11-08 | net/sched: annotate lockless accesses to qdisc->empty | Eric Dumazet | 1 | -3/+3 |
2019-11-06 | net: sched: prevent duplicate flower rules from tcf_proto destroy race | John Hurley | 1 | -0/+4 |
2019-10-31 | net: sched: don't expose action qstats to skb_tc_reinsert() | Vlad Buslov | 1 | -10/+2 |
2019-09-27 | sch_netem: fix rcu splat in netem_enqueue() | Eric Dumazet | 1 | -0/+5 |
2019-08-27 | net: sched: add API for registering unlocked offload block callbacks | Vlad Buslov | 1 | -0/+1 |
2019-08-27 | net: sched: notify classifier on successful offload add/delete | Vlad Buslov | 1 | -0/+4 |
2019-08-27 | net: sched: refactor block offloads counter usage | Vlad Buslov | 1 | -31/+0 |
2019-08-27 | net: sched: change tcf block offload counter type to atomic_t | Vlad Buslov | 1 | -3/+4 |
2019-08-27 | net: sched: protect block offload-related fields with rw_semaphore | Vlad Buslov | 1 | -0/+2 |
2019-08-09 | flow_offload: move tc indirect block to flow offload | wenxu | 1 | -3/+0 |
2019-07-20 | net: flow_offload: add flow_block structure and use it | Pablo Neira Ayuso | 1 | -1/+1 |
2019-07-20 | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t | Pablo Neira Ayuso | 1 | -4/+2 |
2019-06-29 | net: sched: refactor reinsert action | John Hurley | 1 | -1/+1 |
2019-04-23 | flow_dissector: switch kernel context to struct bpf_flow_dissector | Stanislav Fomichev | 1 | -7/+4 |
2019-04-10 | Revert: "net: sched: put back q.qlen into a single location" | Paolo Abeni | 1 | -16/+21 |
2019-04-10 | net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too | Paolo Abeni | 1 | -0/+26 |
2019-04-10 | net: sched: always do stats accounting according to TCQ_F_CPUSTATS | Paolo Abeni | 1 | -9/+14 |
2019-04-10 | net: sched: prefer qdisc_is_empty() over direct qlen access | Paolo Abeni | 1 | -1/+1 |
2019-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+37 |
2019-04-02 | net: sched: introduce and use qdisc tree flush/purge helpers | Paolo Abeni | 1 | -7/+19 |
2019-04-02 | net: sched: introduce and use qstats read helpers | Paolo Abeni | 1 | -0/+18 |
2019-03-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2019-03-24 | net: sched: add empty status flag for NOLOCK qdisc | Paolo Abeni | 1 | -0/+11 |
2019-03-21 | net/sched: let actions use RCU to access 'goto_chain' | Davide Caratti | 1 | -0/+1 |
2019-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -18/+13 |
2019-03-03 | net: sched: put back q.qlen into a single location | Eric Dumazet | 1 | -18/+13 |
2019-02-12 | net: sched: add flags to Qdisc class ops struct | Vlad Buslov | 1 | -0/+8 |
2019-02-12 | net: sched: extend proto ops to support unlocked classifiers | Vlad Buslov | 1 | -5/+12 |
2019-02-12 | net: sched: extend proto ops with 'put' callback | Vlad Buslov | 1 | -0/+1 |
2019-02-12 | net: sched: prevent insertion of new classifiers during chain flush | Vlad Buslov | 1 | -0/+1 |
2019-02-12 | net: sched: refactor tp insert/delete for concurrent execution | Vlad Buslov | 1 | -0/+18 |