Age | Commit message (Expand) | Author | Files | Lines |
2024-11-11 | net: convert to nla_get_*_default() | Johannes Berg | 1 | -5/+5 |
2024-08-12 | sched: act_ct: avoid -Wflex-array-member-not-at-end warning | Gustavo A. R. Silva | 1 | -3/+1 |
2024-07-26 | sched: act_ct: take care of padding in struct zones_ht_key | Eric Dumazet | 1 | -1/+3 |
2024-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+8 |
2024-07-11 | net/sched: Fix UAF when resolving a clash | Chengen Du | 1 | -0/+8 |
2024-07-08 | act_ct: prepare for stolen verdict coming from conntrack and nat engine | Florian Westphal | 1 | -6/+25 |
2024-06-18 | sched: act_ct: add netns into the key of tcf_ct_flow_table | Xin Long | 1 | -5/+11 |
2024-02-02 | net/sched: Add module aliases for cls_,sch_,act_ modules | Michal Koutný | 1 | -0/+1 |
2024-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -6/+6 |
2024-01-05 | net/sched: act_ct: fix skb leak and crash on ooo frags | Tao Liu | 1 | -6/+6 |
2024-01-03 | net/sched: introduce ACT_P_BOUND return code | Pedro Tammela | 1 | -1/+1 |
2023-12-11 | net/sched: act_ct: Take per-cb reference to tcf_ct_flow_table | Vlad Buslov | 1 | -6/+28 |
2023-11-16 | net: sched: do not offload flows with a helper in act_ct | Xin Long | 1 | -0/+3 |
2023-11-08 | net/sched: act_ct: Always fill offloading tuple iifidx | Vlad Buslov | 1 | -1/+14 |
2023-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+9 |
2023-10-25 | net/sched: act_ct: additional checks for outdated flows | Vlad Buslov | 1 | -0/+2 |
2023-10-25 | netfilter: flowtable: GC pushes back packets to classic path | Pablo Neira Ayuso | 1 | -0/+7 |
2023-10-25 | sched: act_ct: switch to per-action label counting | Florian Westphal | 1 | -23/+18 |
2023-07-20 | net: sched: set IPS_CONFIRMED in tmpl status only when commit is set in act_ct | Xin Long | 1 | -1/+2 |
2023-06-14 | net/sched: act_ct: Fix promotion of offloaded unreplied tuple | Paul Blakey | 1 | -1/+8 |
2023-02-10 | net: extract nf_ct_handle_fragments to nf_conntrack_ovs | Xin Long | 1 | -44/+2 |
2023-02-10 | net: sched: move frag check and tc_skb_cb update out of handle_fragments | Xin Long | 1 | -32/+39 |
2023-02-10 | net: extract nf_ct_skb_network_trim function to nf_conntrack_ovs | Xin Long | 1 | -26/+1 |
2023-02-03 | net/sched: act_ct: offload UDP NEW connections | Vlad Buslov | 1 | -12/+39 |
2023-02-03 | net/sched: act_ct: set ctinfo in meta action depending on ct state | Vlad Buslov | 1 | -2/+4 |
2023-02-03 | netfilter: flowtable: cache info of last offload | Vlad Buslov | 1 | -5/+7 |
2023-02-01 | net: sched: use skb_ip_totlen and iph_totlen | Xin Long | 1 | -1/+1 |
2022-12-12 | net: move the nat function to nf_nat_ovs for ovs and tc | Xin Long | 1 | -125/+11 |
2022-12-12 | net: sched: update the nat flag for icmp error packets in ct_nat_execute | Xin Long | 1 | -1/+1 |
2022-12-09 | net/sched: avoid indirect act functions on retpoline kernels | Pedro Tammela | 1 | -2/+3 |
2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+4 |
2022-11-18 | netfilter: conntrack: Fix data-races around ct mark | Daniel Xu | 1 | -4/+4 |
2022-11-08 | net: sched: add helper support in act_ct | Xin Long | 1 | -8/+81 |
2022-11-08 | net: sched: call tcf_ct_params_free to free params in tcf_ct_init | Xin Long | 1 | -17/+18 |
2022-09-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+4 |
2022-09-26 | net: sched: act_ct: fix possible refcount leak in tcf_ct_init() | Hangyu Hua | 1 | -1/+4 |
2022-09-21 | net: sched: act_ct: remove redundant variable err | Jinpeng Cui | 1 | -4/+1 |
2022-09-09 | net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_search | Zhengchao Shao | 1 | -19/+0 |
2022-09-09 | net: sched: act: move global static variable net_id to tc_action_ops | Zhengchao Shao | 1 | -9/+8 |
2022-07-11 | net/sched: act_ct: set 'net' pointer when creating new nf_flow_table | Vlad Buslov | 1 | -2/+3 |
2022-06-01 | net/sched: act_api: fix error code in tcf_ct_flow_table_fill_tuple_ipv6() | Dan Carpenter | 1 | -1/+1 |
2022-04-08 | net/sched: act_api: Add extack to offload_act_setup() callback | Ido Schimmel | 1 | -1/+2 |
2022-03-26 | net/sched: act_ct: fix ref leak when switching zones | Marcelo Ricardo Leitner | 1 | -6/+9 |
2022-03-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | Jakub Kicinski | 1 | -24/+91 |
2022-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+9 |
2022-03-03 | act_ct: Support GRE offload | Toshiaki Makita | 1 | -24/+91 |
2022-03-01 | net/sched: act_ct: Fix flow table lookup failure with no originating ifindex | Paul Blakey | 1 | -4/+9 |
2022-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+0 |
2022-02-18 | net/sched: act_ct: Fix flow table lookup after ct clear or switching zones | Paul Blakey | 1 | -5/+0 |
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-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+6 |
2022-01-09 | net: openvswitch: Fix ct_state nat flags for conns arriving from tc | Paul Blakey | 1 | -0/+6 |
2022-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | Jakub Kicinski | 1 | -4/+3 |
2022-01-09 | net: prefer nf_ct_put instead of nf_conntrack_put | Florian Westphal | 1 | -3/+3 |
2022-01-09 | netfilter: conntrack: convert to refcount_t api | Florian Westphal | 1 | -1/+0 |
2022-01-04 | net/sched: act_ct: Fill offloading tuple iifidx | Paul Blakey | 1 | -0/+27 |
2021-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+8 |
2021-12-19 | flow_offload: allow user to offload tc action to net device | Baowen Zheng | 1 | -1/+3 |
2021-12-19 | flow_offload: add ops to tc_action_ops for flow action setup | Baowen Zheng | 1 | -0/+19 |
2021-12-17 | net/sched: flow_dissector: Fix matching on zone id for invalid conns | Paul Blakey | 1 | -0/+1 |
2021-12-17 | net/sched: Extend qdisc control block with tc control block | Paul Blakey | 1 | -7/+7 |
2021-12-03 | net/sched: act_ct: Offload only ASSURED connections | Chris Mi | 1 | -1/+2 |
2021-10-18 | net/sched: act_ct: Fix byte count on fragmented packets | Paul Blakey | 1 | -1/+1 |
2021-08-02 | net_sched: refactor TC action init API | Cong Wang | 1 | -2/+2 |
2021-07-02 | net/sched: act_ct: remove and free nf_table callbacks | Louis Peens | 1 | -0/+11 |
2021-07-02 | net/sched: act_ct: fix err check for nf_conntrack_confirm | wenxu | 1 | -1/+2 |
2021-06-09 | net/sched: act_ct: handle DNAT tuple collision | Marcelo Ricardo Leitner | 1 | -8/+13 |
2021-05-27 | net/sched: act_ct: Fix ct template allocation for zone 0 | Ariel Levkovich | 1 | -3/+0 |
2021-05-27 | net/sched: act_ct: Offload connections with commit action | Paul Blakey | 1 | -3/+4 |
2021-04-28 | net/sched: act_ct: Remove redundant ct get and check | Roi Dayan | 1 | -3/+1 |
2021-04-26 | net/sched: act_ct: fix wild memory access when clearing fragments | Davide Caratti | 1 | -3/+3 |
2021-03-23 | net/sched: act_ct: clear post_ct if doing ct_clear | Marcelo Ricardo Leitner | 1 | -2/+4 |
2021-01-29 | net: flow_offload: Add original direction flag to ct_metadata | Paul Blakey | 1 | -0/+1 |
2021-01-20 | net/sched: cls_flower add CT_FLAGS_INVALID flag support | wenxu | 1 | -0/+1 |
2020-11-28 | net/sched: act_ct: enable stats for HW offloaded entries | Marcelo Ricardo Leitner | 1 | -2/+4 |
2020-11-27 | net/sched: sch_frag: add generic packet fragment support. | wenxu | 1 | -0/+3 |
2020-10-20 | net/sched: act_ct: Fix adding udp port mangle operation | Roi Dayan | 1 | -2/+2 |
2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+0 |
2020-09-24 | net_sched: defer tcf_idr_insert() in tcf_action_init_1() | Cong Wang | 1 | -2/+0 |
2020-08-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2020-08-20 | net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flow | Alaa Hleihel | 1 | -1/+1 |
2020-08-18 | netlink: consistently use NLA_POLICY_EXACT_LEN() | Johannes Berg | 1 | -5/+3 |
2020-08-03 | net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct | wenxu | 1 | -2/+6 |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+2 |
2020-07-31 | net/sched: The error lable position is corrected in ct_init_module | liujian | 1 | -2/+2 |
2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+14 |
2020-07-20 | net/sched: act_ct: fix restore the qdisc_skb_cb after defrag | wenxu | 1 | -2/+14 |
2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -5/+6 |
2020-07-07 | net/sched: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-07-07 | net/sched: act_ct: add miss tcf_lastuse_update. | wenxu | 1 | -0/+2 |
2020-07-03 | sched: consistently handle layer3 header accesses in the presence of VLANs | Toke Høiland-Jørgensen | 1 | -5/+4 |
2020-06-19 | net: qos offload add flow status with dropped count | Po Liu | 1 | -3/+3 |
2020-06-15 | net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inline | Alaa Hleihel | 1 | -11/+0 |
2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+3 |
2020-05-30 | net/sched: act_ct: add nat mangle action only for NAT-conntrack | wenxu | 1 | -0/+3 |
2020-04-22 | net/sched: act_ct: update nf_conn_acct for act_ct SW offload in flowtable | wenxu | 1 | -0/+2 |
2020-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2020-03-18 | net/sched: act_ct: Fix leak of ct zone template on replace | Paul Blakey | 1 | -1/+1 |
2020-03-12 | net/sched: act_ct: Enable hardware offload of flow table entires | Paul Blakey | 1 | -0/+2 |
2020-03-12 | net/sched: act_ct: Support refreshing the flow table entries | Paul Blakey | 1 | -0/+1 |
2020-03-12 | net/sched: act_ct: Support restoring conntrack info on skbs | Paul Blakey | 1 | -0/+16 |
2020-03-12 | net/sched: act_ct: Instantiate flow table entry actions | Paul Blakey | 1 | -0/+207 |
2020-03-08 | net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_get | Eric Dumazet | 1 | -13/+11 |
2020-03-04 | net/sched: act_ct: Use pskb_network_may_pull() | Paul Blakey | 1 | -8/+8 |
2020-03-04 | net/sched: act_ct: Fix ipv6 lookup of offloaded connections | Paul Blakey | 1 | -34/+26 |
2020-03-03 | net/sched: act_ct: Software offload of established flows | Paul Blakey | 1 | -2/+158 |
2020-03-03 | net/sched: act_ct: Offload established connections to flow table | Paul Blakey | 1 | -0/+63 |
2020-03-03 | net/sched: act_ct: Create nf flow table per zone | Paul Blakey | 1 | -1/+133 |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 1 | -2/+2 |
2019-12-04 | act_ct: support asymmetric conntrack | Aaron Conole | 1 | -1/+12 |
2019-11-26 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+2 |
2019-11-21 | net: remove the unnecessary strict_start_type in some policies | Xin Long | 1 | -1/+0 |
2019-10-30 | net: sched: update action implementations to support flags | Vlad Buslov | 1 | -2/+2 |
2019-10-30 | net: sched: extend TCA_ACT space with TCA_ACT_FLAGS | Vlad Buslov | 1 | -1/+1 |
2019-10-30 | net: sched: extract qstats update code into functions | Vlad Buslov | 1 | -1/+1 |
2019-10-30 | net: sched: extract bstats update code into function | Vlad Buslov | 1 | -1/+1 |
2019-10-30 | net: sched: extract common action counters update code into function | Vlad Buslov | 1 | -5/+1 |
2019-10-30 | net/sched: Replace rcu_swap_protected() with rcu_replace_pointer() | Paul E. McKenney | 1 | -1/+2 |
2019-09-13 | netfilter: update include directives. | Jeremy Sowden | 1 | -1/+1 |
2019-08-27 | net_sched: fix a NULL pointer deref in ipt action | Cong Wang | 1 | -1/+1 |
2019-08-05 | net: sched: use temporary variable for actions indexes | Dmytro Linkin | 1 | -4/+5 |
2019-07-09 | net/sched: Introduce action ct | Paul Blakey | 1 | -0/+984 |