index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac80211: fix powersaving clients races
Johannes Berg
2010-11-17
4
-7
/
+29
*
mac80211: defines for AC numbers
Johannes Berg
2010-11-17
1
-1
/
+10
*
mac80211: add support for setting the ad-hoc multicast rate
Felix Fietkau
2010-11-16
3
-6
/
+19
*
cfg80211: add support for setting the ad-hoc multicast rate
Felix Fietkau
2010-11-16
1
-0
/
+5
*
mac80211: Add function to get probe request template for current AP
Juuso Oikarinen
2010-11-16
3
-5
/
+46
*
mac80211: Add antenna configuration
Bruno Randolf
2010-11-16
3
-0
/
+92
*
cfg80211: Add nl80211 antenna configuration
Bruno Randolf
2010-11-16
1
-1
/
+30
*
mac80211: support hardware TX fragmentation offload
Arik Nemtsov
2010-11-16
5
-2
/
+54
*
mac80211: Remove redundant checks for NULL before calls to crypto_free_cipher()
Jesper Juhl
2010-11-15
2
-4
/
+2
*
mac80211: refactor debugfs function generation code
Eliad Peller
2010-11-15
4
-55
/
+52
*
mac80211: minstrel_ht - reduce the overhead of rate sampling
Felix Fietkau
2010-11-15
1
-6
/
+10
*
cfg80211: prefix REG_DBG_PRINT() with cfg80211
Luis R. Rodriguez
2010-11-15
1
-16
/
+15
*
cfg80211: add debug print when processing a channel
Luis R. Rodriguez
2010-11-15
1
-0
/
+39
*
cfg80211: add debug print when disabling a channel on a custom regd
Luis R. Rodriguez
2010-11-15
1
-0
/
+5
*
cfg80211: add debug prints for when we ignore regulatory hints
Luis R. Rodriguez
2010-11-15
1
-3
/
+39
*
cfg80211: fix disabling channels based on hints
Luis R. Rodriguez
2010-11-15
1
-1
/
+19
*
cfg80211: fix allowing country IEs for WIPHY_FLAG_STRICT_REGULATORY
Luis R. Rodriguez
2010-11-15
1
-0
/
+1
*
cfg80211: pass the reg hint initiator to helpers
Luis R. Rodriguez
2010-11-15
1
-4
/
+8
*
rfkill: remove dead code
Stephen Hemminger
2010-11-15
1
-14
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-10-31
6
-45
/
+104
|
\
|
*
net: Truncate recvfrom and sendto length to INT_MAX.
Linus Torvalds
2010-10-31
1
-0
/
+4
|
*
RDS: Let rds_message_alloc_sgs() return NULL
Andy Grover
2010-10-31
3
-0
/
+17
|
*
RDS: Copy rds_iovecs into kernel memory instead of rereading from userspace
Andy Grover
2010-10-31
1
-39
/
+65
|
*
RDS: Clean up error handling in rds_cmsg_rdma_args
Andy Grover
2010-10-31
1
-3
/
+2
|
*
RDS: Return -EINVAL if rds_rdma_pages returns an error
Andy Grover
2010-10-31
1
-1
/
+3
|
*
net: fix rds_iovec page count overflow
Linus Torvalds
2010-10-31
1
-0
/
+7
|
*
ip_gre: fix fallback tunnel setup
Eric Dumazet
2010-10-31
1
-3
/
+3
|
*
ipv6/udp: report SndbufErrors and RcvbufErrors
Eric Dumazet
2010-10-31
1
-0
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-10-29
17
-142
/
+274
|
\
|
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2010-10-29
2
-3
/
+8
|
|
\
|
|
*
mac80211: fix failure to check kmalloc return value in key_key_read
Jesper Juhl
2010-10-29
1
-1
/
+5
|
|
*
mac80211: Fix scan_ies_len to include DS Params
Jouni Malinen
2010-10-27
1
-2
/
+3
|
*
|
netfilter: xt_socket: Make tproto signed in socket_mt6_v1().
David S. Miller
2010-10-28
1
-4
/
+3
|
*
|
pktgen: Limit how much data we copy onto the stack.
Nelson Elhage
2010-10-28
1
-3
/
+4
|
*
|
net: Limit socket I/O iovec total length to INT_MAX.
David S. Miller
2010-10-28
2
-15
/
+15
|
*
|
fib: Fix fib zone and its hash leak on namespace stop
Pavel Emelyanov
2010-10-28
3
-1
/
+24
|
*
|
dccp ccid-2: Stop polling
Gerrit Renker
2010-10-28
2
-8
/
+20
|
*
|
dccp: Refine the wait-for-ccid mechanism
Gerrit Renker
2010-10-28
4
-54
/
+89
|
*
|
dccp: Extend CCID packet dequeueing interface
Gerrit Renker
2010-10-28
2
-57
/
+86
|
*
|
dccp: Return-value convention of hc_tx_send_packet()
Gerrit Renker
2010-10-28
2
-9
/
+37
*
|
|
convert get_sb_pseudo() users
Al Viro
2010-10-29
1
-6
/
+4
*
|
|
convert get_sb_single() users
Al Viro
2010-10-29
1
-9
/
+9
*
|
|
net/9p: Return error on read with NULL buffer
Sanchit Garg
2010-10-28
1
-4
/
+1
*
|
|
9p: Add datasync to client side TFSYNC/RFSYNC for dotl
Venkateswararao Jujjuri (JV)
2010-10-28
1
-3
/
+4
*
|
|
net/9p: Return error if we fail to encode protocol data
Aneesh Kumar K.V
2010-10-28
2
-3
/
+4
*
|
|
net/9p: Add waitq to VirtIO transport.
Venkateswararao Jujjuri (JV)
2010-10-28
2
-8
/
+41
*
|
|
[net/9p]Serialize virtqueue operations to make VirtIO transport SMP safe.
Venkateswararao Jujjuri (JV)
2010-10-28
1
-10
/
+24
*
|
|
9p: Implement TREADLINK operation for 9p2000.L
M. Mohan Kumar
2010-10-28
1
-0
/
+26
*
|
|
9p: Implement TGETLOCK
M. Mohan Kumar
2010-10-28
1
-0
/
+34
*
|
|
9p: Implement TLOCK
M. Mohan Kumar
2010-10-28
1
-0
/
+33
[next]