summaryrefslogtreecommitdiffstats
path: root/net/socket.c
AgeCommit message (Expand)AuthorLines
2015-03-20net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro-0/+4
2015-02-04net: switch sockets to ->read_iter/->write_iterAl Viro-29/+27
2015-02-04net/socket.c: fold do_sock_{read,write} into callersAl Viro-35/+21
2015-01-28net: remove sock_iocbChristoph Hellwig-41/+4
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+0
2015-01-27net: don't OOPS on socket aioChristoph Hellwig-3/+0
2015-01-17socket: use ki_nbytes instead of iov_length()Nicolas Dichtel-6/+4
2015-01-15socket: use iov_length()Nicolas Dichtel-10/+2
2014-12-19[regression] chunk lost from bd9b51Al Viro-1/+0
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-19/+0
2014-12-10make default ->i_fop have ->open() fail with ENXIOAl Viro-19/+0
2014-12-09put iov_iter into msghdrAl Viro-15/+12
2014-12-09net/socket.c : introduce helper function do_sock_sendmsg to replace reduplica...Gu Zheng-12/+10
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro-40/+53
2014-11-19{compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro-30/+8
2014-11-19separate kernel- and userland-side msghdrAl Viro-13/+16
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds-1/+2
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2014-09-09net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha-0/+3
2014-09-09net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn-5/+2
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton-1/+2
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida-1/+1
2014-09-05net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn-2/+1
2014-08-06net-timestamp: sock_tx_timestamp() fixEric Dumazet-7/+13
2014-08-05net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn-0/+2
2014-08-05net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn-0/+3
2014-08-05net-timestamp: move timestamp flags out of sk_flagsWillem de Bruijn-4/+4
2014-08-05net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn-9/+11
2014-07-29net: remove deprecated syststamp timestampWillem de Bruijn-8/+4
2014-04-16net: use SYSCALL_DEFINEx for sys_recvJan Glauber-2/+2
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann-3/+2
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+11
2014-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+4
2014-03-12net: socket: error on a negative msg_namelenMatthew Leach-0/+4
2014-03-10sockfd_lookup_light(): switch to fdget^W^Waway from fget_lightAl Viro-6/+7
2014-02-13socket: replace some printk with pr_*Yang Yingliang-7/+6
2013-12-10net: handle error more gracefully in socketpair()Yann Droneaud-18/+31
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller-48/+9
2013-11-29net: clamp ->msg_namelen instead of returning an errorDan Carpenter-1/+1
2013-11-20net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa-1/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa-8/+11
2013-11-19net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMPBen Hutchings-0/+1
2013-11-18net/compat: Merge multiple implementations of ifreq::ifr_data conversionBen Hutchings-43/+6
2013-11-18net/compat: Fix minor information leak in siocdevprivate_ioctl()Ben Hutchings-5/+2
2013-10-03net: heap overflow in __audit_sockaddr()Dan Carpenter-4/+20
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds-12/+3
2013-09-11kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers-25/+25
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang-1/+1
2013-07-30aio: Kill ki_dtorKent Overstreet-11/+2
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet-1/+1