aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_reject_ipv4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-08netfilter: nf_reject: remove unused variableTaehee Yoo1-3/+0
2017-01-09netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol1-0/+2
2016-06-24netfilter: nf_reject_ipv4: don't send tcp RST if the packet is non-TCPLiping Zhang1-0/+3
2015-11-23netfilter: remove duplicate includestephen hemminger1-1/+0
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman1-1/+1
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman1-1/+1
2015-09-29ipv4: Pass struct net into ip_route_me_harderEric W. Biederman1-1/+1
2015-09-29ipv4: Push struct net down into nf_send_resetEric W. Biederman1-1/+1
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal1-1/+3
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal1-1/+1
2015-03-03netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal1-0/+23
2014-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+1
2014-11-13netfilter: fix various sparse warningsFlorian Westphal1-0/+1
2014-10-31netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso1-26/+62
2014-10-11netfilter: missing module license in the nf_reject_ipvX modulesPablo Neira Ayuso1-0/+3
2014-10-02netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso1-0/+127