Age | Commit message (Expand) | Author | Files | Lines |
2019-02-12 | net: sched: prevent insertion of new classifiers during chain flush | Vlad Buslov | 1 | -6/+29 |
2019-02-12 | net: sched: refactor tp insert/delete for concurrent execution | Vlad Buslov | 1 | -25/+152 |
2019-02-12 | net: sched: traverse classifiers in chain with tcf_get_next_proto() | Vlad Buslov | 2 | -12/+62 |
2019-02-12 | net: sched: introduce reference counting for tcf_proto | Vlad Buslov | 1 | -10/+43 |
2019-02-12 | net: sched: protect filter_chain list with filter_chain_lock mutex | Vlad Buslov | 2 | -33/+84 |
2019-02-12 | net: sched: protect chain template accesses with block lock | Vlad Buslov | 1 | -16/+57 |
2019-02-12 | net: sched: traverse chains in block with tcf_get_next_chain() | Vlad Buslov | 2 | -26/+74 |
2019-02-12 | net: sched: protect block->chain0 with block->lock | Vlad Buslov | 1 | -3/+14 |
2019-02-12 | net: sched: refactor tc_ctl_chain() to use block->lock | Vlad Buslov | 1 | -11/+25 |
2019-02-12 | net: sched: protect chain->explicitly_created with block->lock | Vlad Buslov | 1 | -6/+13 |
2019-02-12 | net: sched: protect block state with mutex | Vlad Buslov | 1 | -13/+71 |
2019-02-11 | Documentation: bring operstate documentation up-to-date | Jouke Witteveen | 1 | -1/+1 |
2019-02-10 | net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE | Eli Cohen | 17 | -18/+18 |
2019-02-10 | net: Move all TC actions identifiers to one place | Eli Cohen | 1 | -2/+0 |
2019-02-09 | net/sched: use struct_size() helper | Gustavo A. R. Silva | 1 | -1/+1 |
2019-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+5 |
2019-02-06 | cls_flower: don't expose TC actions to drivers anymore | Pablo Neira Ayuso | 1 | -5/+0 |
2019-02-06 | flow_offload: add statistics retrieval infrastructure and use it | Pablo Neira Ayuso | 1 | -0/+4 |
2019-02-06 | cls_api: add translator to flow_action representation | Pablo Neira Ayuso | 2 | -0/+113 |
2019-02-06 | flow_offload: add flow action infrastructure | Pablo Neira Ayuso | 2 | -3/+21 |
2019-02-06 | flow_offload: add flow_rule and flow_match structures and use them | Pablo Neira Ayuso | 1 | -13/+34 |
2019-02-04 | net: cls_flower: Remove filter from mask before freeing it | Petr Machata | 1 | -1/+5 |
2019-01-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 12 | -36/+61 |
2019-01-20 | net_sched: add performance counters for basic filter | Cong Wang | 1 | -0/+25 |
2019-01-19 | sch_api: Change signature of qdisc_tree_reduce_backlog() to use ints | Toke Høiland-Jørgensen | 1 | -2/+1 |
2019-01-19 | net_sched: add hit counter for matchall | Cong Wang | 1 | -0/+24 |
2019-01-18 | net/sched: cls_flower: allocate mask dynamically in fl_change() | Ivan Vecera | 1 | -5/+14 |
2019-01-17 | net_sched: refetch skb protocol for each filter | Cong Wang | 1 | -2/+1 |
2019-01-16 | net/sched: act_tunnel_key: fix memory leak in case of action replace | Davide Caratti | 1 | -8/+11 |
2019-01-16 | sch_cake: Correctly update parent qlen when splitting GSO packets | Toke Høiland-Jørgensen | 1 | -2/+3 |
2019-01-16 | sched: Fix detection of empty queues in child qdiscs | Toke Høiland-Jørgensen | 3 | -3/+9 |
2019-01-16 | sched: Avoid dereferencing skb pointer after child enqueue | Toke Høiland-Jørgensen | 8 | -16/+23 |
2018-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 16 | -483/+1074 |
2018-12-27 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -5/+5 |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+3 |
2018-12-20 | net/sched: cls_flower: Remove old entries from rhashtable | Roi Dayan | 1 | -4/+3 |
2018-12-15 | net: sched: simplify the qdisc_leaf code | Tonghao Zhang | 1 | -3/+1 |
2018-12-15 | net_sched: fold tcf_block_cb_call() into tc_setup_cb_call() | Cong Wang | 5 | -45/+33 |
2018-12-11 | net/sched: Remove egdev mechanism | Oz Shlomo | 2 | -267/+1 |
2018-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -25/+25 |
2018-12-09 | net/sched: cls_flower: Reject duplicated rules also under skip_sw | Or Gerlitz | 1 | -13/+10 |
2018-12-06 | net: netem: use a list in addition to rbtree | Peter Oskolkov | 1 | -20/+69 |
2018-12-05 | net/sched: act_tunnel_key: Don't dump dst port if it wasn't set | Adi Nissim | 1 | -1/+3 |
2018-12-05 | net/sched: act_tunnel_key: Allow key-less tunnels | Adi Nissim | 1 | -10/+11 |
2018-12-04 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2 | -5/+5 |
2018-12-01 | net/sched: Replace call_rcu_bh() and rcu_barrier_bh() | Paul E. McKenney | 2 | -5/+5 |
2018-12-01 | net/sched: act_police: fix memory leak in case of invalid control action | Davide Caratti | 1 | -12/+12 |
2018-11-30 | net: Prevent invalid access to skb->prev in __qdisc_drop_all | Christoph Paasch | 1 | -0/+3 |
2018-11-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -14/+22 |
2018-11-23 | net/sched: act_police: add missing spinlock initialization | Davide Caratti | 1 | -0/+1 |