aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/nf_conntrack_proto_tcp.c
AgeCommit message (Expand)Author
2022-05-16netfilter: conntrack: remove pr_debug callsites from tcp trackerFlorian Westphal
2022-04-27netfilter: nf_conntrack_tcp: re-init for syn packets onlyFlorian Westphal
2022-03-24netfilter: nf_conntrack_tcp: preserve liberal flag in tcp optionsPablo Neira Ayuso
2022-02-04netfilter: conntrack: re-init state for retransmitted syn-ackFlorian Westphal
2022-02-04netfilter: conntrack: move synack init code to helperFlorian Westphal
2021-08-06netfilter: conntrack: remove offload_pickup sysctl againFlorian Westphal
2021-07-06netfilter: conntrack: add new sysctl to disable RST checkAli Abdallah
2021-07-06netfilter: conntrack: improve RST handling when tuple is re-usedAli Abdallah
2021-07-02netfilter: conntrack: do not renew entry stuck in tcp SYN_SENT stateFlorian Westphal
2021-06-18netfilter: conntrack: pass hook state to log functionsFlorian Westphal
2021-06-07netfilter: conntrack: Introduce tcp offload timeout configurationOz Shlomo
2021-05-05netfilter: remove BUG_ON() after skb_header_pointer()Pablo Neira Ayuso
2021-04-13netfilter: conntrack: convert sysctls to u8Florian Westphal
2021-02-28netfilter: conntrack: avoid misleading 'invalid' in log messageFlorian Westphal
2020-12-12netfilter: ctnetlink: add timeout and protoinfo to destroy eventsFlorian Westphal
2020-11-20net: openvswitch: Be liberal in tcp conntrack.Numan Siddique
2020-10-20netfilter: conntrack: connection timeout after re-registerFrancesco Ruggeri
2020-08-28netfilter: delete repeated wordsRandy Dunlap
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-08-13netfilter: remove unnecessary spacesyangxingwu
2019-07-16netfilter: conntrack: always store window size un-scaledFlorian Westphal
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-10Update my email addressJozsef Kadlecsik
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-03-01netfilter: conntrack: tcp: only close if RST matches exact sequenceFlorian Westphal
2019-01-18netfilter: conntrack: remove l4proto init and get_net callbacksFlorian Westphal
2019-01-18netfilter: conntrack: unify sysctl handlingFlorian Westphal
2019-01-18netfilter: conntrack: handle builtin l4proto packet functions via direct callsFlorian Westphal
2018-11-03netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-09-20netfilter: conntrack: get rid of double sizeofzhong jiang
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal
2018-09-20netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal
2018-09-20netfilter: conntrack: avoid using ->error callback if possibleFlorian Westphal
2018-09-20netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal
2018-09-20netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal
2018-09-11netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso
2018-08-29netfilter: conntrack: place 'new' timeout in first location tooFlorian Westphal
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal
2018-07-16netfilter: conntrack: avoid l4proto pkt_to_tuple callsFlorian Westphal
2018-07-16netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal
2018-04-27netfilter: Fix handling simultaneous open in TCP conntrackJozsef Kadlecsik
2018-01-08netfilter: nf_conntrack: add IPS_OFFLOAD status bitPablo Neira Ayuso
2018-01-08netfilter: conntrack: timeouts can be constFlorian Westphal
2018-01-08netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal
2018-01-08netfilter: conntrack: remove nlattr_size pointer from l4proto trackersFlorian Westphal
2017-11-20netfilter: conntrack: lower timeout to RETRANS seconds if window is 0Florian Westphal