- b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
- d3e0f57 net: sched: remove qdisc->empty for lockless qdisc by Yunsheng Lin · 3 years, 6 months ago
- c4fef01 net: sched: implement TCQ_F_CAN_BYPASS for lockless qdisc by Yunsheng Lin · 3 years, 6 months ago
- dd25296 net: sched: avoid unnecessary seqcount operation for lockless qdisc by Yunsheng Lin · 3 years, 6 months ago
- 89837eb net: sched: add barrier to ensure correct ordering for lockless qdisc by Yunsheng Lin · 3 years, 7 months ago
- a90c57f net: sched: fix packet stuck problem for lockless qdisc by Yunsheng Lin · 3 years, 8 months ago
- 2ffe039 net/sched: act_police: add support for packet-per-second policing by Baowen Zheng · 3 years, 10 months ago
- d1e1355 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
- 938e0fc net: sched: replaced invalid qdisc tree flush helper in qdisc_replace by Alexander Ovechkin · 4 years ago
- 4dd78a7 net: sched: Add extack to Qdisc_class_ops.delete by Maxim Mikityanskiy · 4 years ago
- ca1e4ab net: sched: Add multi-queue support to sch_tree_lock by Maxim Mikityanskiy · 4 years ago
- 7baf242 net/sched: cls_flower add CT_FLAGS_INVALID flag support by wenxu · 4 years ago
- d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years ago
- c129412 net/sched: sch_frag: add generic packet fragment support. by wenxu · 4 years, 1 month ago
- fa6d639 net/sched: act_mirred: refactor the handle of xmit by wenxu · 4 years, 1 month ago
- a72e9d5 net: sched: Remove broken definitions and un-hide for !LOCKDEP by Jakub Kicinski · 4 years, 4 months ago
- 846e463 net/sched: get rid of qdisc->padded by Eric Dumazet · 4 years, 3 months ago
- 2b7ea12 net/sched: Remove unused function qdisc_queue_drop_head() by YueHaibing · 4 years, 4 months ago
- 038ebb1 net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct by wenxu · 4 years, 5 months ago
- ac5c66f Revert "net: sched: Pass root lock to Qdisc_ops.enqueue" by Petr Machata · 4 years, 6 months ago
- aebe442 net: sched: Pass root lock to Qdisc_ops.enqueue by Petr Machata · 4 years, 6 months ago
- f8ab180 net: sched: introduce terse dump flag by Vlad Buslov · 4 years, 8 months ago
- 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- a7df487 net_sched: fix tcm_parent in tc filter dump by Cong Wang · 4 years, 8 months ago
- 7f023ec net: sched: remove unused inline function qdisc_reset_all_tx by YueHaibing · 4 years, 8 months ago
- 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
- 2c64605 net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build by Pablo Neira Ayuso · 4 years, 9 months ago
- 7d17c54 net: sched: Pass ingress block to tcf_classify_ingress by Paul Blakey · 4 years, 11 months ago
- 2e24cd7 net_sched: fix ops->bind_class() implementations by Cong Wang · 5 years ago
- a5b72a0 net/sched: add delete_empty() to filters and use it in cls_flower by Davide Caratti · 5 years ago
- 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 90b2be2 net/sched: annotate lockless accesses to qdisc->empty by Eric Dumazet · 5 years ago
- 59eb87c net: sched: prevent duplicate flower rules from tcf_proto destroy race by John Hurley · 5 years ago
- ef816f3 net: sched: don't expose action qstats to skb_tc_reinsert() by Vlad Buslov · 5 years ago
- 159d2c7 sch_netem: fix rcu splat in netem_enqueue() by Eric Dumazet · 5 years ago
- c9f1447 net: sched: add API for registering unlocked offload block callbacks by Vlad Buslov · 5 years ago
- a449a3e net: sched: notify classifier on successful offload add/delete by Vlad Buslov · 5 years ago
- 4011921 net: sched: refactor block offloads counter usage by Vlad Buslov · 5 years ago
- 97394be net: sched: change tcf block offload counter type to atomic_t by Vlad Buslov · 5 years ago
- 4f8116c net: sched: protect block offload-related fields with rw_semaphore by Vlad Buslov · 5 years ago
- 4e48190 flow_offload: move tc indirect block to flow offload by wenxu · 5 years ago
- 14bfb13 net: flow_offload: add flow_block structure and use it by Pablo Neira Ayuso · 5 years ago
- a732331 net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t by Pablo Neira Ayuso · 5 years ago
- 720f22f net: sched: refactor reinsert action by John Hurley · 6 years ago
- 089b19a flow_dissector: switch kernel context to struct bpf_flow_dissector by Stanislav Fomichev · 6 years ago
- 73eb628 Revert: "net: sched: put back q.qlen into a single location" by Paolo Abeni · 6 years ago
- 8a53e61 net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too by Paolo Abeni · 6 years ago
- 9c01c9f net: sched: always do stats accounting according to TCQ_F_CPUSTATS by Paolo Abeni · 6 years ago
- 1f5e6fd net: sched: prefer qdisc_is_empty() over direct qlen access by Paolo Abeni · 6 years ago
- f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- e5f0e8f net: sched: introduce and use qdisc tree flush/purge helpers by Paolo Abeni · 6 years ago
- 5dd431b net: sched: introduce and use qstats read helpers by Paolo Abeni · 6 years ago
- 356d71e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 28cff53 net: sched: add empty status flag for NOLOCK qdisc by Paolo Abeni · 6 years ago
- ee3bbfe net/sched: let actions use RCU to access 'goto_chain' by Davide Caratti · 6 years ago
- 18a4d8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 46b1c18 net: sched: put back q.qlen into a single location by Eric Dumazet · 6 years ago
- dfcd2a2 net: sched: add flags to Qdisc class ops struct by Vlad Buslov · 6 years ago
- 12db03b net: sched: extend proto ops to support unlocked classifiers by Vlad Buslov · 6 years ago
- 7d5509f net: sched: extend proto ops with 'put' callback by Vlad Buslov · 6 years ago
- 726d0612 net: sched: prevent insertion of new classifiers during chain flush by Vlad Buslov · 6 years ago
- 8b64678 net: sched: refactor tp insert/delete for concurrent execution by Vlad Buslov · 6 years ago
- 4dbfa76 net: sched: introduce reference counting for tcf_proto by Vlad Buslov · 6 years ago
- ed76f5e net: sched: protect filter_chain list with filter_chain_lock mutex by Vlad Buslov · 6 years ago
- c266f64 net: sched: protect block state with mutex by Vlad Buslov · 6 years ago
- 5f2939d sch_api: Change signature of qdisc_tree_reduce_backlog() to use ints by Toke Høiland-Jørgensen · 6 years ago
- 7f76fa3 net: sched: register callbacks for indirect tc block binds by John Hurley · 6 years ago
- bfaee91 net: sched: add an offload graft helper by Jakub Kicinski · 6 years ago
- b592843 net: sched: add an offload dump helper by Jakub Kicinski · 6 years ago
- 105bc13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- 0607e43 net: sched: implement tcf_block_refcnt_{get|put}() by Vlad Buslov · 6 years ago
- cfebd7e net: sched: change tcf block reference counter type to refcount_t by Vlad Buslov · 6 years ago
- 9d7e82c net: sched: add helper function to take reference to Qdisc by Vlad Buslov · 6 years ago
- 3a7d0d0 net: sched: extend Qdisc with rcu by Vlad Buslov · 6 years ago
- 86bd446 net: sched: rename qdisc_destroy() to qdisc_put() by Vlad Buslov · 6 years ago
- d58e468 flow_dissector: implements flow dissector BPF hook by Petar Penkov · 6 years ago
- 86c5536 net: sched: cls_flower: dump offload count value by Vlad Buslov · 6 years ago
- 5969773 sch_netem: Move private queue handler to generic location. by David S. Miller · 6 years ago
- aea890b sch_htb: Remove local SKB queue handling code. by David S. Miller · 6 years ago
- cd11b164 net/tc: introduce TC_ACT_REINSERT. by Paolo Abeni · 6 years ago
- 7fd4b28 tc/act: remove unneeded RCU lock in action callback by Paolo Abeni · 6 years ago
- 1f3ed38 net: sched: don't dump chains only held by actions by Jiri Pirko · 6 years ago
- 9f407f1 net: sched: introduce chain templates by Jiri Pirko · 6 years ago
- 32a4f5e net: sched: introduce chain object to uapi by Jiri Pirko · 6 years ago
- f71e0ca4 net: sched: Avoid implicit chain 0 creation by Jiri Pirko · 6 years ago
- 31533cb net: sched: cls_flower: implement offload tcf_proto_op by John Hurley · 7 years ago
- e56185c net: sched: add tcf_proto_op to offload a rule by John Hurley · 7 years ago
- 6172abc net: sched: add qstats.qlen to qlen by Jakub Kicinski · 7 years ago
- e9be0e9 net: sched: shrink struct Qdisc by Paolo Abeni · 7 years ago
- 96009c7 sched: replace __QDISC_STATE_RUNNING bit with a spin lock by Paolo Abeni · 7 years ago
- 32f7b44 sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpers by Paolo Abeni · 7 years ago
- c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- eb82a99 net: sched, fix OOO packets with pfifo_fast by John Fastabend · 7 years ago
- 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 35d889d sch_netem: fix skb leak in netem_enqueue() by Alexey Kodanev · 7 years ago
- 3a053b1 net: Fix spelling mistake "greater then" -> "greater than" by Gal Pressman · 7 years ago
- 48bfd55 net_sched: plug in qdisc ops change_tx_queue_len by Cong Wang · 7 years ago
- 715df5e net: sched: propagate extack to cls->destroy callbacks by Jakub Kicinski · 7 years ago
- 571acf2 net: sched: cls: add extack support for delete callback by Alexander Aring · 7 years ago
- 7306db3 net: sched: cls: add extack support for change callback by Alexander Aring · 7 years ago