Age | Commit message (Expand) | Author | Files | Lines |
2020-01-08 | net: sch_prio: When ungrafting, replace with FIFO | Petr Machata | 1 | -2/+8 |
2020-01-08 | pkt_sched: fq: do not accept silly TCA_FQ_QUANTUM | Eric Dumazet | 1 | -2/+4 |
2020-01-03 | sch_cake: avoid possible divide by zero in cake_enqueue() | Wen Yang | 1 | -1/+1 |
2019-12-31 | net/sched: add delete_empty() to filters and use it in cls_flower | Davide Caratti | 3 | -51/+17 |
2019-12-28 | net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit device | Shmulik Ladkani | 1 | -10/+12 |
2019-12-27 | net_sched: sch_fq: properly set sk->sk_pacing_status | Eric Dumazet | 1 | -9/+8 |
2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -0/+25 |
2019-12-20 | net/sched: cls_u32: fix refcount leak in the error path of u32_change() | Davide Caratti | 1 | -0/+25 |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 2 | -3/+3 |
2019-12-07 | net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add() | Eric Dumazet | 1 | -1/+7 |
2019-12-07 | net: sched: allow indirect blocks to bind to clsact in TC | John Hurley | 1 | -19/+33 |
2019-12-07 | net: core: rename indirect block ingress cb function | John Hurley | 1 | -2/+2 |
2019-12-06 | mqprio: Fix out-of-bounds access in mqprio_dump | Vladyslav Tarasiuk | 1 | -1/+1 |
2019-12-05 | net: Fixed updating of ethertype in skb_mpls_push() | Martin Varghese | 1 | -1/+2 |
2019-12-05 | act_ct: support asymmetric conntrack | Aaron Conole | 1 | -1/+12 |
2019-12-03 | cls_flower: Fix the behavior using port ranges with hw-offload | Yoshiki Komachi | 1 | -52/+66 |
2019-12-03 | net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueues | Dust Li | 2 | -0/+2 |
2019-12-03 | Fixed updating of ethertype in function skb_mpls_pop | Martin Varghese | 1 | -1/+3 |
2019-12-02 | sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSO | Victorien Molle | 1 | -0/+1 |
2019-11-30 | net: sched: fix `tc -s class show` no bstats on class with nolock subqueues | Dust Li | 4 | -5/+6 |
2019-11-27 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 12 | -20/+21 |
2019-11-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -9/+35 |
2019-11-21 | net: remove the unnecessary strict_start_type in some policies | Xin Long | 2 | -2/+0 |
2019-11-21 | net: sched: allow flower to match erspan options | Xin Long | 1 | -0/+145 |
2019-11-21 | net: sched: allow flower to match vxlan options | Xin Long | 1 | -0/+109 |
2019-11-21 | net: sched: add erspan option support to act_tunnel_key | Xin Long | 1 | -0/+118 |
2019-11-21 | net: sched: add vxlan option support to act_tunnel_key | Xin Long | 1 | -1/+84 |
2019-11-20 | net: sched: pie: enable timestamp based delay calculation | Gautam Ramakrishnan | 1 | -21/+99 |
2019-11-20 | net/sched: act_pedit: fix WARN() in the traffic path | Davide Caratti | 1 | -7/+5 |
2019-11-20 | taprio: don't reject same mqprio settings | Ivan Khoronzhuk | 1 | -2/+26 |
2019-11-19 | net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_key | Xin Long | 1 | -0/+4 |
2019-11-12 | net/sched: actions: remove unused 'order' | Davide Caratti | 1 | -1/+0 |
2019-11-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -6/+82 |
2019-11-08 | net/sched: annotate lockless accesses to qdisc->empty | Eric Dumazet | 1 | -1/+1 |
2019-11-07 | net: annotate lockless accesses to sk->sk_max_ack_backlog | Eric Dumazet | 1 | -1/+1 |
2019-11-07 | net: annotate lockless accesses to sk->sk_ack_backlog | Eric Dumazet | 1 | -1/+1 |
2019-11-06 | net_sched: add TCA_STATS_PKT64 attribute | Eric Dumazet | 1 | -0/+2 |
2019-11-06 | net_sched: extend packet counter to 64bit | Eric Dumazet | 1 | -1/+1 |
2019-11-06 | net: sched: prevent duplicate flower rules from tcf_proto destroy race | John Hurley | 1 | -4/+79 |
2019-11-06 | icmp: remove duplicate code | Matteo Croce | 1 | -3/+1 |
2019-11-06 | taprio: fix panic while hw offload sched list swap | Ivan Khoronzhuk | 1 | -2/+3 |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 6 | -30/+32 |
2019-11-02 | net: cls_bpf: fix NULL deref on offload filter removal | Jakub Kicinski | 1 | -2/+6 |
2019-10-31 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 12 | -20/+21 |
2019-10-31 | net: sched: update action implementations to support flags | Vlad Buslov | 20 | -26/+47 |
2019-10-31 | net: sched: extend TCA_ACT space with TCA_ACT_FLAGS | Vlad Buslov | 20 | -25/+38 |
2019-10-31 | net: sched: modify stats helper functions to support regular stats | Vlad Buslov | 1 | -5/+14 |
2019-10-31 | net: sched: don't expose action qstats to skb_tc_reinsert() | Vlad Buslov | 1 | -2/+2 |
2019-10-31 | net: sched: extract qstats update code into functions | Vlad Buslov | 5 | -5/+5 |
2019-10-31 | net: sched: extract bstats update code into function | Vlad Buslov | 6 | -6/+6 |