index
:
drm/drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
netfilter.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
netfilter: switch nf_setsockopt to sockptr_t
Christoph Hellwig
1
-2
/
+4
2020-07-19
netfilter: remove the compat_{get,set} methods
Christoph Hellwig
1
-14
/
+0
2019-10-17
netfilter: add and use nf_hook_slow_list()
Florian Westphal
1
-10
/
+31
2019-09-13
netfilter: remove CONFIG_NETFILTER checks from headers.
Jeremy Sowden
1
-1
/
+1
2019-09-13
netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENA...
Jeremy Sowden
1
-1
/
+1
2019-05-31
netfilter: replace skb_make_writable with skb_ensure_writable
Florian Westphal
1
-5
/
+0
2019-05-06
netfilter: slightly optimize nf_inet_addr_mask
Li RongQing
1
-0
/
+9
2019-04-08
netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)
Florian Westphal
1
-1
/
+1
2019-04-08
netfilter: optimize nf_inet_addr_cmp
Li RongQing
1
-0
/
+7
2019-01-06
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
1
-2
/
+2
2018-09-28
netfilter: avoid erronous array bounds warning
Florian Westphal
1
-0
/
+2
2018-07-10
netfilter: Add nf_ct_get_tuple_skb global lookup function
Toke Høiland-Jørgensen
1
-0
/
+11
2018-07-09
netfilter: fix use-after-free in NF_HOOK_LIST
Edward Cree
1
-3
/
+7
2018-07-04
net: ipv4: listified version of ip_rcv
Edward Cree
1
-0
/
+22
2018-06-12
netfilter: fix null-ptr-deref in nf_nat_decode_session
Prashant Bhole
1
-1
/
+1
2018-05-23
netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracks
Pablo Neira Ayuso
1
-0
/
+5
2018-05-23
netfilter: add struct nf_nat_hook and use it
Pablo Neira Ayuso
1
-5
/
+16
2018-05-23
netfilter: add struct nf_ct_hook and use it
Pablo Neira Ayuso
1
-1
/
+6
2018-05-23
netfilter: lift one-nat-hook-only restriction
Florian Westphal
1
-1
/
+0
2018-01-08
netfilter: remove struct nf_afinfo and its helper functions
Pablo Neira Ayuso
1
-13
/
+0
2018-01-08
netfilter: remove route_key_size field in struct nf_afinfo
Pablo Neira Ayuso
1
-1
/
+0
2018-01-08
netfilter: move reroute indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
1
-2
/
+1
2018-01-08
netfilter: move route indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
1
-2
/
+2
2018-01-08
netfilter: remove saveroute indirection in struct nf_afinfo
Pablo Neira Ayuso
1
-2
/
+0
2018-01-08
netfilter: move checksum_partial indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
1
-21
/
+3
2018-01-08
netfilter: move checksum indirection to struct nf_ipv6_ops
Pablo Neira Ayuso
1
-16
/
+3
2018-01-08
netfilter: core: only allow one nat hook per hook point
Florian Westphal
1
-0
/
+1
2018-01-08
netfilter: don't allocate space for arp/bridge hooks unless needed
Florian Westphal
1
-0
/
+4
2018-01-08
netfilter: don't allocate space for decnet hooks unless needed
Florian Westphal
1
-0
/
+2
2018-01-08
netfilter: reduce size of hook entry point locations
Florian Westphal
1
-2
/
+22
2018-01-08
netfilter: core: free hooks with call_rcu
Florian Westphal
1
-4
/
+15
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-28
netfilter: convert hook list to an array
Aaron Conole
1
-22
/
+23
2017-07-17
netfilter: remove old pre-netns era hook api
Florian Westphal
1
-9
/
+0
2016-12-06
netfilter: decouple nf_hook_entry and nf_hook_ops
Aaron Conole
1
-4
/
+6
2016-12-06
netfilter: introduce accessor functions for hook entries
Aaron Conole
1
-0
/
+27
2016-11-03
netfilter: remove hook_entries field from nf_hook_state
Pablo Neira Ayuso
1
-6
/
+4
2016-11-03
netfilter: kill NF_HOOK_THRESH() and state->tresh
Pablo Neira Ayuso
1
-37
/
+13
2016-09-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
1
-0
/
+2
2016-09-25
netfilter: replace list_head with single linked list
Aaron Conole
1
-29
/
+34
2016-09-24
netfilter: call nf_hook_state_init with rcu_read_lock held
Florian Westphal
1
-1
/
+7
2016-09-19
net: Add _nf_(un)register_hooks symbols
Mahesh Bandewar
1
-0
/
+2
2016-03-02
netfilter: don't call hooks unless needed
Florian Westphal
1
-18
/
+11
2015-10-16
netfilter: turn NF_HOOK into an inline function
Arnd Bergmann
1
-2
/
+17
2015-10-16
netfilter: remove hook owner refcounting
Florian Westphal
1
-1
/
+0
2015-10-05
netfilter: ctnetlink: add const qualifier to nfnl_hook.get_ct
Ken-ichirou MATSUZAWA
1
-1
/
+1
2015-10-05
netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack info
Ken-ichirou MATSUZAWA
1
-2
/
+2
2015-10-04
netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.c
Pablo Neira Ayuso
1
-4
/
+8
2015-09-29
netfilter: Push struct net down into nf_afinfo.reroute
Eric W. Biederman
1
-1
/
+1
2015-09-18
netfilter: Pass priv instead of nf_hook_ops to netfilter hooks
Eric W. Biederman
1
-1
/
+1
[next]