index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
netfilter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Make setsockopt() optlen be unsigned.
David S. Miller
2009-09-30
1
-2
/
+2
*
netfilter: netns: remove nf_*_net() wrappers
Alexey Dobriyan
2008-10-08
1
-53
/
+0
*
netfilter: Introduce NFPROTO_* constants
Jan Engelhardt
2008-10-08
1
-2
/
+12
*
netfilter: Use unsigned types for hooknum and pf vars
Jan Engelhardt
2008-10-08
1
-14
/
+16
*
netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__
Patrick McHardy
2008-05-21
1
-1
/
+1
*
[NETFILTER]: Add partial checksum validation helper
Patrick McHardy
2008-04-14
1
-0
/
+22
*
[NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for real
Alexey Dobriyan
2008-04-14
1
-1
/
+53
*
[NETFILTER]: Add nf_inet_addr_cmp()
Patrick McHardy
2008-03-25
1
-0
/
+9
*
[NETFILTER]: Fix NF_QUEUE_NR() parenthesis
Patrick McHardy
2008-02-27
1
-1
/
+1
*
[NETFILTER]: Use __u32 in struct nf_inet_addr
Patrick McHardy
2008-02-19
1
-1
/
+1
*
[NETFILTER]: Extend nf_inet_addr with in{,6}_addr
Jan Engelhardt
2008-01-28
1
-0
/
+4
*
[NETFILTER]: Use the ctl paths instead of hand-made analogue
Pavel Emelyanov
2008-01-28
1
-6
/
+2
*
[NETFILTER]: Introduce nf_inet_address
Jan Engelhardt
2008-01-28
1
-0
/
+6
*
[NETFILTER]: nf_nat: properly use RCU for ip_nat_decode_session
Patrick McHardy
2008-01-28
1
-3
/
+8
*
[NETFILTER]: constify nf_afinfo
Patrick McHardy
2008-01-28
1
-5
/
+5
*
[NETFILTER]: Kill function prototype for non-existing function
Patrick McHardy
2008-01-28
1
-3
/
+0
*
[NETFILTER]: nf_log: move logging stuff to seperate header
Patrick McHardy
2008-01-28
1
-55
/
+0
*
[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info
Patrick McHardy
2008-01-28
1
-3
/
+3
*
[NETFILTER]: nf_queue: move queueing related functions/struct to seperate header
Patrick McHardy
2008-01-28
1
-30
/
+2
*
[NETFILTER]: nf_queue: remove unused data pointer
Patrick McHardy
2008-01-28
1
-2
/
+1
*
[NETFILTER]: nf_queue: make queue_handler const
Patrick McHardy
2008-01-28
1
-4
/
+4
*
[NETFILTER]: nf_ct_h323: remove ipv6 module dependency
Patrick McHardy
2008-01-28
1
-0
/
+2
*
[NETFILTER]: Convert old checksum helper names
Patrick McHardy
2008-01-28
1
-5
/
+0
*
[NET]: Move netfilter checksum helpers to net/core/utils.c
Patrick McHardy
2008-01-28
1
-21
/
+4
*
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
2008-01-28
1
-0
/
+9
*
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
2007-10-15
1
-12
/
+12
*
[NETFILTER]: Do not copy skb in skb_make_writable
Herbert Xu
2007-10-15
1
-1
/
+1
*
[NETFILTER]: Fix/improve deadlock condition on module removal netfilter
Neil Horman
2007-09-11
1
-3
/
+2
*
[NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystem
Yasuyuki Kozakai
2007-07-10
1
-1
/
+2
*
[NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for diet
Yasuyuki Kozakai
2007-04-25
1
-0
/
+1
*
[NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabled
Yasuyuki Kozakai
2007-04-25
1
-4
/
+7
*
[NETFILTER]: nf_log: minor cleanups
Patrick McHardy
2007-02-12
1
-1
/
+1
*
[NETFILTER]: nf_log: make nf_log_unregister_pf return void
Patrick McHardy
2007-02-12
1
-1
/
+1
*
[PATCH] fix fallout from header dependency trimming
Al Viro
2006-12-04
1
-1
/
+0
*
netfilter.h needs rcuupdate.h for RCU locking functions
Linus Torvalds
2006-12-04
1
-0
/
+1
*
[NETFILTER]: Add NAT support for nf_conntrack
Jozsef Kadlecsik
2006-12-02
1
-1
/
+1
*
[NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocols
Patrick McHardy
2006-12-02
1
-0
/
+10
*
[NET]: netfilter checksum annotations
Al Viro
2006-12-02
1
-5
/
+21
*
[NET]: Annotate __skb_checksum_complete() and friends.
Al Viro
2006-12-02
1
-3
/
+3
*
[NETFILTER]: Get rid of HW checksum invalidation
Patrick McHardy
2006-09-22
1
-0
/
+6
*
Don't include linux/config.h from anywhere else in include/
David Woodhouse
2006-04-26
1
-1
/
+0
*
[NETFILTER]: Add address family specific checksum helpers
Patrick McHardy
2006-04-09
1
-0
/
+17
*
[NETFILTER]: Introduce infrastructure for address family specific operations
Patrick McHardy
2006-04-09
1
-7
/
+16
*
[NETFILTER]: Add helper functions for mass hook registration/unregistration
Patrick McHardy
2006-04-09
1
-0
/
+2
*
[NET]: {get|set}sockopt compatibility layer
Dmitry Mishin
2006-03-20
1
-0
/
+9
*
[NETFILTER]: Don't invoke okfn in CONFIG_NETFILTER=n variant of nf_hook()
Patrick McHardy
2006-02-15
1
-1
/
+1
*
[XFRM]: Fix SNAT-related crash in xfrm4_output_finish
Patrick McHardy
2006-02-15
1
-4
/
+15
*
[NETFILTER]: Add dummy nf_hook{_thresh}() when NETFILTER is disabled.
David S. Miller
2006-01-07
1
-0
/
+15
*
[NETFILTER]: Handle NAT in IPsec policy checks
Patrick McHardy
2006-01-07
1
-0
/
+16
*
[XFRM]: Netfilter IPsec output hooks
Patrick McHardy
2006-01-07
1
-24
/
+37
[next]