index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
xt_TCPMSS.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-18
netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6()
Eric Dumazet
1
-2
/
+7
2015-09-18
netfilter: x_tables: Use par->net instead of computing from the passed net de...
Eric W. Biederman
1
-1
/
+1
2015-08-17
net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool
Tom Herbert
1
-4
/
+4
2015-05-15
netfilter: x_tables: add context to know if extension runs from nft_compat
Pablo Neira Ayuso
1
-0
/
+6
2013-09-27
netfilter: xt_TCPMSS: lookup route from proper net namespace
Gao feng
1
-3
/
+5
2013-09-27
netfilter: xt_TCPMSS: Get mtu only if clamp-mss-to-pmtu is specified
Gao feng
1
-34
/
+36
2013-09-04
netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packet
Phil Oester
1
-1
/
+1
2013-08-01
netfilter: xt_TCPMSS: fix handling of malformed TCP header and options
Pablo Neira Ayuso
1
-12
/
+16
2013-06-12
netfilter: xt_TCPMSS: Fix missing fragmentation handling
Phil Oester
1
-0
/
+4
2013-06-12
netfilter: xt_TCPMSS: Fix IPv6 default MSS too
Phil Oester
1
-7
/
+14
2013-06-05
netfilter: xt_TCPMSS: Fix violation of RFC879 in absence of MSS option
Phil Oester
1
-0
/
+6
2013-04-18
netfilter: add my copyright statements
Patrick McHardy
1
-0
/
+1
2012-05-15
net: Convert net_ratelimit uses to net_<level>_ratelimited
Joe Perches
1
-6
/
+4
2011-12-16
net:netfilter: use IS_ENABLED
Igor Maravić
1
-3
/
+3
2011-12-03
ipv6: Add fragment reporting to ipv6_skip_exthdr().
Jesse Gross
1
-1
/
+2
2011-11-22
net: remove ipv6_addr_copy()
Alexey Dobriyan
1
-1
/
+1
2011-04-04
netfilter: af_info: add 'strict' parameter to limit lookup to .oif
Florian Westphal
1
-1
/
+1
2011-04-04
netfilter: af_info: add network namespace parameter to route hook
Florian Westphal
1
-1
/
+1
2011-03-12
netfilter: Use flowi4 and flowi6 in xt_TCPMSS
David S. Miller
1
-5
/
+10
2010-06-15
tcp: unify tcp flag macros
Changli Gao
1
-3
/
+1
2010-06-10
net-next: remove useless union keyword
Changli Gao
1
-2
/
+2
2010-05-11
netfilter: xtables: substitute temporary defines by final name
Jan Engelhardt
1
-2
/
+2
2010-04-20
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-25
netfilter: xtables: change targets to return error code
Jan Engelhardt
1
-6
/
+6
2010-03-25
netfilter: xtables: change xt_target.checkentry return type
Jan Engelhardt
1
-2
/
+2
2010-03-25
netfilter: xt extensions: use pr_<level> (2)
Jan Engelhardt
1
-4
/
+3
2010-03-18
netfilter: xt extensions: use pr_<level>
Jan Engelhardt
1
-9
/
+9
2010-02-24
netfilter: xtables: replace XT_MATCH_ITERATE macro
Jan Engelhardt
1
-4
/
+8
2010-02-02
netfilter: xt_TCPMSS: SYN packets are allowed to contain data
Simon Arlott
1
-10
/
+8
2009-06-03
net: skb->dst accessors
Eric Dumazet
1
-3
/
+3
2008-10-08
netfilter: xtables: move extension arguments into compound structure (5/6)
Jan Engelhardt
1
-14
/
+8
2008-10-08
netfilter: xtables: move extension arguments into compound structure (4/6)
Jan Engelhardt
1
-8
/
+4
2008-10-08
netfilter: x_tables: use NFPROTO_* in extensions
Jan Engelhardt
1
-2
/
+2
2008-07-21
netfilter: xt_TCPMSS: collapse tcpmss_reverse_mtu{4,6} into one function
Jan Engelhardt
1
-29
/
+13
2008-01-31
[NETFILTER]: xt_TCPMSS: consider reverse route's MTU in clamp-to-pmtu
Jan Engelhardt
1
-3
/
+59
2008-01-28
[NETFILTER]: Update modules' descriptions
Jan Engelhardt
1
-1
/
+1
2008-01-28
[NETFILTER]: xt_TCPMSS: don't allow netfilter --setmss to increase mss
Benjamin LaHaise
1
-2
/
+5
2008-01-28
[NETFILTER]: x_tables: consistent and unique symbol names
Jan Engelhardt
1
-33
/
+23
2008-01-28
[NETFILTER]: Convert old checksum helper names
Patrick McHardy
1
-8
/
+9
2008-01-28
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
1
-6
/
+6
2007-11-30
[NETFILTER]: xt_TCPMSS: remove network triggerable WARN_ON
Patrick McHardy
1
-3
/
+1
2007-10-15
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
1
-26
/
+26
2007-10-15
[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom
Herbert Xu
1
-7
/
+3
2007-10-15
[NETFILTER]: Do not copy skb in skb_make_writable
Herbert Xu
1
-1
/
+1
2007-07-10
[NETFILTER]: x_tables: mark matches and targets __read_mostly
Patrick McHardy
1
-1
/
+1
2007-07-10
[NETFILTER]: Remove redundant parentheses/braces
Jan Engelhardt
1
-2
/
+2
2007-07-10
[NETFILTER]: x_tables: switch xt_target->checkentry to bool
Jan Engelhardt
1
-11
/
+11
2007-04-25
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
1
-2
/
+2
[next]