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-02-22netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal
2022-02-21netfilter: nft_limit: fix stateful object memory leakFlorian Westphal
2022-02-21netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso
2022-02-20netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso
2022-02-14netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependencyPablo Neira Ayuso
2022-02-10netfilter: nft_synproxy: unregister hooks on init error pathPablo Neira Ayuso
2022-02-09netfilter: xt_socket: fix a typo in socket_mt_destroy()Eric Dumazet
2022-02-04netfilter: ctnetlink: disable helper autoassignFlorian Westphal
2022-02-04netfilter: conntrack: re-init state for retransmitted syn-ackFlorian Westphal
2022-02-04netfilter: conntrack: move synack init code to helperFlorian Westphal
2022-02-04netfilter: nft_payload: don't allow th access for fragmentsFlorian Westphal
2022-02-04netfilter: conntrack: don't refresh sctp entries in closed stateFlorian Westphal
2022-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-27netfilter: nf_tables: remove assignment with no effect in chain blob builderPablo Neira Ayuso
2022-01-27netfilter: nft_byteorder: track register operationsPablo Neira Ayuso
2022-01-27netfilter: nft_ct: fix use after free when attaching zone templateFlorian Westphal
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-16netfilter: conntrack: don't increment invalid counter on NF_REPEATFlorian Westphal
2022-01-13netfilter: nft_connlimit: memleak if nf_ct_netns_get() failsPablo Neira Ayuso
2022-01-12netfilter: nf_tables: set last expression in register tracking areaPablo Neira Ayuso
2022-01-11netfilter: nf_tables: remove unused variablePablo Neira Ayuso
2022-01-11netfilter: nf_conntrack_netbios_ns: fix helper module aliasFlorian Westphal
2022-01-11netfilter: nf_tables: typo NULL check in _clone() functionPablo Neira Ayuso
2022-01-11netfilter: nf_tables: don't use 'data_size' uninitializedLinus Torvalds
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2022-01-10netfilter: nft_meta: cancel register tracking after meta updatePablo Neira Ayuso
2022-01-10netfilter: nft_payload: cancel register tracking after payload updatePablo Neira Ayuso
2022-01-10netfilter: nft_bitwise: track register operationsPablo Neira Ayuso
2022-01-10netfilter: nft_meta: track register operationsPablo Neira Ayuso
2022-01-10netfilter: nft_payload: track register operationsPablo Neira Ayuso
2022-01-10netfilter: nf_tables: add register tracking infrastructurePablo Neira Ayuso
2022-01-10netfilter: nf_tables: add rule blob layoutPablo Neira Ayuso
2022-01-10netfilter: nft_limit: move stateful fields out of expression dataPablo Neira Ayuso
2022-01-10netfilter: nft_limit: rename stateful structurePablo Neira Ayuso
2022-01-10netfilter: nft_numgen: move stateful fields out of expression dataPablo Neira Ayuso
2022-01-10netfilter: nft_quota: move stateful fields out of expression dataPablo Neira Ayuso
2022-01-10netfilter: nft_last: move stateful fields out of expression dataPablo Neira Ayuso
2022-01-10netfilter: nft_connlimit: move stateful fields out of expression dataPablo Neira Ayuso
2022-01-10net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal
2022-01-10netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal
2022-01-10netfilter: make function op structures constFlorian Westphal
2022-01-10netfilter: core: move ip_ct_attach indirection to struct nf_ct_hookFlorian Westphal
2022-01-10netfilter: conntrack: convert to refcount_t apiFlorian Westphal
2022-01-06netfilter: nft_set_pipapo: allocate pcpu scratch maps on cloneFlorian Westphal
2022-01-06netfilter: nft_payload: do not update layer 4 checksum when mangling fragmentsPablo Neira Ayuso
2022-01-04net/sched: act_ct: Fill offloading tuple iifidxPaul Blakey
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski