summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ipt_REJECT.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: use actual socket sk for REJECT actionJan Engelhardt2020-12-011-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal2018-02-141-2/+2
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-031-2/+2
* ipv4: Push struct net down into nf_send_resetEric W. Biederman2015-09-291-1/+1
* netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal2015-03-031-8/+9
* netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-021-1/+1
* netfilter: REJECT: separate reusable codeEric Leblond2013-12-301-130/+10
* netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridgedPhil Oester2013-08-281-1/+20
* netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP resetMukund Jampala2012-12-161-0/+1
* netfilter: Fix ip_route_me_harder triggering ip_rt_bugJulian Anastasov2011-06-291-10/+4
* ipv4: Don't pre-seed hoplimit metric.David S. Miller2010-12-121-1/+1
* net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller2010-12-121-1/+1
* netfilter: fix ipt_REJECT TCP RST routing for indev == outdevChangli Gao2010-09-221-0/+1
* netfilter: ipt_REJECT: avoid touching dst refEric Dumazet2010-07-051-1/+1
* netfilter: ipt_REJECT: postpone the checksum calculation.Changli Gao2010-07-051-5/+5
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: xtables: remove old comments about reentrancyJan Engelhardt2010-04-191-3/+0
* | netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-251-3/+3
* | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-251-1/+1
* | netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-251-3/+3
|/
* netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches2009-11-231-2/+2
* net: skb->dst accessorsEric Dumazet2009-06-031-4/+3
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-6/+3
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-5/+3
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-081-1/+1
* [NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt2008-04-141-2/+4
* [NETFILTER]: ipt_REJECT: properly handle IP optionsDenys Vlasenko2008-01-281-65/+37
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-281-1/+1
* [NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt2008-01-281-20/+17
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-3/+3
* [IPV4]: Add ip_local_outHerbert Xu2008-01-281-7/+1
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-11/+11
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-101-8/+2
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-101-1/+1
* [NETFILTER]: add some consts, remove some castsJan Engelhardt2007-07-101-1/+1
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-101-8/+8
* [NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy2007-04-251-2/+0
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-13/+13
* [IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo2007-04-251-10/+9
* [NETFILTER]: Clear GSO bits for TCP reset packetHerbert Xu2007-02-131-0/+4
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-24/+24
* [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functionsJan Engelhardt2007-02-081-4/+6
* [TCP]: remove tcp header from tcp_v4_check (take #2)Frederik Deweerdt2007-02-081-1/+1
* [NET]: Turn nfmark into generic markThomas Graf2006-12-021-1/+1
* [NETFILTER]: ipt_REJECT: fix memory corruptionPatrick McHardy2006-11-281-7/+9
* [NETFILTER]: ipt_REJECT: remove largely duplicate route_reverse functionPatrick McHardy2006-10-041-78/+19
* [NETFILTER]: ipt annotationsAl Viro2006-09-281-2/+2