| Commit message (Expand) | Author | Age | Files | Lines |
* | new helper: msg_data_left() | Al Viro | 2015-04-11 | 1 | -0/+5 |
* | net: socket: add support for async operations | tadeusz.struk@intel.com | 2015-03-23 | 1 | -0/+1 |
* | mpls: Basic routing support | Eric W. Biederman | 2015-03-04 | 1 | -0/+2 |
* | net: bury net/core/iovec.c - nothing in there is used anymore | Al Viro | 2015-02-04 | 1 | -7/+0 |
* | net: introduce helper macro for_each_cmsghdr | Gu Zheng | 2014-12-10 | 1 | -0/+4 |
* | put iov_iter into msghdr | Al Viro | 2014-12-09 | 1 | -2/+1 |
* | fold verify_iovec() into copy_msghdr_from_user() | Al Viro | 2014-11-19 | 1 | -1/+0 |
* | separate kernel- and userland-side msghdr | Al Viro | 2014-11-19 | 1 | -3/+13 |
* | include/linux/socket.h: Fix comment | Rasmus Villemoes | 2014-11-05 | 1 | -1/+1 |
* | iovec: move memcpy_from/toiovecend to lib/iovec.c | Michael S. Tsirkin | 2014-06-27 | 1 | -4/+0 |
* | net: update comments of "struct msghdr" with the more accurate RFC3542 ones | FX Le Bail | 2014-01-22 | 1 | -7/+7 |
* | socket: cleanups | stephen hemminger | 2014-01-03 | 1 | -2/+0 |
* | net: move iov_pages() to net/core/iovec.c | Jason Wang | 2013-08-07 | 1 | -0/+2 |
* | RDMA/cma: Define native IB address | Sean Hefty | 2013-06-20 | 1 | -0/+2 |
* | net: Unbreak compat_sys_{send,recv}msg | Andy Lutomirski | 2013-06-06 | 1 | -0/+3 |
* | Hoist memcpy_fromiovec/memcpy_toiovec into lib/ | Rusty Russell | 2013-05-20 | 1 | -2/+0 |
* | NFC: llcp: Implement socket options | Samuel Ortiz | 2013-03-10 | 1 | -0/+1 |
* | VSOCK: Introduce VM Sockets | Andy King | 2013-02-10 | 1 | -1/+3 |
* | UAPI: (Scripted) Disintegrate include/linux | David Howells | 2012-10-13 | 1 | -19/+1 |
* | net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN) | Yuchung Cheng | 2012-07-19 | 1 | -0/+1 |
* | net: cleanup unsigned to unsigned int | Eric Dumazet | 2012-04-15 | 1 | -2/+2 |
* | tcp: tcp_sendpages() should call tcp_push() once | Eric Dumazet | 2012-04-05 | 1 | -1/+1 |
* | net: get rid of some pointless casts to sockaddr | Maciej Żenczykowski | 2012-03-11 | 1 | -2/+2 |
* | net: Make userland include of netlink.h more sane. | David S. Miller | 2011-08-07 | 1 | -2/+4 |
* | NFC: add NFC socket family | Aloisio Almeida Jr | 2011-07-05 | 1 | -1/+3 |
* | net: Add sendmmsg socket system call | Anton Blanchard | 2011-05-05 | 1 | -0/+2 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2011-01-13 | 1 | -1/+4 |
|\ |
|
| * | net - Add AF_ALG macros | Herbert Xu | 2010-11-19 | 1 | -1/+4 |
* | | net: remove the duplicate #ifdef __KERNEL__ | Changli Gao | 2011-01-06 | 1 | -6/+2 |
* | | net: Limit socket I/O iovec total length to INT_MAX. | David S. Miller | 2010-10-28 | 1 | -1/+1 |
|/ |
|
* | socket: localize functions | stephen hemminger | 2010-10-21 | 1 | -1/+0 |
* | tcp: Fix >4GB writes on 64-bit. | David S. Miller | 2010-09-27 | 1 | -1/+1 |
* | sock: Introduce cred_to_ucred | Eric W. Biederman | 2010-06-16 | 1 | -0/+5 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-06 | 1 | -0/+1 |
|\ |
|
| * | net: Add MSG_WAITFORONE flag to recvmmsg | Brandon L Black | 2010-03-27 | 1 | -0/+1 |
* | | net-caif: add CAIF protocol definitions | Sjur Braendeland | 2010-03-30 | 1 | -1/+4 |
|/ |
|
* | net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build time | Cyrill Gorcunov | 2009-10-29 | 1 | -0/+3 |
* | net: Introduce recvmmsg socket syscall | Arnaldo Carvalho de Melo | 2009-10-12 | 1 | -0/+10 |
* | net: Support inclusion of <linux/socket.h> before <sys/socket.h> | Ben Hutchings | 2009-10-05 | 1 | -18/+3 |
* | Add constants for the ieee 802.15.4 stack | Sergey Lapin | 2009-06-09 | 1 | -1/+3 |
* | af_iucv: add sockopt() to enable/disable use of IPRM_DATA msgs | Hendrik Brueckner | 2009-04-23 | 1 | -0/+1 |
* | tun: fix tun_chr_aio_write so that aio works | Michael S. Tsirkin | 2009-04-21 | 1 | -2/+2 |
* | net: skb_copy_datagram_const_iovec() | Michael S. Tsirkin | 2009-04-21 | 1 | -0/+2 |
* | Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-03-26 | 1 | -2/+4 |
|\ |
|
| * | headers_check fix: linux/socket.h | Jaswinder Singh Rajput | 2009-02-02 | 1 | -2/+4 |
* | | RDS: Add AF and PF #defines for RDS sockets | Andy Grover | 2009-02-26 | 1 | -0/+3 |
|/ |
|
* | Phonet: implement GPRS virtual interface over PEP socket | Rémi Denis-Courmont | 2008-10-05 | 1 | -0/+1 |
* | Phonet: global definitions | Remi Denis-Courmont | 2008-09-22 | 1 | -1/+3 |
* | Define AF_ISDN and PF_ISDN | Karsten Keil | 2008-07-27 | 1 | -1/+3 |