summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_TCPMSS.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-031-2/+2
* netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and ...Gao Feng2016-09-241-8/+4
* netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6()Eric Dumazet2016-01-181-2/+7
* netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2015-09-181-1/+1
* net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert2015-08-171-4/+4
* netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso2015-05-151-0/+6
* netfilter: xt_TCPMSS: lookup route from proper net namespaceGao feng2013-09-271-3/+5
* netfilter: xt_TCPMSS: Get mtu only if clamp-mss-to-pmtu is specifiedGao feng2013-09-271-34/+36
* netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packetPhil Oester2013-09-041-1/+1
* netfilter: xt_TCPMSS: fix handling of malformed TCP header and optionsPablo Neira Ayuso2013-08-011-12/+16
* netfilter: xt_TCPMSS: Fix missing fragmentation handlingPhil Oester2013-06-121-0/+4
* netfilter: xt_TCPMSS: Fix IPv6 default MSS tooPhil Oester2013-06-121-7/+14
* netfilter: xt_TCPMSS: Fix violation of RFC879 in absence of MSS optionPhil Oester2013-06-051-0/+6
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+1
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-6/+4
* net:netfilter: use IS_ENABLEDIgor Maravić2011-12-161-3/+3
* ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross2011-12-031-1/+2
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-1/+1
* netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal2011-04-041-1/+1
* netfilter: af_info: add network namespace parameter to route hookFlorian Westphal2011-04-041-1/+1
* netfilter: Use flowi4 and flowi6 in xt_TCPMSSDavid S. Miller2011-03-121-5/+10
* tcp: unify tcp flag macrosChangli Gao2010-06-151-3/+1
* net-next: remove useless union keywordChangli Gao2010-06-101-2/+2
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-2/+2
* 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: change targets to return error codeJan Engelhardt2010-03-251-6/+6
* | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-251-2/+2
* | netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-251-4/+3
* | netfilter: xt extensions: use pr_<level>Jan Engelhardt2010-03-181-9/+9
|/
* netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt2010-02-241-4/+8
* netfilter: xt_TCPMSS: SYN packets are allowed to contain dataSimon Arlott2010-02-021-10/+8
* net: skb->dst accessorsEric Dumazet2009-06-031-3/+3
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-14/+8
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-8/+4
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-081-2/+2
* netfilter: xt_TCPMSS: collapse tcpmss_reverse_mtu{4,6} into one functionJan Engelhardt2008-07-211-29/+13
* [NETFILTER]: xt_TCPMSS: consider reverse route's MTU in clamp-to-pmtuJan Engelhardt2008-01-311-3/+59
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-281-1/+1
* [NETFILTER]: xt_TCPMSS: don't allow netfilter --setmss to increase mssBenjamin LaHaise2008-01-281-2/+5
* [NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt2008-01-281-33/+23
* [NETFILTER]: Convert old checksum helper namesPatrick McHardy2008-01-281-8/+9
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-6/+6
* [NETFILTER]: xt_TCPMSS: remove network triggerable WARN_ONPatrick McHardy2007-11-301-3/+1
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-26/+26
* [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu2007-10-151-7/+3
* [NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu2007-10-151-1/+1
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-101-1/+1
* [NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt2007-07-101-2/+2
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-101-11/+11