Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-27net/sched: act_ct: fix ref leak when switching zonesMarcelo Ricardo Leitner
2022-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-03act_ct: Support GRE offloadToshiaki Makita
2022-03-02net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey
2022-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-18net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey
2022-02-04netfilter: conntrack: remove extension register apiFlorian Westphal
2022-02-04netfilter: conntrack: move extension sizes into coreFlorian Westphal
2022-02-04netfilter: conntrack: make all extensions 8-byte alignnedFlorian Westphal
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-10net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2022-01-10net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal
2022-01-10netfilter: conntrack: convert to refcount_t apiFlorian Westphal
2022-01-04net/sched: act_ct: Fill offloading tuple iifidxPaul Blakey
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng
2021-12-19flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng
2021-12-18net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey
2021-12-18net/sched: Extend qdisc control block with tc control blockPaul Blakey
2021-12-03net/sched: act_ct: Offload only ASSURED connectionsChris Mi
2021-10-18net/sched: act_ct: Fix byte count on fragmented packetsPaul Blakey
2021-08-02net_sched: refactor TC action init APICong Wang
2021-07-02net/sched: act_ct: remove and free nf_table callbacksLouis Peens
2021-07-02net/sched: act_ct: fix err check for nf_conntrack_confirmwenxu
2021-06-10net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner
2021-05-28net/sched: act_ct: Fix ct template allocation for zone 0Ariel Levkovich
2021-05-28net/sched: act_ct: Offload connections with commit actionPaul Blakey
2021-04-28net/sched: act_ct: Remove redundant ct get and checkRoi Dayan
2021-04-26net/sched: act_ct: fix wild memory access when clearing fragmentsDavide Caratti
2021-03-24net/sched: act_ct: clear post_ct if doing ct_clearMarcelo Ricardo Leitner
2021-01-30net: flow_offload: Add original direction flag to ct_metadataPaul Blakey
2021-01-21net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu
2020-11-28net/sched: act_ct: enable stats for HW offloaded entriesMarcelo Ricardo Leitner
2020-11-28net/sched: sch_frag: add generic packet fragment support.wenxu
2020-10-21net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-25net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-21net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel
2020-08-18netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg
2020-08-04net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-01net/sched: The error lable position is corrected in ct_init_moduleliujian
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-21net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-08net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-08net/sched: act_ct: add miss tcf_lastuse_update.wenxu