summaryrefslogtreecommitdiff
path: root/net/netfilter/xt_TCPMSS.c
Commit message (Expand)AuthorAge
* netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal2018-02-14
* netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-08
* netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-24
* netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet2017-04-08
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-03
* netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and ...Gao Feng2016-09-24
* netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6()Eric Dumazet2016-01-18
* netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2015-09-18
* net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert2015-08-17
* netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso2015-05-15
* netfilter: xt_TCPMSS: lookup route from proper net namespaceGao feng2013-09-27
* netfilter: xt_TCPMSS: Get mtu only if clamp-mss-to-pmtu is specifiedGao feng2013-09-27
* netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packetPhil Oester2013-09-04
* netfilter: xt_TCPMSS: fix handling of malformed TCP header and optionsPablo Neira Ayuso2013-08-01
* netfilter: xt_TCPMSS: Fix missing fragmentation handlingPhil Oester2013-06-12
* netfilter: xt_TCPMSS: Fix IPv6 default MSS tooPhil Oester2013-06-12
* netfilter: xt_TCPMSS: Fix violation of RFC879 in absence of MSS optionPhil Oester2013-06-05
* netfilter: add my copyright statementsPatrick McHardy2013-04-18
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-15
* net:netfilter: use IS_ENABLEDIgor Maravić2011-12-16
* ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross2011-12-03
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-22
* netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal2011-04-04
* netfilter: af_info: add network namespace parameter to route hookFlorian Westphal2011-04-04
* netfilter: Use flowi4 and flowi6 in xt_TCPMSSDavid S. Miller2011-03-12
* tcp: unify tcp flag macrosChangli Gao2010-06-15
* net-next: remove useless union keywordChangli Gao2010-06-10
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-11
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-20
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-25
* | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-25
* | netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-25
* | netfilter: xt extensions: use pr_<level>Jan Engelhardt2010-03-18
|/
* netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt2010-02-24
* netfilter: xt_TCPMSS: SYN packets are allowed to contain dataSimon Arlott2010-02-02
* net: skb->dst accessorsEric Dumazet2009-06-03
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-08
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-08
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-08
* netfilter: xt_TCPMSS: collapse tcpmss_reverse_mtu{4,6} into one functionJan Engelhardt2008-07-21
* [NETFILTER]: xt_TCPMSS: consider reverse route's MTU in clamp-to-pmtuJan Engelhardt2008-01-31
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-28
* [NETFILTER]: xt_TCPMSS: don't allow netfilter --setmss to increase mssBenjamin LaHaise2008-01-28
* [NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt2008-01-28
* [NETFILTER]: Convert old checksum helper namesPatrick McHardy2008-01-28
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-28
* [NETFILTER]: xt_TCPMSS: remove network triggerable WARN_ONPatrick McHardy2007-11-30
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-15
* [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu2007-10-15