summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_proto_tcp.c
AgeCommit message (Expand)Author
2016-04-07netfilter: nf_conntrack_tcp: Fix stack out of bounds when parsing TCP optionsJozsef Kadlecsik
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman
2015-05-15conntrack: RFC5961 challenge ACK confuse conntrack LAST-ACK transitionJesper Dangaard Brouer
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches
2014-11-05netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)
2014-10-22netfilter: nf_conntrack: allow server to become a client in TW handlingMarcelo Leitner
2013-08-28netfilter: add SYNPROXY core/targetPatrick McHardy
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy
2013-08-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-08-10netfilter: nf_conntrack: fix tcp_in_window for Fast OpenYuchung Cheng
2013-07-31netfilter: nf_nat: change sequence number adjustments to 32 bitsPatrick McHardy
2013-06-20netfilter: nf_conntrack: avoid large timeout for mid-stream pickupFlorian Westphal
2013-04-18netfilter: add my copyright statementsPatrick McHardy
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng
2012-12-03netfilter: ctnetlink: nla_policy updatesFlorian Westphal
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-09netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik
2012-09-09netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy
2012-07-04netfilter: nf_ct_tcp: missing per-net support for cttimeoutPablo Neira Ayuso
2012-07-04netfilter: nf_conntrack: generalize nf_ct_l4proto_netPablo Neira Ayuso
2012-06-27netfilter: nf_ct_tcp: merge tcpv[4,6]_net_init into tcp_net_initGao feng
2012-06-27netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng
2012-06-11netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabledPablo Neira Ayuso
2012-06-07netfilter: nf_conntrack: add namespace support for cttimeoutGao feng
2012-06-07netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso
2012-06-07netfilter: nf_ct_tcp: add namespace supportGao feng
2012-05-17netfilter: nf_ct_tcp: extend log message for invalid ignored packetsPablo Neira Ayuso
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-09netfilter: nf_ct_tcp: don't scale the size of the window up twiceChangli Gao
2012-04-01nf_conntrack_proto_tcp: Stop using NLA_PUT*().David S. Miller
2012-03-07netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso
2012-03-07netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso
2012-03-07netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout to arrayPablo Neira Ayuso
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić
2011-08-30netfilter: nf_ct_tcp: wrong multiplication of TCPOLEN_TSTAMP_ALIGNED in tcp_s...Jozsef Kadlecsik
2011-08-30netfilter: nf_ct_tcp: fix incorrect handling of invalid TCP optionJozsef Kadlecsik
2011-02-28netfilter: nf_ct_tcp: fix out of sync scenario while in SYN_RECVPablo Neira Ayuso
2010-11-12netfilter: nf_conntrack: don't always initialize ct->protoChangli Gao
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-07-15netfilter: nf_ct_tcp: fix flow recovery with TCP window tracking enabledPablo Neira Ayuso
2010-06-15tcp: unify tcp flag macrosChangli Gao
2010-02-15netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy
2010-02-03netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-11-23netfilter: nf_ct_tcp: improve out-of-sync situation in TCP trackingPablo Neira Ayuso
2009-11-17Merge commit 'v2.6.32-rc7'Eric W. Biederman
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman