aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_TCPMSS.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal1-6/+4
2018-01-08netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso1-4/+1
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo1-2/+0
2017-04-08netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet1-1/+5
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso1-2/+2
2016-09-24netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and more readableGao Feng1-8/+4
2016-01-18netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6()Eric Dumazet1-2/+7
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net devicesEric W. Biederman1-1/+1
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert1-4/+4
2015-05-15netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso1-0/+6
2013-09-27netfilter: xt_TCPMSS: lookup route from proper net namespaceGao feng1-3/+5
2013-09-27netfilter: xt_TCPMSS: Get mtu only if clamp-mss-to-pmtu is specifiedGao feng1-34/+36
2013-09-04netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packetPhil Oester1-1/+1
2013-08-01netfilter: xt_TCPMSS: fix handling of malformed TCP header and optionsPablo Neira Ayuso1-12/+16
2013-06-12netfilter: xt_TCPMSS: Fix missing fragmentation handlingPhil Oester1-0/+4
2013-06-12netfilter: xt_TCPMSS: Fix IPv6 default MSS tooPhil Oester1-7/+14
2013-06-05netfilter: xt_TCPMSS: Fix violation of RFC879 in absence of MSS optionPhil Oester1-0/+6
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-6/+4
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić1-3/+3
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross1-1/+2
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-1/+1
2011-04-04netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal1-1/+1
2011-04-04netfilter: af_info: add network namespace parameter to route hookFlorian Westphal1-1/+1
2011-03-12netfilter: Use flowi4 and flowi6 in xt_TCPMSSDavid S. Miller1-5/+10
2010-06-15tcp: unify tcp flag macrosChangli Gao1-3/+1
2010-06-10net-next: remove useless union keywordChangli Gao1-2/+2
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-2/+2
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt1-6/+6
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt1-2/+2
2010-03-25netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt1-4/+3
2010-03-18netfilter: xt extensions: use pr_<level>Jan Engelhardt1-9/+9
2010-02-24netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt1-4/+8
2010-02-02netfilter: xt_TCPMSS: SYN packets are allowed to contain dataSimon Arlott1-10/+8
2009-06-03net: skb->dst accessorsEric Dumazet1-3/+3
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt1-14/+8
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt1-8/+4
2008-10-08netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt1-2/+2
2008-07-21netfilter: xt_TCPMSS: collapse tcpmss_reverse_mtu{4,6} into one functionJan Engelhardt1-29/+13
2008-01-31[NETFILTER]: xt_TCPMSS: consider reverse route's MTU in clamp-to-pmtuJan Engelhardt1-3/+59
2008-01-28[NETFILTER]: Update modules' descriptionsJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: xt_TCPMSS: don't allow netfilter --setmss to increase mssBenjamin LaHaise1-2/+5
2008-01-28[NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt1-33/+23
2008-01-28[NETFILTER]: Convert old checksum helper namesPatrick McHardy1-8/+9
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-6/+6
2007-11-30[NETFILTER]: xt_TCPMSS: remove network triggerable WARN_ONPatrick McHardy1-3/+1
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-26/+26
2007-10-15[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu1-7/+3