summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | netfilter: add netfilter hooks to SRv6 data planeRyoga Saito2021-08-303-0/+71
* | | netfilter: ctnetlink: missing counters and timestamp in nfnetlink_{log,queue}Pablo Neira Ayuso2021-08-251-0/+6
* | | netfilter: ecache: remove nf_exp_event_notifier structureFlorian Westphal2021-08-252-67/+6
* | | netfilter: ecache: prepare for event notifier mergeFlorian Westphal2021-08-252-36/+12
* | | netfilter: ecache: add common helper for nf_conntrack_eventmask_reportFlorian Westphal2021-08-251-68/+56
* | | netfilter: ecache: remove another indent levelFlorian Westphal2021-08-251-16/+18
* | | netfilter: ecache: remove one indent levelFlorian Westphal2021-08-252-31/+35
* | | net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen2021-08-192-0/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-1316-83/+133
|\|
| * netfilter: nfnetlink_hook: translate inet ingress to netdevPablo Neira Ayuso2021-08-061-1/+7
| * netfilter: conntrack: remove offload_pickup sysctl againFlorian Westphal2021-08-064-21/+8
| * netfilter: nfnetlink_hook: Use same family as request messagePablo Neira Ayuso2021-08-061-3/+3
| * netfilter: nfnetlink_hook: use the sequence number of the request messagePablo Neira Ayuso2021-08-061-1/+2
| * netfilter: nfnetlink_hook: missing chain familyPablo Neira Ayuso2021-08-061-2/+6
| * netfilter: nfnetlink_hook: strip off module name from hookfnPablo Neira Ayuso2021-08-061-0/+1
| * netfilter: conntrack: collect all entries in one cycleFlorian Westphal2021-08-061-49/+22
| * netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik2021-08-0410-7/+85
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-08-117-72/+165
|\ \
| * | netfilter: nf_queue: move hookfn registration out of struct netFlorian Westphal2021-08-102-12/+22
| * | netfilter: x_tables: never register tables by defaultFlorian Westphal2021-08-091-18/+80
| * | netfilter: ctnetlink: allow to filter dump by status bitsFlorian Westphal2021-08-051-1/+33
| * | netfilter: ctnetlink: add and use a helper for mark parsingFlorian Westphal2021-08-051-15/+27
| * | netfilter: remove xt pernet dataFlorian Westphal2021-08-011-11/+0
| * | netfilter: flowtable: remove nf_ct_l4proto_find() callPablo Neira Ayuso2021-08-011-10/+0
| * | netfilter: nft_compat: use nfnetlink_unicast()Pablo Neira Ayuso2021-08-011-5/+3
* | | net: Remove redundant if statementsYajun Deng2021-08-052-18/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-316-10/+41
|\ \ \ | |/ / |/| / | |/
| * netfilter: nfnl_hook: fix unused variable warningArnd Bergmann2021-07-231-0/+2
| * netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso2021-07-231-1/+3
| * netfilter: conntrack: adjust stop timestamp to real expiry valueFlorian Westphal2021-07-231-1/+6