index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
xt_TCPMSS.c
Age
Commit message (
Expand
)
Author
2017-04-08
netfilter: xt_TCPMSS: add more sanity tests on tcph->doff
Eric Dumazet
2016-11-03
netfilter: x_tables: move hook state into xt_action_param structure
Pablo Neira Ayuso
2016-09-24
netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and ...
Gao Feng
2016-01-18
netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6()
Eric Dumazet
2015-09-18
netfilter: x_tables: Use par->net instead of computing from the passed net de...
Eric W. Biederman
2015-08-17
net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool
Tom Herbert
2015-05-15
netfilter: x_tables: add context to know if extension runs from nft_compat
Pablo Neira Ayuso
2013-09-27
netfilter: xt_TCPMSS: lookup route from proper net namespace
Gao feng
2013-09-27
netfilter: xt_TCPMSS: Get mtu only if clamp-mss-to-pmtu is specified
Gao feng
2013-09-04
netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packet
Phil Oester
2013-08-01
netfilter: xt_TCPMSS: fix handling of malformed TCP header and options
Pablo Neira Ayuso
2013-06-12
netfilter: xt_TCPMSS: Fix missing fragmentation handling
Phil Oester
2013-06-12
netfilter: xt_TCPMSS: Fix IPv6 default MSS too
Phil Oester
2013-06-05
netfilter: xt_TCPMSS: Fix violation of RFC879 in absence of MSS option
Phil Oester
2013-04-18
netfilter: add my copyright statements
Patrick McHardy
2012-05-15
net: Convert net_ratelimit uses to net_<level>_ratelimited
Joe Perches
2011-12-16
net:netfilter: use IS_ENABLED
Igor Maravić
2011-12-03
ipv6: Add fragment reporting to ipv6_skip_exthdr().
Jesse Gross
2011-11-22
net: remove ipv6_addr_copy()
Alexey Dobriyan
2011-04-04
netfilter: af_info: add 'strict' parameter to limit lookup to .oif
Florian Westphal
2011-04-04
netfilter: af_info: add network namespace parameter to route hook
Florian Westphal
2011-03-12
netfilter: Use flowi4 and flowi6 in xt_TCPMSS
David S. Miller
2010-06-15
tcp: unify tcp flag macros
Changli Gao
2010-06-10
net-next: remove useless union keyword
Changli Gao
2010-05-11
netfilter: xtables: substitute temporary defines by final name
Jan Engelhardt
2010-04-20
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-25
netfilter: xtables: change targets to return error code
Jan Engelhardt
2010-03-25
netfilter: xtables: change xt_target.checkentry return type
Jan Engelhardt
2010-03-25
netfilter: xt extensions: use pr_<level> (2)
Jan Engelhardt
2010-03-18
netfilter: xt extensions: use pr_<level>
Jan Engelhardt
2010-02-24
netfilter: xtables: replace XT_MATCH_ITERATE macro
Jan Engelhardt
2010-02-02
netfilter: xt_TCPMSS: SYN packets are allowed to contain data
Simon Arlott
2009-06-03
net: skb->dst accessors
Eric Dumazet
2008-10-08
netfilter: xtables: move extension arguments into compound structure (5/6)
Jan Engelhardt
2008-10-08
netfilter: xtables: move extension arguments into compound structure (4/6)
Jan Engelhardt
2008-10-08
netfilter: x_tables: use NFPROTO_* in extensions
Jan Engelhardt
2008-07-21
netfilter: xt_TCPMSS: collapse tcpmss_reverse_mtu{4,6} into one function
Jan Engelhardt
2008-01-31
[NETFILTER]: xt_TCPMSS: consider reverse route's MTU in clamp-to-pmtu
Jan Engelhardt
2008-01-28
[NETFILTER]: Update modules' descriptions
Jan Engelhardt
2008-01-28
[NETFILTER]: xt_TCPMSS: don't allow netfilter --setmss to increase mss
Benjamin LaHaise
2008-01-28
[NETFILTER]: x_tables: consistent and unique symbol names
Jan Engelhardt
2008-01-28
[NETFILTER]: Convert old checksum helper names
Patrick McHardy
2008-01-28
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
2007-11-30
[NETFILTER]: xt_TCPMSS: remove network triggerable WARN_ON
Patrick McHardy
2007-10-15
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
2007-10-15
[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom
Herbert Xu
2007-10-15
[NETFILTER]: Do not copy skb in skb_make_writable
Herbert Xu
2007-07-10
[NETFILTER]: x_tables: mark matches and targets __read_mostly
Patrick McHardy
2007-07-10
[NETFILTER]: Remove redundant parentheses/braces
Jan Engelhardt
[next]