Age | Commit message (Expand) | Author | Files | Lines |
2022-03-27 | net/sched: act_ct: fix ref leak when switching zones | Marcelo Ricardo Leitner | 1 | -6/+9 |
2022-03-17 | net/sched: add vlan push_eth and pop_eth action to the hardware IR | Maor Dickman | 1 | -0/+13 |
2022-03-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | Jakub Kicinski | 1 | -24/+91 |
2022-03-11 | net/sched: Allow flower to match on GTP options | Wojciech Drewek | 1 | -0/+116 |
2022-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+9 |
2022-03-03 | bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress | Martin KaFai Lau | 2 | -0/+4 |
2022-03-03 | act_ct: Support GRE offload | Toshiaki Makita | 1 | -24/+91 |
2022-03-03 | flow_offload: improve extack msg for user when adding invalid filter | Baowen Zheng | 1 | -0/+2 |
2022-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 1 | -4/+9 |
2022-03-02 | net/sched: act_ct: Fix flow table lookup failure with no originating ifindex | Paul Blakey | 1 | -4/+9 |
2022-02-28 | net: flow_offload: add tc police action parameters | Jianbo Liu | 1 | -0/+46 |
2022-02-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -6/+1 |
2022-02-23 | net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MOD | Wan Jiabing | 1 | -1/+1 |
2022-02-18 | net/sched: act_ct: Fix flow table lookup after ct clear or switching zones | Paul Blakey | 1 | -5/+0 |
2022-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -29/+41 |
2022-02-17 | net: sched: limit TC_ACT_REPEAT loops | Eric Dumazet | 1 | -3/+10 |
2022-02-14 | net_sched: add __rcu annotation to netdev->qdisc | Eric Dumazet | 3 | -26/+31 |
2022-02-14 | net/sched: act_police: more accurate MTU policing | Davide Caratti | 1 | -1/+15 |
2022-02-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | Jakub Kicinski | 1 | -13/+0 |
2022-02-05 | net/sched: Enable tc skb ext allocation on chain miss only when needed | Paul Blakey | 1 | -13/+32 |
2022-02-04 | netfilter: conntrack: remove extension register api | Florian Westphal | 1 | -11/+0 |
2022-02-04 | netfilter: conntrack: move extension sizes into core | Florian Westphal | 1 | -1/+0 |
2022-02-04 | netfilter: conntrack: make all extensions 8-byte alignned | Florian Westphal | 1 | -1/+0 |
2022-02-02 | net: sched: fix use-after-free in tc_new_tfilter() | Eric Dumazet | 1 | -4/+7 |
2022-01-26 | sch_htb: Fail on unsupported parameters when offload is requested | Maxim Mikityanskiy | 1 | -0/+20 |
2022-01-20 | net: sched: Clarify error message when qdisc kind is unknown | Victor Nogueira | 1 | -1/+1 |
2022-01-13 | net_sched: restore "mpu xxx" handling | Kevin Bracey | 1 | -0/+1 |
2022-01-13 | sch_api: Don't skip qdisc attach on ingress | Maxim Mikityanskiy | 1 | -1/+1 |
2022-01-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -0/+8 |
2022-01-10 | net: openvswitch: Fix ct_state nat flags for conns arriving from tc | Paul Blakey | 2 | -0/+8 |
2022-01-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | Jakub Kicinski | 1 | -4/+3 |
2022-01-10 | net: prefer nf_ct_put instead of nf_conntrack_put | Florian Westphal | 1 | -3/+3 |
2022-01-10 | netfilter: conntrack: convert to refcount_t api | Florian Westphal | 1 | -1/+0 |
2022-01-07 | sch_cake: revise Diffserv docs | Kevin Bracey | 1 | -20/+20 |
2022-01-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+2 |
2022-01-05 | net/sched: add missing tracker information in qdisc_create() | Eric Dumazet | 1 | -1/+1 |
2022-01-04 | sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc | Eric Dumazet | 1 | -4/+2 |
2022-01-04 | net/sched: act_ct: Fill offloading tuple iifidx | Paul Blakey | 1 | -0/+27 |
2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+1 |
2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski | 1 | -0/+1 |
2021-12-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -12/+19 |
2021-12-23 | flow_offload: fix suspicious RCU usage when offloading tc action | Baowen Zheng | 1 | -2/+9 |
2021-12-21 | net/sched: use min() macro instead of doing it manually | Yang Li | 1 | -3/+3 |
2021-12-19 | flow_offload: validate flags of filter and actions | Baowen Zheng | 5 | -19/+47 |
2021-12-19 | flow_offload: add reoffload process to update hw_count | Baowen Zheng | 1 | -17/+235 |
2021-12-19 | net: sched: save full flags for tc action | Baowen Zheng | 1 | -3/+5 |
2021-12-19 | flow_offload: add process to update action stats from hardware | Baowen Zheng | 1 | -0/+34 |
2021-12-19 | flow_offload: rename exts stats update functions with hw | Baowen Zheng | 2 | -11/+11 |
2021-12-19 | flow_offload: add skip_hw and skip_sw to control if offload the action | Baowen Zheng | 1 | -6/+77 |
2021-12-19 | flow_offload: allow user to offload tc action to net device | Baowen Zheng | 13 | -15/+197 |