summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_proto_tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'iov_iter' into for-nextAl Viro2014-12-081-2/+2
|\
| * netfilter: nf_conntrack: allow server to become a client in TW handlingMarcelo Leitner2014-10-221-2/+2
* | netfilter: Convert print_tuple functions to return voidJoe Perches2014-11-051-5/+5
* | netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)2014-11-051-2/+2
|/
* netfilter: add SYNPROXY core/targetPatrick McHardy2013-08-281-0/+16
* netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy2013-08-281-16/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-08-201-2/+2
|\
| * netfilter: nf_nat: change sequence number adjustments to 32 bitsPatrick McHardy2013-07-311-2/+2
* | netfilter: nf_conntrack: fix tcp_in_window for Fast OpenYuchung Cheng2013-08-101-4/+8
|/
* netfilter: nf_conntrack: avoid large timeout for mid-stream pickupFlorian Westphal2013-06-201-0/+6
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+2
* netfilter: nf_log: prepare net namespace support for loggersGao feng2013-04-051-9/+9
* netfilter: ctnetlink: nla_policy updatesFlorian Westphal2012-12-031-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-19/+10
|\
| * netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik2012-09-091-8/+2
| * netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik2012-09-091-11/+8
* | netfilter: add protocol independent NAT corePatrick McHardy2012-08-301-4/+4
|/
* netfilter: nf_ct_tcp: missing per-net support for cttimeoutPablo Neira Ayuso2012-07-041-1/+1
* netfilter: nf_conntrack: generalize nf_ct_l4proto_netPablo Neira Ayuso2012-07-041-0/+7
* netfilter: nf_ct_tcp: merge tcpv[4,6]_net_init into tcp_net_initGao feng2012-06-271-50/+21
* netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng2012-06-271-2/+2
* netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabledPablo Neira Ayuso2012-06-111-2/+2
* netfilter: nf_conntrack: add namespace support for cttimeoutGao feng2012-06-071-2/+4
* netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso2012-06-071-15/+0
* netfilter: nf_ct_tcp: add namespace supportGao feng2012-06-071-29/+133
* netfilter: nf_ct_tcp: extend log message for invalid ignored packetsPablo Neira Ayuso2012-05-171-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-121-2/+2
|\
| * netfilter: nf_ct_tcp: don't scale the size of the window up twiceChangli Gao2012-04-091-2/+2
* | nf_conntrack_proto_tcp: Stop using NLA_PUT*().David S. Miller2012-04-011-33/+35
|/
* netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso2012-03-071-0/+127
* netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso2012-03-071-7/+15
* netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout to arrayPablo Neira Ayuso2012-03-071-14/+13
* net:netfilter: use IS_ENABLEDIgor Maravić2011-12-161-3/+3
* netfilter: nf_ct_tcp: wrong multiplication of TCPOLEN_TSTAMP_ALIGNED in tcp_s...Jozsef Kadlecsik2011-08-301-1/+1
* netfilter: nf_ct_tcp: fix incorrect handling of invalid TCP optionJozsef Kadlecsik2011-08-301-2/+2
* netfilter: nf_ct_tcp: fix out of sync scenario while in SYN_RECVPablo Neira Ayuso2011-02-281-2/+2
* netfilter: nf_conntrack: don't always initialize ct->protoChangli Gao2010-11-121-11/+3
* Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-2/+2
* netfilter: nf_ct_tcp: fix flow recovery with TCP window tracking enabledPablo Neira Ayuso2010-07-151-1/+9
* tcp: unify tcp flag macrosChangli Gao2010-06-151-20/+12
* netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy2010-02-151-1/+1
* netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy2010-02-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-10/+41
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-031-10/+41
| |\
| | * netfilter: nf_ct_tcp: improve out-of-sync situation in TCP trackingPablo Neira Ayuso2009-11-231-10/+41
* | | Merge commit 'v2.6.32-rc7'Eric W. Biederman2009-11-171-38/+26
|\ \ \ | |/ /
| * | netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik2009-11-061-38/+26
| |/
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-12/+2
|/
* netfilter: tcp conntrack: fix unacknowledged data detection with NATPatrick McHardy2009-06-291-3/+3
* netfilter: nf_ct_tcp: fix up build after mergePatrick McHardy2009-06-111-1/+1
OpenPOWER on IntegriCloud