aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_conntrack_proto_udp.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-01netfilter: conntrack: udp: fix seen-reply testFlorian Westphal1-1/+1
2023-01-18netfilter: conntrack: avoid reload of ct->statusFlorian Westphal1-4/+6
2021-11-01netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream statePablo Neira Ayuso1-2/+5
2021-08-06netfilter: conntrack: remove offload_pickup sysctl againFlorian Westphal1-1/+0
2021-06-18netfilter: conntrack: pass hook state to log functionsFlorian Westphal1-4/+2
2021-06-07netfilter: conntrack: Introduce udp offload timeout configurationOz Shlomo1-0/+5
2020-08-29netfilter: conntrack: do not auto-delete clash entries on replyFlorian Westphal1-16/+10
2020-02-17netfilter: conntrack: allow insertion of clashing entriesFlorian Westphal1-4/+16
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-18netfilter: conntrack: remove l4proto init and get_net callbacksFlorian Westphal1-20/+4
2019-01-18netfilter: conntrack: unify sysctl handlingFlorian Westphal1-35/+1
2019-01-18netfilter: conntrack: handle builtin l4proto packet functions via direct callsFlorian Westphal1-12/+10
2018-12-21netfilter: conntrack: udp: set stream timeout to 2 minutesFlorian Westphal1-1/+1
2018-12-21netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal1-3/+13
2018-11-03netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso1-8/+3
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal1-60/+2
2018-09-20netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal1-1/+1
2018-09-20netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal1-53/+84
2018-09-20netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal1-11/+0
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal1-25/+29
2018-09-11netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso1-10/+10
2018-08-23netfilter: conntrack: remove duplicated include from nf_conntrack_proto_udp.cYue Haibing1-1/+0
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal1-7/+13
2018-07-16netfilter: conntrack: avoid l4proto pkt_to_tuple callsFlorian Westphal1-23/+0
2018-07-16netfilter: conntrack: avoid calls to l4proto invert_tupleFlorian Westphal1-12/+0
2018-01-08netfilter: conntrack: timeouts can be constFlorian Westphal1-1/+1
2018-01-08netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal1-4/+4
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal1-1/+0
2017-10-24netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal1-21/+19
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal1-1/+0
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal1-13/+0
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal1-4/+0
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal1-2/+1
2017-01-03netfilter: merge udp and udplite conntrack helpersFlorian Westphal1-0/+123
2016-08-13netfilter: remove ip_conntrack* sysctl compat codePablo Neira Ayuso1-48/+1
2016-08-12netfilter: conntrack: Only need first 4 bytes to get l4proto portsGao Feng1-2/+2
2016-05-05netfilter: conntrack: introduce clash resolution on insertion racePablo Neira Ayuso1-0/+2
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman1-0/+1
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches1-5/+5
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+1
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng1-3/+3
2012-07-04netfilter: nf_conntrack: generalize nf_ct_l4proto_netPablo Neira Ayuso1-0/+7
2012-06-27netfilter: nf_ct_udp: merge udpv[4,6]_net_init into udp_net_initGao feng1-42/+23
2012-06-27netfilter: nf_conntrack: prepare l4proto->init_net cleanupGao feng1-2/+2
2012-06-11netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabledPablo Neira Ayuso1-1/+1
2012-06-07netfilter: nf_conntrack: add namespace support for cttimeoutGao feng1-3/+5
2012-06-07netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso1-15/+0
2012-06-07netfilter: nf_ct_udp: add namespace supportGao feng1-11/+89
2012-04-01nf_conntrack_proto_udp{,lite}: Stop using NLA_PUT*().David S. Miller1-4/+5
2012-03-07netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso1-0/+64
2012-03-07netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso1-4/+12
2012-03-07netfilter: nf_ct_udp[lite]: convert UDP[lite] timeouts to arrayPablo Neira Ayuso1-10/+20
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić1-2/+2
2010-02-15netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy1-2/+2
2010-02-03netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy1-1/+1
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-6/+2
2009-03-25netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger1-0/+2
2009-03-16netfilter: remove IPvX specific parts from nf_conntrack_l4proto.hChristoph Paasch1-0/+2
2008-11-03net: '&' reduxAlexey Dobriyan1-4/+4
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_inval...Alexey Dobriyan1-3/+3
2008-10-08netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum ...Alexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...Alexey Dobriyan1-1/+1
2008-10-08netfilter: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hookAlexey Dobriyan1-1/+1
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt1-2/+2
2008-04-14[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4protoJan Engelhardt1-9/+9
2008-01-31[NETFILTER]: nf_{conntrack,nat}_proto_udp{,lite}: annotate with constJan Engelhardt1-2/+4
2008-01-31[NETFILTER]: nf_conntrack: naming unificationPatrick McHardy1-7/+6
2008-01-28[NETFILTER]: nf_conntrack: make print_conntrack function optional for l4protosPatrick McHardy1-9/+0
2008-01-28[NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy1-0/+1
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-3/+1
2007-10-18sysctl: remove broken netfilter binary sysctlsEric W. Biederman1-4/+0
2007-10-10[NETFILTER]: ctnetlink: use netlink policyPatrick McHardy1-0/+2
2007-10-10[NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy1-4/+4
2007-07-24[NETFILTER]: Clean up duplicate includes in net/netfilter/Jesper Juhl1-1/+0
2007-07-14[NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy1-2/+2
2007-04-25[NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy1-5/+0
2007-03-05[NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefsPatrick McHardy1-4/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-02[NETFILTER]: nf_conntrack: EXPORT_SYMBOL cleanupPatrick McHardy1-3/+2
2006-12-02[NETFILTER]: nf_conntrack: sysctl compatibility with old connection trackingPatrick McHardy1-0/+26
2006-12-02[NETFILTER]: nf_conntrack: move conntrack protocol sysctls to individual modulesPatrick McHardy1-2/+38
2006-12-02[NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocolMartin Josefsson1-7/+7
2006-12-02[NETFILTER]: nf_conntrack: split out the event cacheMartin Josefsson1-0/+2
2006-09-22[NETFILTER]: Change tunables to __read_mostlyBrian Haley1-2/+2
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-2/+1
2006-06-17[NETFILTER]: conntrack: add sysctl to disable checksummingPatrick McHardy1-1/+2
2006-04-09[NETFILTER]: Convert conntrack/ipt_REJECT to new checksumming functionsPatrick McHardy1-45/+5
2006-02-15[NETFILTER]: nf_conntrack: Fix TCP/UDP HW checksum handling for IPv6 packetYasuyuki Kozakai1-1/+3
2006-01-10[NETFILTER]: Fix timeout sysctls on big-endian 64bit architecturesPatrick McHardy1-2/+2
2006-01-05[NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso1-0/+10
2005-11-09[NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai1-0/+216