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-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-26netfilter: nft_queue: only allow supported familes and hooksFlorian Westphal
2022-07-26netfilter: nf_tables: add rescheduling points during loop detection walksFlorian Westphal
2022-07-26netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal
2022-07-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-22net: netfilter: Add kfuncs to set and change CT statusLorenzo Bianconi
2022-07-22net: netfilter: Add kfuncs to set and change CT timeoutKumar Kartikeya Dwivedi
2022-07-22net: netfilter: Add kfuncs to allocate and insert CTLorenzo Bianconi
2022-07-22net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookupKumar Kartikeya Dwivedi
2022-07-22bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-07-21netfilter: xt_TPROXY: remove pr_debug invocationsJustin Stitt
2022-07-21netfilter: flowtable: prefer refcount_incFlorian Westphal
2022-07-21netfilter: ipvs: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-07-15ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima
2022-07-11netfilter: nf_tables: move nft_cmp_fast_mask to where its usedFlorian Westphal
2022-07-11netfilter: nf_tables: use correct integer typesFlorian Westphal
2022-07-11netfilter: nf_tables: add and use BE register load-store helpersFlorian Westphal
2022-07-11netfilter: nf_tables: use the correct get/put helpersFlorian Westphal
2022-07-11netfilter: x_tables: use correct integer typesFlorian Westphal
2022-07-11netfilter: nfnetlink: add missing __be16 castFlorian Westphal
2022-07-11netfilter: nft_set_bitmap: Fix spelling mistakeZhang Jiaming
2022-07-11netfilter: h323: merge nat hook pointers into oneFlorian Westphal
2022-07-11netfilter: nf_conntrack: use rcu accessors where neededFlorian Westphal
2022-07-11netfilter: nf_conntrack: add missing __rcu annotationsFlorian Westphal
2022-07-11netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov
2022-07-11netfilter: conntrack: use correct format charactersBill Wendling
2022-07-11netfilter: conntrack: use fallthrough to cleanupJackie Liu
2022-07-09netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso
2022-07-09netfilter: nf_log: incorrect offset to network headerPablo Neira Ayuso
2022-07-07netfilter: conntrack: fix crash due to confirmed bit load reorderingFlorian Westphal
2022-07-02netfilter: nft_set_pipapo: release elements in clone from abort pathPablo Neira Ayuso
2022-07-02netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso
2022-06-27netfilter: nf_tables: avoid skb access on nf_stolenFlorian Westphal
2022-06-27netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso
2022-06-21netfilter: nf_dup_netdev: add and use recursion counterFlorian Westphal
2022-06-21netfilter: nf_dup_netdev: do not push mac header a second timeFlorian Westphal
2022-06-18netfilter: cttimeout: fix slab-out-of-bounds read typo in cttimeout_net_exitFlorian Westphal
2022-06-08netfilter: use get_random_u32 instead of prandomFlorian Westphal
2022-06-06netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso
2022-06-06netfilter: nf_tables: memleak flow rule from commit pathPablo Neira Ayuso
2022-06-06netfilter: nf_tables: release new hooks on unsupported flowtable flagsPablo Neira Ayuso
2022-06-03netfilter: nf_tables: always initialize flowtable hook list in transactionPablo Neira Ayuso
2022-06-02netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso
2022-06-01netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release hooks in clean_net pathPablo Neira Ayuso
2022-06-01netfilter: nat: really support inet nat without l3 addressFlorian Westphal
2022-06-01netfilter: flowtable: fix nft_flow_route source address for nat casewenxu
2022-06-01netfilter: flowtable: fix missing FLOWI_FLAG_ANYSRC flagwenxu
2022-06-01netfilter: nf_tables: double hook unregistration in netns pathPablo Neira Ayuso