index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
iucv
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "net: simplify sock_poll_wait"
Karsten Graul
2018-10-23
1
-1
/
+1
*
net/af_iucv: locate IUCV header via skb_network_header()
Julian Wiedmann
2018-09-26
1
-29
/
+13
*
net: iucv: Use FIELD_SIZEOF directly instead of reimplementing its function
zhong jiang
2018-09-19
1
-1
/
+1
*
net/iucv: declare iucv_path_table_empty() as static
Julian Wiedmann
2018-09-05
1
-1
/
+1
*
net/af_iucv: fix skb handling on HiperTransport xmit error
Julian Wiedmann
2018-09-05
1
-11
/
+23
*
net/af_iucv: drop inbound packets with invalid flags
Julian Wiedmann
2018-09-05
1
-2
/
+2
*
net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freeze
zhong jiang
2018-08-08
1
-2
/
+1
*
net: simplify sock_poll_wait
Christoph Hellwig
2018-07-30
1
-1
/
+1
*
net: remove blank lines at end of file
Stephen Hemminger
2018-07-24
1
-1
/
+0
*
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
1
-2
/
+5
*
net/iucv: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-5
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-23
1
-1
/
+3
|
\
|
*
net/iucv: Free memory obtained by kzalloc
Arvind Yadav
2018-03-16
1
-1
/
+3
*
|
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
2018-02-12
1
-3
/
+2
|
/
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-9
/
+9
*
net: annotate ->poll() instances
Al Viro
2017-11-27
1
-3
/
+3
*
iucv: Convert sk_wmem_alloc accesses to refcount_t.
David S. Miller
2017-07-03
1
-1
/
+1
*
af_iucv: Move sockaddr length checks to before accessing sa_family in bind an...
Mateusz Jurczyk
2017-06-25
1
-5
/
+3
*
net/iucv: improve endianness handling
Hans Wippel
2017-06-25
1
-1
/
+1
*
networking: make skb_push & __skb_push return void pointers
Johannes Berg
2017-06-16
1
-2
/
+1
*
net: Work around lockdep limitation in sockets that use sockets
David Howells
2017-03-09
1
-1
/
+1
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
net/af_iucv: don't use paged skbs for TX on HiperSockets
Julian Wiedmann
2017-01-10
1
-11
/
+14
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-12-12
1
-77
/
+47
|
\
|
*
net/iucv: Use explicit clean up labels in iucv_init()
Sebastian Andrzej Siewior
2016-11-28
1
-7
/
+7
|
*
net/iucv: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-11-22
1
-74
/
+44
*
|
Subject: [PATCH] af_iucv: drop skbs rejected by filter
Ursula Braun
2016-10-12
1
-7
/
+17
*
|
Subject: [PATCH] af_iucv: enable control sends in case of SEND_SHUTDOWN
Ursula Braun
2016-10-12
1
-1
/
+9
|
/
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2016-07-29
1
-1
/
+4
|
\
|
*
iucv: properly clone LSM attributes to newly created child sockets
Paul Moore
2016-06-07
1
-1
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-07-27
1
-101
/
+122
|
\
\
|
*
|
af_iucv: use paged SKBs for big inbound messages
Eugene Crosser
2016-06-15
1
-6
/
+50
|
*
|
af_iucv: remove fragment_skb() to use paged SKBs
Eugene Crosser
2016-06-15
1
-56
/
+3
|
*
|
af_iucv: use paged SKBs for big outbound messages
Eugene Crosser
2016-06-15
1
-47
/
+77
|
|
/
*
/
s390/iucv: use basic blocks for iucv inline assemblies
Heiko Carstens
2016-06-28
1
-9
/
+27
|
/
*
af_iucv: Validate socket address length in iucv_sock_bind()
Ursula Braun
2016-01-19
1
-0
/
+3
*
iucv: call skb_linearize() when needed
Eugene Crosser
2015-12-14
1
-5
/
+15
*
iucv: prevent information leak in iucv_message
Eugene Crosser
2015-12-14
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-03
1
-1
/
+1
|
\
|
*
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
2015-12-01
1
-1
/
+1
*
|
net: Generalise wq_has_sleeper helper
Herbert Xu
2015-11-30
1
-1
/
+1
|
/
*
s390/iucv: do not use arrays as argument
Ursula Braun
2015-09-21
2
-11
/
+10
*
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
2015-05-11
1
-5
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-04-02
1
-3
/
+1
|
\
|
*
af_iucv: fix AF_IUCV sendmsg() errno
Eugene Crosser
2015-03-31
1
-3
/
+1
*
|
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
2015-03-02
1
-4
/
+4
|
/
*
net: introduce helper macro for_each_cmsghdr
Gu Zheng
2014-12-10
1
-3
/
+1
*
new helper: memcpy_from_msg()
Al Viro
2014-11-24
1
-1
/
+1
*
net: Add and use skb_copy_datagram_msg() helper.
David S. Miller
2014-11-05
1
-1
/
+1
*
iucv: Convert pr_warning to pr_warn
Joe Perches
2014-09-10
1
-5
/
+4
[next]