Sign in
gem5
/
arm
/
linux-arm64-legacy
/
0ffc2a9c8072969253a20821c2c733a2cbb4c7c7
/
include
/
linux
/
netfilter.h
607ca46
UAPI: (Scripted) Disintegrate include/linux
by David Howells
· 12 years ago
c7232c9
netfilter: add protocol independent NAT core
by Patrick McHardy
· 13 years ago
d584a61
netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=y
by Pablo Neira Ayuso
· 13 years ago
5a05fae
netfilter: nfq_ct_hook needs __rcu and __read_mostly
by Pablo Neira Ayuso
· 13 years ago
8c88f87
netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled
by Pablo Neira Ayuso
· 13 years ago
9cb0176
netfilter: add glue code to integrate nfnetlink_queue and ctnetlink
by Pablo Neira Ayuso
· 13 years ago
efdedd5
netfilter: xt_recent: add address masking option
by Denys Fedoryshchenko
· 13 years ago
a5347fe
net: Delete all remaining instances of ctl_path
by Eric W. Biederman
· 13 years ago
c5905af
static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()
by Ingo Molnar
· 13 years ago
a2d7ec5
netfilter: use jump_label for nf_hooks
by Eric Dumazet
· 13 years ago
bee9525
net: Add linux/sysctl.h includes where needed.
by David S. Miller
· 14 years ago
0fae2e7
netfilter: af_info: add 'strict' parameter to limit lookup to .oif
by Florian Westphal
· 14 years ago
31ad3dd
netfilter: af_info: add network namespace parameter to route hook
by Florian Westphal
· 14 years ago
94b27cc
netfilter: allow NFQUEUE bypass if no listener is available
by Florian Westphal
· 14 years ago
f615df7
netfilter: reduce NF_VERDICT_MASK to 0xff
by Florian Westphal
· 14 years ago
fee1cc0
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEAD
by Simon Horman
· 14 years ago
da68365
netfilter: allow hooks to pass error code back up the stack
by Eric Paris
· 14 years ago
0e60ebe
netfilter: add __rcu annotations
by Eric Dumazet
· 14 years ago
ac5aa2e
netfilter: NF_HOOK_COND has wrong conditional
by Eric Paris
· 14 years ago
4bac6b1
netfilter: restore POST_ROUTING hook in NF_HOOK_COND
by Patrick McHardy
· 15 years ago
2249065
netfilter: get rid of the grossness in netfilter.h
by Jan Engelhardt
· 16 years ago
23f3733
netfilter: reduce NF_HOOK by one argument
by Jan Engelhardt
· 16 years ago
c30f540
netfilter: xtables: CONFIG_COMPAT redux
by Alexey Dobriyan
· 15 years ago
d94d9fe
net: cleanup include/linux
by Eric Dumazet
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
48dc786
netfilter: netns: remove nf_*_net() wrappers
by Alexey Dobriyan
· 16 years ago
7e9c6ee
netfilter: Introduce NFPROTO_* constants
by Jan Engelhardt
· 16 years ago
76108ce
netfilter: Use unsigned types for hooknum and pf vars
by Jan Engelhardt
· 16 years ago
c8942f1
netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__
by Patrick McHardy
· 17 years ago
d63a650
[NETFILTER]: Add partial checksum validation helper
by Patrick McHardy
· 17 years ago
666953df
[NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for real
by Alexey Dobriyan
· 17 years ago
b8beedd
[NETFILTER]: Add nf_inet_addr_cmp()
by Patrick McHardy
· 17 years ago
fbabbed
[NETFILTER]: Fix NF_QUEUE_NR() parenthesis
by Patrick McHardy
· 17 years ago
7b33ed2
[NETFILTER]: Use __u32 in struct nf_inet_addr
by Patrick McHardy
· 17 years ago
2e3075a
[NETFILTER]: Extend nf_inet_addr with in{,6}_addr
by Jan Engelhardt
· 17 years ago
b3fd3ff
[NETFILTER]: Use the ctl paths instead of hand-made analogue
by Pavel Emelyanov
· 17 years ago
643a2c1
[NETFILTER]: Introduce nf_inet_address
by Jan Engelhardt
· 17 years ago
051578c
[NETFILTER]: nf_nat: properly use RCU for ip_nat_decode_session
by Patrick McHardy
· 17 years ago
1e796fd
[NETFILTER]: constify nf_afinfo
by Patrick McHardy
· 17 years ago
90a9ba8
[NETFILTER]: Kill function prototype for non-existing function
by Patrick McHardy
· 17 years ago
f01ffbd
[NETFILTER]: nf_log: move logging stuff to seperate header
by Patrick McHardy
· 17 years ago
02f014d
[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info
by Patrick McHardy
· 17 years ago
c01cd42
[NETFILTER]: nf_queue: move queueing related functions/struct to seperate header
by Patrick McHardy
· 17 years ago
f9d8928
[NETFILTER]: nf_queue: remove unused data pointer
by Patrick McHardy
· 17 years ago
e3ac529
[NETFILTER]: nf_queue: make queue_handler const
by Patrick McHardy
· 17 years ago
1841a4c
[NETFILTER]: nf_ct_h323: remove ipv6 module dependency
by Patrick McHardy
· 17 years ago
be0ea7d
[NETFILTER]: Convert old checksum helper names
by Patrick McHardy
· 17 years ago
a99a00c
[NET]: Move netfilter checksum helpers to net/core/utils.c
by Patrick McHardy
· 17 years ago
6e23ae2
[NETFILTER]: Introduce NF_INET_ hook values
by Patrick McHardy
· 17 years ago
3db05fe
[NETFILTER]: Replace sk_buff ** with sk_buff *
by Herbert Xu
· 17 years ago
37d4187
[NETFILTER]: Do not copy skb in skb_make_writable
by Herbert Xu
· 17 years ago
16fcec3
[NETFILTER]: Fix/improve deadlock condition on module removal netfilter
by Neil Horman
· 18 years ago
ce7663d
[NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystem
by Yasuyuki Kozakai
· 18 years ago
de6e05c
[NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for diet
by Yasuyuki Kozakai
· 18 years ago
5f79e0f
[NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabled
by Yasuyuki Kozakai
· 18 years ago
e92ad99
[NETFILTER]: nf_log: minor cleanups
by Patrick McHardy
· 18 years ago
9dc6aa5
[NETFILTER]: nf_log: make nf_log_unregister_pf return void
by Patrick McHardy
· 18 years ago
a80958f
[PATCH] fix fallout from header dependency trimming
by Al Viro
· 18 years ago
0c789ff
netfilter.h needs rcuupdate.h for RCU locking functions
by Linus Torvalds
· 18 years ago
5b1158e
[NETFILTER]: Add NAT support for nf_conntrack
by Jozsef Kadlecsik
· 18 years ago
d62f9ed
[NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocols
by Patrick McHardy
· 18 years ago
43bc0ca
[NET]: netfilter checksum annotations
by Al Viro
· 18 years ago
b51655b
[NET]: Annotate __skb_checksum_complete() and friends.
by Al Viro
· 18 years ago
4cf411d
[NETFILTER]: Get rid of HW checksum invalidation
by Patrick McHardy
· 19 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
422c346
[NETFILTER]: Add address family specific checksum helpers
by Patrick McHardy
· 19 years ago
bce8032
[NETFILTER]: Introduce infrastructure for address family specific operations
by Patrick McHardy
· 19 years ago
972d1cb
[NETFILTER]: Add helper functions for mass hook registration/unregistration
by Patrick McHardy
· 19 years ago
3fdadf7
[NET]: {get|set}sockopt compatibility layer
by Dmitry Mishin
· 19 years ago
9c92d34
[NETFILTER]: Don't invoke okfn in CONFIG_NETFILTER=n variant of nf_hook()
by Patrick McHardy
· 19 years ago
48d5cad
[XFRM]: Fix SNAT-related crash in xfrm4_output_finish
by Patrick McHardy
· 19 years ago
f53b61d
[NETFILTER]: Add dummy nf_hook{_thresh}() when NETFILTER is disabled.
by David S. Miller
· 19 years ago
eb9c7eb
[NETFILTER]: Handle NAT in IPsec policy checks
by Patrick McHardy
· 19 years ago
16a6677
[XFRM]: Netfilter IPsec output hooks
by Patrick McHardy
· 19 years ago
b766b30
[NETFILTER]: Fix gcc-3.4.x warning about iplicit operator precedence
by Harald Welte
· 20 years ago
5917ed9
[NETFILTER]: Fix NF_QUEUE_NR() macro
by Harald Welte
· 20 years ago
8a61fad
[NETFILTER]: check nf_log function call arguments
by Harald Welte
· 20 years ago
bbd86b9f
[NETFILTER]: add /proc/net/netfilter interface to nf_queue
by Harald Welte
· 20 years ago
608c8e4
[NETFILTER]: Extend netfilter logging API
by Harald Welte
· 20 years ago
0ab43f8
[NETFILTER]: Core changes required by upcoming nfnetlink_queue code
by Harald Welte
· 20 years ago
2cc7d57
[NETFILTER]: Move reroute-after-queue code up to the nf_queue layer.
by Harald Welte
· 20 years ago
089af26
[NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable()
by Harald Welte
· 20 years ago
6869c4d
[NETFILTER]: reduce netfilter sk_buff enlargement
by Harald Welte
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago