summaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
* net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro2015-03-201-0/+4
* net: switch sockets to ->read_iter/->write_iterAl Viro2015-02-041-29/+27Star
* net/socket.c: fold do_sock_{read,write} into callersAl Viro2015-02-041-35/+21Star
* net: remove sock_iocbChristoph Hellwig2015-01-291-41/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-281-3/+0Star
|\
| * net: don't OOPS on socket aioChristoph Hellwig2015-01-271-3/+0Star
* | socket: use ki_nbytes instead of iov_length()Nicolas Dichtel2015-01-181-6/+4Star
* | socket: use iov_length()Nicolas Dichtel2015-01-151-10/+2Star
|/
* [regression] chunk lost from bd9b51Al Viro2014-12-191-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-171-19/+0Star
|\
| * make default ->i_fop have ->open() fail with ENXIOAl Viro2014-12-111-19/+0Star
* | put iov_iter into msghdrAl Viro2014-12-091-15/+12Star
* | net/socket.c : introduce helper function do_sock_sendmsg to replace reduplica...Gu Zheng2014-12-091-12/+10Star
* | fold verify_iovec() into copy_msghdr_from_user()Al Viro2014-11-191-40/+53
* | {compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro2014-11-191-30/+8Star
* | separate kernel- and userland-side msghdrAl Viro2014-11-191-13/+16
|/
* Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-10-111-1/+2
|\
| * security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton2014-09-091-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-0/+3
|\ \
| * | net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha2014-09-101-0/+3
* | | net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn2014-09-101-5/+2Star
|/ /
* | net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida2014-09-061-1/+1
* | net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn2014-09-061-2/+1Star
|/
* net-timestamp: sock_tx_timestamp() fixEric Dumazet2014-08-061-7/+13
* net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn2014-08-061-0/+2
* net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn2014-08-061-0/+3
* net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn2014-08-061-4/+4
* net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn2014-08-061-9/+11
* net: remove deprecated syststamp timestampWillem de Bruijn2014-07-291-8/+4Star
* net: use SYSCALL_DEFINEx for sys_recvJan Glauber2014-04-161-2/+2
* net: ptp: move PTP classifier in its own fileDaniel Borkmann2014-04-011-3/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-151-6/+11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-141-0/+4
| |\
| | * net: socket: error on a negative msg_namelenMatthew Leach2014-03-121-0/+4
| * | sockfd_lookup_light(): switch to fdget^W^Waway from fget_lightAl Viro2014-03-101-6/+7
| |/
* / socket: replace some printk with pr_*Yang Yingliang2014-02-141-7/+6Star
|/
* net: handle error more gracefully in socketpair()Yann Droneaud2013-12-111-18/+31
* Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2013-12-061-48/+9Star
|\
| * net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMPBen Hutchings2013-11-191-0/+1
| * net/compat: Merge multiple implementations of ifreq::ifr_data conversionBen Hutchings2013-11-191-43/+6Star
| * net/compat: Fix minor information leak in siocdevprivate_ioctl()Ben Hutchings2013-11-191-5/+2Star
* | net: clamp ->msg_namelen instead of returning an errorDan Carpenter2013-11-291-1/+1
* | net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa2013-11-211-1/+2
* | net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-211-8/+11
|/
* net: heap overflow in __audit_sockaddr()Dan Carpenter2013-10-031-4/+20
* Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-131-12/+3Star
|\
| * aio: Kill ki_dtorKent Overstreet2013-07-301-11/+2Star
| * aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-301-1/+1
* | kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers2013-09-121-25/+25
* | net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-021-1/+1
|/