index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
iucv
/
af_iucv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/iucv: Add missing spin_unlock
Julia Lawall
2010-05-26
1
-1
/
+1
*
net: Remove unnecessary returns from void function()s
Joe Perches
2010-05-17
1
-1
/
+0
*
net: sock_def_readable() and friends RCU conversion
Eric Dumazet
2010-05-01
1
-4
/
+7
*
net: sk_sleep() helper
Eric Dumazet
2010-04-20
1
-6
/
+6
*
const: constify remaining dev_pm_ops
Alexey Dobriyan
2009-12-15
1
-1
/
+1
*
net: pass kern to net_proto_family create function
Eric Paris
2009-11-05
1
-1
/
+2
*
af_iucv: remove duplicate sock_set_flag
Ursula Braun
2009-10-17
1
-1
/
+0
*
af_iucv: use sk functions to modify sk->sk_ack_backlog
Hendrik Brueckner
2009-10-17
1
-2
/
+2
*
net: mark net_proto_ops as const
Stephen Hemminger
2009-10-07
1
-1
/
+1
*
net: Make setsockopt() optlen be unsigned.
David S. Miller
2009-09-30
1
-1
/
+1
*
af_iucv: fix race when queueing skbs on the backlog queue
Hendrik Brueckner
2009-09-16
1
-2
/
+14
*
af_iucv: do not call iucv_sock_kill() twice
Hendrik Brueckner
2009-09-16
1
-5
/
+5
*
af_iucv: handle non-accepted sockets after resuming from suspend
Hendrik Brueckner
2009-09-16
1
-0
/
+1
*
af_iucv: fix race in __iucv_sock_wait()
Hendrik Brueckner
2009-09-16
1
-1
/
+1
*
net: constify remaining proto_ops
Alexey Dobriyan
2009-09-14
1
-2
/
+2
*
net: adding memory barrier to the poll and receive callbacks
Jiri Olsa
2009-07-09
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2009-06-22
1
-118
/
+179
|
\
|
*
af_iucv: Return -EAGAIN if iucv msg limit is exceeded
Hendrik Brueckner
2009-06-19
1
-41
/
+103
|
*
af_iucv: Change if condition in sendmsg() for more readability
Hendrik Brueckner
2009-06-19
1
-82
/
+81
*
|
[S390] PM: af_iucv power management callbacks.
Ursula Braun
2009-06-16
1
-3
/
+144
|
/
*
af_iucv: Fix merge.
Ursula Braun
2009-04-23
1
-4
/
+0
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-04-23
1
-7
/
+19
|
\
|
*
af_iucv: Fix race when queuing incoming iucv messages
Hendrik Brueckner
2009-04-21
1
-3
/
+5
|
*
af_iucv: Test additional sk states in iucv_sock_shutdown
Hendrik Brueckner
2009-04-21
1
-0
/
+3
|
*
af_iucv: Reject incoming msgs if RECV_SHUTDOWN is set
Hendrik Brueckner
2009-04-21
1
-1
/
+3
|
*
af_iucv: fix oops in iucv_sock_recvmsg() for MSG_PEEK flag
Hendrik Brueckner
2009-04-21
1
-3
/
+3
|
*
af_iucv: consider state IUCV_CLOSING when closing a socket
Ursula Braun
2009-04-21
1
-0
/
+3
*
|
af_iucv: New socket option for setting IUCV MSGLIMITs
Hendrik Brueckner
2009-04-23
1
-2
/
+25
*
|
af_iucv: cleanup and refactor recvmsg() EFAULT handling
Hendrik Brueckner
2009-04-23
1
-7
/
+3
*
|
af_iucv: Provide new socket type SOCK_SEQPACKET
Hendrik Brueckner
2009-04-23
1
-17
/
+56
*
|
af_iucv: Modify iucv msg target class using control msghdr
Hendrik Brueckner
2009-04-23
1
-4
/
+75
*
|
af_iucv: Support data in IUCV msg parameter lists (IPRMDATA)
Hendrik Brueckner
2009-04-23
1
-20
/
+101
*
|
af_iucv: add sockopt() to enable/disable use of IPRM_DATA msgs
Hendrik Brueckner
2009-04-23
1
-3
/
+76
*
|
af_iucv: sync sk shutdown flag if iucv path is quiesced
Hendrik Brueckner
2009-04-23
1
-1
/
+18
|
/
*
iucv: remove some pointless conditionals before kfree_skb()
Wei Yongjun
2009-02-26
1
-2
/
+1
*
af_iucv: Free iucv path/socket in path_pending callback
Hendrik Brueckner
2009-01-05
1
-0
/
+5
*
af_iucv: avoid left over IUCV connections from failing connects
Ursula Braun
2009-01-05
1
-0
/
+7
*
af_iucv: New error return codes for connect()
Hendrik Brueckner
2009-01-05
1
-1
/
+15
*
[S390] convert iucv printks to dev_xxx and pr_xxx macros.
Ursula Braun
2008-12-25
1
-3
/
+16
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2008-07-18
1
-6
/
+2
|
\
|
*
[S390] Cleanup iucv printk messages.
Ursula Braun
2008-07-14
1
-6
/
+2
*
|
af_iucv: exploit target message class support of IUCV
Ursula Braun
2008-06-09
1
-0
/
+1
|
/
*
af_iucv: Use non-deprecated __RW_LOCK_UNLOCKED macro.
Robert P. J. Day
2008-04-10
1
-1
/
+1
*
[AF_IUCV]: defensive programming of iucv_callback_txdone
Ursula Braun
2008-02-07
1
-7
/
+14
*
[AF_IUCV]: broken send_skb_q results in endless loop
Ursula Braun
2008-02-07
1
-1
/
+7
*
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
2008-01-28
1
-8
/
+1
*
[NET]: Forget the zero_it argument of sk_alloc()
Pavel Emelyanov
2007-11-01
1
-1
/
+1
*
[AF_IUCV]: postpone receival of iucv-packets
Ursula Braun
2007-10-10
1
-86
/
+125
*
[AF_IUCV]: remove static declarations from header file.
Heiko Carstens
2007-10-10
1
-0
/
+3
*
[NET]: Make socket creation namespace safe.
Eric W. Biederman
2007-10-10
1
-2
/
+2
[next]