index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nf_conntrack_proto_gre.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-05
netfilter: conntrack: gre: don't set assured flag for clash entries
Florian Westphal
1
-1
/
+9
2023-05-18
netfilter: conntrack: allow insertion clash of gre protocol
Faicker Mo
1
-0
/
+1
2021-07-02
netfilter: conntrack: nf_ct_gre_keymap_flush() removal
Vasily Averin
1
-13
/
+0
2021-03-18
netfilter: conntrack: Fix gre tunneling over ipv6
Ludovic Senecaux
1
-3
/
+0
2019-07-16
netfilter: Update obsolete comments referring to ip_conntrack
Yonatan Goldschmidt
1
-2
/
+0
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-01-18
netfilter: conntrack: remove l4proto destroy hook
Florian Westphal
1
-14
/
+0
2019-01-18
netfilter: conntrack: remove l4proto init and get_net callbacks
Florian Westphal
1
-4
/
+1
2019-01-18
netfilter: conntrack: unify sysctl handling
Florian Westphal
1
-41
/
+1
2019-01-18
netfilter: conntrack: remove remaining l4proto indirect packet calls
Florian Westphal
1
-6
/
+5
2019-01-18
netfilter: conntrack: remove module owner field
Florian Westphal
1
-1
/
+0
2019-01-18
netfilter: conntrack: remove pkt_to_tuple callback
Florian Westphal
1
-3
/
+2
2019-01-18
netfilter: conntrack: gre: switch module to be built-in
Florian Westphal
1
-75
/
+18
2019-01-18
netfilter: conntrack: gre: convert rwlock to rcu
Florian Westphal
1
-22
/
+15
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+41
2018-12-21
netfilter: conntrack: register sysctl table for gre
Yafang Shao
1
-1
/
+41
2018-11-26
netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, too
Florian Westphal
1
-12
/
+2
2018-09-20
netfilter: conntrack: remove l3->l4 mapping information
Florian Westphal
1
-1
/
+3
2018-09-20
netfilter: conntrack: remove unused proto arg from netns init functions
Florian Westphal
1
-1
/
+1
2018-09-20
netfilter: conntrack: deconstify packet callback skb pointer
Florian Westphal
1
-1
/
+1
2018-09-20
netfilter: conntrack: remove the l4proto->new() function
Florian Westphal
1
-21
/
+12
2018-09-20
netfilter: conntrack: pass nf_hook_state to packet and error handlers
Florian Westphal
1
-1
/
+2
2018-09-11
netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUT
Pablo Neira Ayuso
1
-4
/
+4
2018-07-16
netfilter: conntrack: remove get_timeout() indirection
Florian Westphal
1
-4
/
+10
2018-07-16
netfilter: conntrack: avoid calls to l4proto invert_tuple
Florian Westphal
1
-10
/
+0
2018-01-08
netfilter: conntrack: timeouts can be const
Florian Westphal
1
-1
/
+1
2018-01-08
netfilter: conntrack: l4 protocol trackers can be const
Florian Westphal
1
-1
/
+1
2017-10-24
netfilter: conntrack: remove pf argument from l4 packet functions
Florian Westphal
1
-1
/
+0
2017-09-04
netfilter: remove unused hooknum arg from packet functions
Florian Westphal
1
-1
/
+0
2017-08-24
netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFS
Florian Westphal
1
-0
/
+4
2017-08-24
netfilter: conntrack: place print_tuple in procfs part
Florian Westphal
1
-10
/
+0
2017-08-24
netfilter: conntrack: remove protocol name from l4proto struct
Florian Westphal
1
-1
/
+0
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
1
-1
/
+1
2016-11-09
netfilter: conntrack: simplify init/uninit of L4 protocol trackers
Davide Caratti
1
-5
/
+6
2016-09-07
netfilter: gre: Use consistent GRE and PTTP header structure instead of the o...
Gao Feng
1
-6
/
+6
2016-09-07
netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfil...
Gao Feng
1
-2
/
+2
2015-09-18
netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple
Eric W. Biederman
1
-2
/
+1
2014-11-05
netfilter: Convert print_tuple functions to return void
Joe Perches
1
-5
/
+5
2014-11-05
netfilter: Remove return values for print_conntrack callbacks
Steven Rostedt (Red Hat)
1
-4
/
+4
2014-04-08
netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helper
Andrey Vagin
1
-2
/
+1
2013-04-18
netfilter: add my copyright statements
Patrick McHardy
1
-0
/
+1
2013-03-15
netfilter: nf_conntrack: register pernet subsystem before register L4 proto
Gao feng
1
-6
/
+6
2013-01-23
netfilter: nf_conntrack: refactor l4proto support for netns
Gao feng
1
-4
/
+19
2012-06-27
netfilter: nf_conntrack: prepare l4proto->init_net cleanup
Gao feng
1
-1
/
+1
2012-06-16
netfilter: nf_ct_helper: implement variable length helper private data
Pablo Neira Ayuso
1
-8
/
+8
2012-06-07
netfilter: nf_conntrack: add namespace support for cttimeout
Gao feng
1
-3
/
+5
2012-06-07
netfilter: nf_ct_gre: use new namespace support
Gao feng
1
-21
/
+34
2012-06-07
netfilter: nf_conntrack: prepare namespace support for l4 protocol trackers
Gao feng
1
-3
/
+3
2012-04-01
nf_conntrack_proto_gre: Stop using NLA_PUT*().
David S. Miller
1
-4
/
+5
2012-03-07
netfilter: add cttimeout infrastructure for fine timeout tuning
Pablo Neira Ayuso
1
-0
/
+55
[next]