summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* net: align static siphash keysEric Dumazet2021-11-164-5/+5
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-112-1/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-11-022-1/+3
| |\
| | * ipvs: autoload ipvs on genl accessThomas Weißschuh2021-10-221-0/+2
| | * netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal2021-10-221-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+0
|\ \ \ | |/ / |/| |
| * | include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-1/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-11-015-11/+70
|\ \
| * | netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso2021-11-011-2/+54
| * | netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso2021-11-014-6/+6
| * | netfilter: nft_meta: add NFT_META_IFTYPEPablo Neira Ayuso2021-11-011-1/+5
| * | netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream statePablo Neira Ayuso2021-11-011-2/+5
* | | netfilter: conntrack: skip confirmation and nat hooks in postrouting for vrfFlorian Westphal2021-10-262-1/+27
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-224-8/+10
|\ \ \ | |/ / |/| / | |/
| * netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart2021-10-141-0/+5
| * netfilter: nf_tables: skip netdev events generated on netns removalFlorian Westphal2021-10-071-6/+3
| * netfilter: Kconfig: use 'default y' instead of 'm' for bool config optionVegard Nossum2021-10-071-1/+1
| * netfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage valueJuhee Kang2021-10-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-10-188-153/+106
|\ \
| * | netfilter: core: Fix clang warnings about unused static inlinesLukas Wunner2021-10-171-2/+4
| * | netfilter: ipvs: merge ipv4 + ipv6 icmp reply handlersFlorian Westphal2021-10-141-23/+14
| * | netfilter: ipvs: remove unneeded input wrappersFlorian Westphal2021-10-141-53/+4
| * | netfilter: ipvs: remove unneeded output wrappersFlorian Westphal2021-10-141-56/+6
| * | netfilter: ipvs: prepare for hook function reductionFlorian Westphal2021-10-141-10/+16
| * | netfilter: Introduce egress hookLukas Wunner2021-10-144-8/+57
| * | netfilter: nft_dynset: relax superfluous check on set updatesPablo Neira Ayuso2021-10-071-10/+1
| * | ipvs: add sysctl_run_estimation to support disable estimationDust Li2021-10-072-0/+13
* | | net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-4/+4
* | | net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2021-10-181-0/+1
| |/ |/|
* | netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso2021-10-022-13/+36
* | netfilter: nf_tables: reverse order in rule replacement expansionPablo Neira Ayuso2021-09-281-6/+4
* | netfilter: nf_tables: add position handle in event notificationPablo Neira Ayuso2021-09-281-9/+25
|/
* netfilter: conntrack: serialize hash resizes and cleanupsEric Dumazet2021-09-211-33/+37
* netfilter: log: work around missing softdep backend moduleFlorian Westphal2021-09-213-3/+34
* netfilter: nf_nat_masquerade: defer conntrack walk to work queueFlorian Westphal2021-09-211-26/+24
* netfilter: nf_nat_masquerade: make async masq_inet6_event handling genericFlorian Westphal2021-09-211-47/+75
* netfilter: nf_tables: Fix oversized kvmalloc() callsPablo Neira Ayuso2021-09-211-1/+1
* netfilter: nf_tables: unlink table before deleting itFlorian Westphal2021-09-211-10/+18
* netfilter: nat: include zone id in nat table hash againFlorian Westphal2021-09-211-5/+12
* netfilter: conntrack: include zone id in tuple hash againFlorian Westphal2021-09-211-15/+52
* netfilter: conntrack: make max chain length randomFlorian Westphal2021-09-211-6/+11
* ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi2021-09-141-0/+4
* netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik2021-09-141-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-09-036-51/+112
|\
| * netfilter: refuse insertion if chain has grown too largeFlorian Westphal2021-08-303-10/+40
| * netfilter: conntrack: switch to siphashFlorian Westphal2021-08-303-24/+50
| * netfilter: conntrack: sanitize table size default settingsFlorian Westphal2021-08-301-16/+14
| * netfilter: nft_ct: protect nft_ct_pcpu_template_refcnt with mutexPavel Skripkin2021-08-111-1/+8
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-301-1/+1
|\ \
| * | bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-1/+1