index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nfnetlink_queue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
[NETFILTER]: nfnetlink_{queue,log}: return proper error codes in instance_create
Patrick McHardy
1
-7
/
+14
2008-01-28
[NETFILTER]: nfnetlink_{queue,log}: return ENOTSUPP for unknown cfg commands
Patrick McHardy
1
-1
/
+1
2008-01-28
[NETFILTER]: nfnetlink_queue: update copyright
Patrick McHardy
1
-0
/
+1
2008-01-28
[NETFILTER]: nfnetlink_queue: remove useless enqueue status codes
Patrick McHardy
1
-14
/
+12
2008-01-28
[NETFILTER]: nfnetlink_queue: eliminate impossible switch case
Patrick McHardy
1
-6
/
+1
2008-01-28
[NETFILTER]: nfnetlink_queue: use endianness-aware attribute functions
Patrick McHardy
1
-37
/
+23
2008-01-28
[NETFILTER]: nfnetlink_queue: mark hash table __read_mostly
Patrick McHardy
1
-1
/
+1
2008-01-28
[NETFILTER]: nfnetlink_queue: remove useless debugging
Patrick McHardy
1
-31
/
+4
2008-01-28
[NETFILTER]: nfnetlink_queue: kill useless wrapper
Patrick McHardy
1
-31
/
+21
2008-01-28
[NETFILTER]: nfnetlink: use RCU for queue instances hash
Patrick McHardy
1
-113
/
+92
2008-01-28
[NETFILTER]: nfnetlink_queue: fix checks in nfqnl_recv_config
Patrick McHardy
1
-19
/
+12
2008-01-28
[NETFILTER]: nfnetlink_queue: avoid unnecessary atomic operation
Patrick McHardy
1
-5
/
+4
2008-01-28
[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict
Patrick McHardy
1
-19
/
+2
2008-01-28
[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info
Patrick McHardy
1
-51
/
+23
2008-01-28
[NETFILTER]: nfnetlink_queue: deobfuscate entry lookups
Patrick McHardy
1
-69
/
+31
2008-01-28
[NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry
Patrick McHardy
1
-5
/
+3
2008-01-28
[NETFILTER]: nf_queue: move queueing related functions/struct to seperate header
Patrick McHardy
1
-0
/
+1
2008-01-28
[NETFILTER]: nf_queue: remove unused data pointer
Patrick McHardy
1
-1
/
+1
2008-01-28
[NETFILTER]: nf_queue: make queue_handler const
Patrick McHardy
1
-1
/
+1
2007-10-15
[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom
Herbert Xu
1
-12
/
+6
2007-10-15
[NETFILTER]: Do not copy skb in skb_make_writable
Herbert Xu
1
-1
/
+1
2007-10-10
[NETFILTER]: Make netfilter code use the seq_open_private
Pavel Emelyanov
1
-16
/
+2
2007-10-10
[NETFILTER]: nfnetlink_queue: use netlink policy
Patrick McHardy
1
-19
/
+11
2007-10-10
[NETFILTER]: nfnetlink: rename functions containing 'nfattr'
Patrick McHardy
1
-2
/
+2
2007-10-10
[NETFILTER]: nfnetlink: convert to generic netlink attribute functions
Patrick McHardy
1
-57
/
+56
2007-10-10
[NETFILTER]: nfnetlink: make subsystem and callbacks const
Patrick McHardy
1
-2
/
+2
2007-10-10
[NET]: Wrap hard_header_parse
Stephen Hemminger
1
-7
/
+6
2007-10-10
[NET]: Support multiple network namespaces with netlink
Eric W. Biederman
1
-1
/
+2
2007-10-10
[NET]: Make device event notification network namespace safe
Eric W. Biederman
1
-0
/
+3
2007-07-10
[NET]: Make all initialized struct seq_operations const.
Philippe De Muyter
1
-1
/
+1
2007-07-10
[NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystem
Yasuyuki Kozakai
1
-3
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[NETLINK]: Remove error pointer from netlink message handler
Thomas Graf
1
-3
/
+3
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-2
/
+2
2007-04-25
[NET]: convert network timestamps to ktime_t
Eric Dumazet
1
-4
/
+4
2007-02-12
[NETFILTER]: Fix whitespace errors
YOSHIFUJI Hideaki
1
-42
/
+42
2007-02-12
[PATCH] mark struct file_operations const 8
Arjan van de Ven
1
-1
/
+1
2006-12-02
[NETFILTER]: nfnetlink_queue: allow changing queue length through netlink
Eric Leblond
1
-0
/
+8
2006-12-02
[NET]: Turn nfmark into generic mark
Thomas Graf
1
-4
/
+4
2006-12-02
[NETFILTER]: trivial annotations
Al Viro
1
-5
/
+4
2006-11-15
[NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queue
Patrick McHardy
1
-3
/
+4
2006-11-05
[NETFILTER] bug: skb->protocol is already net-endian
Al Viro
1
-1
/
+1
2006-09-22
[NETFILTER]: nfnetlink_queue: fix typo in error message
Patrick McHardy
1
-2
/
+2
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-3
/
+3
2006-06-29
[NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev d...
Patrick McHardy
1
-2
/
+10
2006-04-09
[NETFILTER]: Fix section mismatch warnings
Patrick McHardy
1
-18
/
+9
2006-03-28
[NETFILTER]: Rename init functions.
Andrew Morton
1
-4
/
+4
2006-03-22
[NETFILTER]: nfnetlink_queue: fix nfnetlink message size
Pablo Neira Ayuso
1
-9
/
+10
2006-03-12
[NETFILTER]: nfnetlink_queue: fix possible NULL-ptr dereference
Patrick McHardy
1
-1
/
+5
2006-02-04
[NETFILTER]: nfnetlink_queue: fix packet marking over netlink
Patrick McHardy
1
-1
/
+2
[next]