summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2006-08-26[DCCP]: Fix CCID3Ian McDonald
2006-08-26[BRIDGE] netfilter: memory corruption fixStephen Hemminger
2006-08-26[DCCP]: Introduce dccp_rx_hist_find_entryIan McDonald
2006-08-26[DCCP]: Introduces follows48 functionIan McDonald
2006-08-26[DCCP]: Update contact details and copyrightIan McDonald
2006-08-26[DCCP]: Fix typoIan McDonald
2006-08-26[IPV6]: Segmentation offload not set correctly on TCP childrenStephen Hemminger
2006-08-24Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6Greg Kroah-Hartman
2006-08-24NFS: Check lengths more thoroughly in NFS4 readdir XDR decodeDavid Howells
2006-08-24SUNRPC: Fix dentry refcounting issues with users of rpc_pipefsTrond Myklebust
2006-08-24SUNRPC: rpc_unlink() must check for unhashed dentriesTrond Myklebust
2006-08-24NFS: clean up rpc_rmdirTrond Myklebust
2006-08-24SUNRPC: make rpc_unlink() take a dentry argument instead of a pathTrond Myklebust
2006-08-22[TCP]: Limit window scaling if window is clamped.Stephen Hemminger
2006-08-22[NETFILTER]: arp_tables: fix table locking in arpt_do_tablePatrick McHardy
2006-08-22Fix sctp privilege elevation (CVE-2006-3745)Sridhar Samudrala
2006-08-17[BRIDGE]: Disable SG/GSO if TX checksum is offHerbert Xu
2006-08-17[NETFILTER]: ip_tables: fix table locking in ipt_do_tablePatrick McHardy
2006-08-17[NETFILTER]: ctnetlink: fix deadlock in table dumpingPatrick McHardy
2006-08-17[IPV4]: severe locking bug in fib_semantics.cAlexey Kuznetsov
2006-08-17[MCAST]: Fix filter leak on device removal.David L Stevens
2006-08-17[NET]: Disallow whitespace in network device names.David S. Miller
2006-08-17[PKT_SCHED] cls_u32: Fix typo.Ralf Hildebrandt
2006-08-17[ATM]: Compile error on ARMKevin Hilman
2006-08-17[IPV4]: Possible leak of multicast source filter sctructureMichal Ruzicka
2006-08-17[IPV6] lockdep: annotate __icmpv6_socketIngo Molnar
2006-08-17[NETFILTER]: xt_physdev build fixAndrew Morton
2006-08-17[NET]: Fix potential stack overflow in net/core/utils.cSuresh Siddha
2006-08-17[VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path.David S. Miller
2006-08-13[INET]: Use pskb_trim_unique when trimming paged unique skbsHerbert Xu
2006-08-13[NETFILTER]: ulog: fix panic on SMP kernelsMark Huang
2006-08-13[NETFILTER]: {arp,ip,ip6}_tables: proper error recovery in init pathPatrick McHardy
2006-08-13[LLC]: multicast receive device matchStephen Hemminger
2006-08-13[IPSEC]: Validate properly in xfrm_dst_check()David S. Miller
2006-08-13[NETFILTER]: xt_hashlimit: fix limit off-by-onePatrick McHardy
2006-08-13[NETFILTER]: xt_string: fix negationPhil Oester
2006-08-13[TCP]: Fix botched memory leak fix to tcpprobe_read().David S. Miller
2006-08-09[IPX]: Fix typo, ipxhdr() --> ipx_hdr()David S. Miller
2006-08-09[IPV6]: The ifa lock is a BH lockHerbert Xu
2006-08-09Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Greg Kroah-Hartman
2006-08-09[NET]: add_timer -> mod_timer() in dst_run_gc()Dmitry Mishin
2006-08-08Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik
2006-08-08[IPX]: Another nonlinear receive fixStephen Hemminger
2006-08-08[RTNETLINK]: Fix IFLA_ADDRESS handling.David S. Miller
2006-08-07[TCP]: SNMPv2 tcpOutSegs counter errorWei Yongjun
2006-08-07[PKTGEN]: Make sure skb->{nh,h} are initialized in fill_packet_ipv6() too.David S. Miller
2006-08-07[PKTGEN]: Fix oops when used with balance-tlb bondingChen-Li Tien
2006-08-07[IPV4]: Limit rt cache size properly.Kirill Korotaev
2006-08-07[IPX]: Header length validation neededStephen Hemminger
2006-08-07[NET]: Assign skb->dev in netdev_alloc_skbChristoph Hellwig
d/tiny/intel-x86'>v5.7/standard/tiny/intel-x86 Yocto Linux Embedded kernelGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/wmi.h
blob: 380175d5ecd7a7d54e22d27fb434efa65dfcdd10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207