aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_TCPMSS.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-2/+2
* [NETFILTER]: add IPv6-capable TCPMSS targetPatrick McHardy2007-02-081-0/+296