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
/
nfnetlink_cttimeout.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-29
netfilter: use nfnetlink_unicast()
Pablo Neira Ayuso
1
-24
/
+10
2021-04-26
netfilter: nfnetlink: consolidate callback types
Pablo Neira Ayuso
1
-15
/
+30
2021-04-26
netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks
Pablo Neira Ayuso
1
-54
/
+47
2021-04-06
netfilter: cttimeout: use net_generic infra
Florian Westphal
1
-9
/
+32
2021-03-31
netfilter: add helper function to set up the nfnetlink header and use it
Pablo Neira Ayuso
1
-16
/
+6
2020-07-22
netfilter: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 77
Thomas Gleixner
1
-4
/
+1
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
1
-2
/
+5
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
1
-2
/
+2
2019-01-18
netfilter: conntrack: remove nf_ct_l4proto_find_get
Florian Westphal
1
-3
/
+3
2019-01-18
netfilter: conntrack: remove module owner field
Florian Westphal
1
-6
/
+0
2019-01-18
netfilter: conntrack: gre: switch module to be built-in
Florian Westphal
1
-6
/
+1
2018-11-26
netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, too
Florian Westphal
1
-2
/
+13
2018-11-03
netfilter: nfnetlink_cttimeout: pass default timeout policy to obj_to_nlattr
Pablo Neira Ayuso
1
-7
/
+40
2018-10-16
netfilter: cttimeout: remove set but not used variable 'l3num'
YueHaibing
1
-2
/
+0
2018-09-20
netfilter: conntrack: remove l3->l4 mapping information
Florian Westphal
1
-5
/
+6
2018-09-17
netfilter: cttimeout: remove superfluous check on layer 4 netlink functions
Pablo Neira Ayuso
1
-30
/
+18
2018-09-11
netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to type
Pablo Neira Ayuso
1
-3
/
+3
2018-08-07
netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout object
Pablo Neira Ayuso
1
-16
/
+21
2018-08-07
netfilter: cttimeout: move ctnl_untimeout to nf_conntrack
Harsha Sharma
1
-18
/
+2
2018-08-03
netfilter: cttimeout: Make NF_CT_NETLINK_TIMEOUT depend on NF_CONNTRACK_TIMEOUT
Harsha Sharma
1
-6
/
+0
2018-07-16
netfilter: conntrack: remove get_timeout() indirection
Florian Westphal
1
-8
/
+4
2018-07-16
netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackers
Florian Westphal
1
-1
/
+0
2018-03-20
netfilter: cttimeout: remove VLA usage
Gustavo A. R. Silva
1
-9
/
+17
2018-01-19
netfilter: remove messages print and boot/module load time
Pablo Neira Ayuso
1
-2
/
+0
2017-08-24
netfilter: conntrack: make protocol tracker pointers const
Florian Westphal
1
-7
/
+7
2017-08-02
netfilter: constify nf_conntrack_l3/4proto parameters
Julia Lawall
1
-2
/
+3
2017-07-31
netfilter: add and use nf_ct_unconfirmed_destroy
Florian Westphal
1
-0
/
+1
2017-07-24
netfilter: Remove duplicated rcu_read_lock.
Taehee Yoo
1
-2
/
+0
2017-06-19
netfilter: nfnetlink: extended ACK reporting
Pablo Neira Ayuso
1
-5
/
+10
2017-05-29
netfilter: cttimeout: use nf_ct_iterate_cleanup_net to unlink timeout objs
Liping Zhang
1
-34
/
+5
2017-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-2
/
+2
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
1
-1
/
+2
2017-04-07
netfilter: Add nfnl_msg_type() helper function
Pablo Neira Ayuso
1
-2
/
+2
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-03-27
netfilter: invoke synchronize_rcu after set the _hook_ to NULL
Liping Zhang
1
-1
/
+1
2017-03-17
netfilter: refcounter conversions
Reshetova, Elena
1
-6
/
+6
2016-08-25
netfilter: cttimeout: unlink timeout objs in the unconfirmed ct lists
Liping Zhang
1
-1
/
+10
2016-08-25
netfilter: cttimeout: put back l4proto when replacing timeout policy
Liping Zhang
1
-18
/
+15
2016-08-25
netfilter: nfnetlink: use list_for_each_entry_safe to delete all objects
Liping Zhang
1
-2
/
+3
2016-08-18
netfilter: cttimeout: fix use after free error when delete netns
Liping Zhang
1
-6
/
+10
2016-07-11
netfilter: cttimeout: unlink timeout obj again when hash resize happen
Liping Zhang
1
-6
/
+14
2016-05-05
netfilter: conntrack: use a single hashtable for all namespaces
Florian Westphal
1
-3
/
+3
2016-02-01
netfilter: cttimeout: fix deadlock due to erroneous unlock/lock conversion
Florian Westphal
1
-1
/
+1
2016-01-20
netfilter: nf_conntrack: use safer way to lock all buckets
Sasha Levin
1
-2
/
+2
2015-12-28
netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()
Pablo Neira Ayuso
1
-23
/
+19
2015-12-14
netfilter: cttimeout: add netns support
Pablo Neira
1
-31
/
+51
2015-10-12
nfnetlink_cttimeout: add rcu_barrier() on module removal
Pablo Neira Ayuso
1
-0
/
+1
2015-10-12
netfilter: conntrack: fix crash on timeout object removal
Pablo Neira Ayuso
1
-0
/
+33
2013-10-01
netfilter: cttimeout: allow to set/get default protocol timeouts
Pablo Neira Ayuso
1
-8
/
+153
[next]