summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
| * netfilter: nft_last: avoid possible false sharingPablo Neira Ayuso2021-07-231-7/+13
| * netfilter: flowtable: avoid possible false sharingPablo Neira Ayuso2021-07-231-1/+5
| * netfilter: nf_tables: fix audit memory leak in nf_tables_commitDongliang Mu2021-07-171-0/+12
* | net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko2021-07-211-1/+1
|/
* netfilter: nft_last: incorrect arithmetics when restoring last usedPablo Neira Ayuso2021-07-061-1/+1
* netfilter: nft_last: honor NFTA_LAST_SET on restorationPablo Neira Ayuso2021-07-061-2/+8
* netfilter: conntrack: Mark access for KCSANManfred Spraul2021-07-061-1/+9
* netfilter: conntrack: add new sysctl to disable RST checkAli Abdallah2021-07-062-1/+15
* netfilter: conntrack: improve RST handling when tuple is re-usedAli Abdallah2021-07-061-17/+36
* netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfoVasily Averin2021-07-021-0/+3
* netfilter: conntrack: nf_ct_gre_keymap_flush() removalVasily Averin2021-07-023-21/+0
* netfilter: nf_tables: Fix dereference of null pointer flowColin Ian King2021-07-021-1/+2
* netfilter: conntrack: do not renew entry stuck in tcp SYN_SENT stateFlorian Westphal2021-07-021-0/+10