summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu
2021-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-11-01netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso
2021-11-01netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso
2021-11-01netfilter: nft_meta: add NFT_META_IFTYPEPablo Neira Ayuso
2021-11-01netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream statePablo Neira Ayuso
2021-10-26netfilter: conntrack: skip confirmation and nat hooks in postrouting for vrfFlorian Westphal
2021-10-22ipvs: autoload ipvs on genl accessThomas Weißschuh
2021-10-22netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish
2021-10-17netfilter: core: Fix clang warnings about unused static inlinesLukas Wunner
2021-10-14netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart
2021-10-14netfilter: ipvs: merge ipv4 + ipv6 icmp reply handlersFlorian Westphal
2021-10-14netfilter: ipvs: remove unneeded input wrappersFlorian Westphal
2021-10-14netfilter: ipvs: remove unneeded output wrappersFlorian Westphal
2021-10-14netfilter: ipvs: prepare for hook function reductionFlorian Westphal
2021-10-14netfilter: Introduce egress hookLukas Wunner
2021-10-07netfilter: nft_dynset: relax superfluous check on set updatesPablo Neira Ayuso
2021-10-07ipvs: add sysctl_run_estimation to support disable estimationDust Li
2021-10-07netfilter: nf_tables: skip netdev events generated on netns removalFlorian Westphal
2021-10-07netfilter: Kconfig: use 'default y' instead of 'm' for bool config optionVegard Nossum
2021-10-07netfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage valueJuhee Kang
2021-10-02netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso
2021-09-28netfilter: nf_tables: reverse order in rule replacement expansionPablo Neira Ayuso
2021-09-28netfilter: nf_tables: add position handle in event notificationPablo Neira Ayuso
2021-09-21netfilter: conntrack: serialize hash resizes and cleanupsEric Dumazet
2021-09-21netfilter: log: work around missing softdep backend moduleFlorian Westphal
2021-09-21netfilter: nf_nat_masquerade: defer conntrack walk to work queueFlorian Westphal
2021-09-21netfilter: nf_nat_masquerade: make async masq_inet6_event handling genericFlorian Westphal
2021-09-21netfilter: nf_tables: Fix oversized kvmalloc() callsPablo Neira Ayuso
2021-09-21netfilter: nf_tables: unlink table before deleting itFlorian Westphal
2021-09-21netfilter: nat: include zone id in nat table hash againFlorian Westphal
2021-09-21netfilter: conntrack: include zone id in tuple hash againFlorian Westphal
2021-09-21netfilter: conntrack: make max chain length randomFlorian Westphal
2021-09-14ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi
2021-09-14netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik
2021-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-30netfilter: refuse insertion if chain has grown too largeFlorian Westphal
2021-08-30netfilter: conntrack: switch to siphashFlorian Westphal
2021-08-30netfilter: conntrack: sanitize table size default settingsFlorian Westphal
2021-08-30netfilter: add netfilter hooks to SRv6 data planeRyoga Saito
2021-08-25netfilter: ctnetlink: missing counters and timestamp in nfnetlink_{log,queue}Pablo Neira Ayuso
2021-08-25netfilter: ecache: remove nf_exp_event_notifier structureFlorian Westphal