index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nft_reject_inet.c
Age
Commit message (
Expand
)
Author
2024-09-03
netfilter: nf_tables: drop unused 3rd argument from validate callback ops
Florian Westphal
2022-03-20
netfilter: nf_tables: do not reduce read-only expressions
Pablo Neira Ayuso
2021-05-29
netfilter: nf_tables: add and use nft_sk helper
Florian Westphal
2020-12-01
netfilter: use actual socket sk for REJECT action
Jan Engelhardt
2020-11-01
netfilter: nft_reject_inet: allow to use reject from inet ingress
Pablo Neira Ayuso
2020-10-31
netfilter: nft_reject: unify reject init and dump into nft_reject
Jose M. Guisado Gomez
2020-06-25
netfilter: Add MODULE_DESCRIPTION entries to kernel modules
Rob Gill
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2017-03-06
netfilter: nf_tables: validate the expr explicitly after init successfully
Liping Zhang
2016-11-03
netfilter: nf_tables: use hook state from xt_action_param structure
Pablo Neira Ayuso
2016-08-25
netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUT
Liping Zhang
2015-09-29
ipv4: Push struct net down into nf_send_reset
Eric W. Biederman
2015-09-18
netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...
Eric W. Biederman
2015-09-18
netfilter: nf_tables: kill nft_pktinfo.ops
Eric W. Biederman
2015-04-27
netfilter; Add some missing default cases to switch statements in nft_reject.
David S. Miller
2015-04-13
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
Patrick McHardy
2015-03-03
netfilter: reject: don't send icmp error if csum is invalid
Florian Westphal
2014-10-02
netfilter: nft_reject: introduce icmp code abstraction for inet and bridge
Pablo Neira Ayuso
2014-02-14
netfilter: nft_reject_inet: fix unintended fall-through in switch-statatement
Patrick McHardy
2014-02-06
netfilter: nf_tables: add reject module for NFPROTO_INET
Patrick McHardy