| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-04-15 | VFS: net/: d_inode() annotations | David Howells | 1 | -3/+3 |
| 2015-04-11 | make new_sync_{read,write}() static | Al Viro | 1 | -2/+0 |
| 2015-04-11 | new helper: msg_data_left() | Al Viro | 1 | -2/+2 |
| 2015-04-11 | get rid of the size argument of sock_sendmsg() | Al Viro | 1 | -13/+14 |
| 2015-04-09 | switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec() | Al Viro | 1 | -17/+3 |
| 2015-04-09 | net: switch importing msghdr from userland to {compat_,}import_iovec() | Al Viro | 1 | -19/+12 |
| 2015-04-09 | net: switch sendto() and recvfrom() to import_single_range() | Al Viro | 1 | -16/+8 |
| 2015-04-09 | Merge branch 'iocb' into for-davem | Al Viro | 1 | -3/+3 |
| 2015-03-23 | net: socket: add support for async operations | tadeusz.struk@intel.com | 1 | -2/+6 |
| 2015-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
| 2015-03-20 | net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfrom | Al Viro | 1 | -0/+4 |
| 2015-03-13 | fs: don't allow to complete sync iocbs through aio_complete | Christoph Hellwig | 1 | -6/+3 |
| 2015-03-12 | fs: remove ki_nbytes | Christoph Hellwig | 1 | -3/+3 |
| 2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -65/+13 |
| 2015-03-02 | net: move skb->dropcount to skb->cb[] | Eyal Birger | 1 | -2/+2 |
| 2015-02-04 | net: switch sockets to ->read_iter/->write_iter | Al Viro | 1 | -29/+27 |
| 2015-02-04 | net/socket.c: fold do_sock_{read,write} into callers | Al Viro | 1 | -35/+21 |
| 2015-01-28 | net: remove sock_iocb | Christoph Hellwig | 1 | -41/+4 |
| 2015-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+0 |
| 2015-01-27 | net: don't OOPS on socket aio | Christoph Hellwig | 1 | -3/+0 |
| 2015-01-17 | socket: use ki_nbytes instead of iov_length() | Nicolas Dichtel | 1 | -6/+4 |
| 2015-01-15 | socket: use iov_length() | Nicolas Dichtel | 1 | -10/+2 |
| 2014-12-19 | [regression] chunk lost from bd9b51 | Al Viro | 1 | -1/+0 |
| 2014-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -19/+0 |
| 2014-12-10 | make default ->i_fop have ->open() fail with ENXIO | Al Viro | 1 | -19/+0 |
| 2014-12-09 | put iov_iter into msghdr | Al Viro | 1 | -15/+12 |
| 2014-12-09 | net/socket.c : introduce helper function do_sock_sendmsg to replace reduplica... | Gu Zheng | 1 | -12/+10 |
| 2014-11-19 | fold verify_iovec() into copy_msghdr_from_user() | Al Viro | 1 | -40/+53 |
| 2014-11-19 | {compat_,}verify_iovec(): switch to generic copying of iovecs | Al Viro | 1 | -30/+8 |
| 2014-11-19 | separate kernel- and userland-side msghdr | Al Viro | 1 | -13/+16 |
| 2014-10-11 | Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux | Linus Torvalds | 1 | -1/+2 |
| 2014-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
| 2014-09-09 | net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru... | Ani Sinha | 1 | -0/+3 |
| 2014-09-09 | net-timestamp: optimize sock_tx_timestamp default path | Willem de Bruijn | 1 | -5/+2 |
| 2014-09-09 | security: make security_file_set_fowner, f_setown and __f_setown void return | Jeff Layton | 1 | -1/+2 |
| 2014-09-05 | net: treewide: Fix typo found in DocBook/networking.xml | Masanari Iida | 1 | -1/+1 |
| 2014-09-05 | net-timestamp: only report sw timestamp if reporting bit is set | Willem de Bruijn | 1 | -2/+1 |
| 2014-08-06 | net-timestamp: sock_tx_timestamp() fix | Eric Dumazet | 1 | -7/+13 |
| 2014-08-05 | net-timestamp: ACK timestamp for bytestreams | Willem de Bruijn | 1 | -0/+2 |
| 2014-08-05 | net-timestamp: SCHED timestamp on entering packet scheduler | Willem de Bruijn | 1 | -0/+3 |
| 2014-08-05 | net-timestamp: move timestamp flags out of sk_flags | Willem de Bruijn | 1 | -4/+4 |
| 2014-08-05 | net-timestamp: extend SCM_TIMESTAMPING ancillary data struct | Willem de Bruijn | 1 | -9/+11 |
| 2014-07-29 | net: remove deprecated syststamp timestamp | Willem de Bruijn | 1 | -8/+4 |
| 2014-04-16 | net: use SYSCALL_DEFINEx for sys_recv | Jan Glauber | 1 | -2/+2 |
| 2014-04-01 | net: ptp: move PTP classifier in its own file | Daniel Borkmann | 1 | -3/+2 |
| 2014-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+11 |
| 2014-03-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+4 |
| 2014-03-12 | net: socket: error on a negative msg_namelen | Matthew Leach | 1 | -0/+4 |
| 2014-03-10 | sockfd_lookup_light(): switch to fdget^W^Waway from fget_light | Al Viro | 1 | -6/+7 |
| 2014-02-13 | socket: replace some printk with pr_* | Yang Yingliang | 1 | -7/+6 |
| 2013-12-10 | net: handle error more gracefully in socketpair() | Yann Droneaud | 1 | -18/+31 |
| 2013-12-05 | Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git... | David S. Miller | 1 | -48/+9 |
| 2013-11-29 | net: clamp ->msg_namelen instead of returning an error | Dan Carpenter | 1 | -1/+1 |
| 2013-11-20 | net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto... | Hannes Frederic Sowa | 1 | -1/+2 |
| 2013-11-20 | net: rework recvmsg handler msg_name and msg_namelen logic | Hannes Frederic Sowa | 1 | -8/+11 |
| 2013-11-19 | net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMP | Ben Hutchings | 1 | -0/+1 |
| 2013-11-18 | net/compat: Merge multiple implementations of ifreq::ifr_data conversion | Ben Hutchings | 1 | -43/+6 |
| 2013-11-18 | net/compat: Fix minor information leak in siocdevprivate_ioctl() | Ben Hutchings | 1 | -5/+2 |
| 2013-10-03 | net: heap overflow in __audit_sockaddr() | Dan Carpenter | 1 | -4/+20 |
| 2013-09-13 | Merge git://git.kvack.org/~bcrl/aio-next | Linus Torvalds | 1 | -12/+3 |
| 2013-09-11 | kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user() | Mathieu Desnoyers | 1 | -25/+25 |
| 2013-08-01 | net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL | Cong Wang | 1 | -1/+1 |
| 2013-07-30 | aio: Kill ki_dtor | Kent Overstreet | 1 | -11/+2 |
| 2013-07-30 | aio: Kill aio_rw_vect_retry() | Kent Overstreet | 1 | -1/+1 |
| 2013-07-10 | net: rename busy poll socket op and globals | Eliezer Tamir | 1 | -2/+2 |
| 2013-07-10 | net: rename include/net/ll_poll.h to include/net/busy_poll.h | Eliezer Tamir | 1 | -1/+1 |
| 2013-07-08 | net: rename low latency sockets functions to busy poll | Eliezer Tamir | 1 | -6/+6 |
| 2013-06-25 | net: poll/select low latency socket support | Eliezer Tamir | 1 | -1/+13 |
| 2013-06-17 | net: add socket option for low latency polling | Eliezer Tamir | 1 | -1/+0 |
| 2013-06-17 | net: change sysctl_net_ll_poll into an unsigned int | Eliezer Tamir | 1 | -1/+1 |
| 2013-06-10 | net: add low latency socket poll | Eliezer Tamir | 1 | -0/+6 |
| 2013-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -39/+33 |
| 2013-06-06 | net: Unbreak compat_sys_{send,recv}msg | Andy Lutomirski | 1 | -39/+33 |
| 2013-06-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller | 1 | -1/+3 |
| 2013-05-28 | net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msg | Andy Lutomirski | 1 | -2/+31 |
| 2013-05-23 | netfilter: don't panic on error while walking through the init path | Pablo Neira Ayuso | 1 | -1/+3 |
| 2013-05-11 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 1 | -2/+4 |
| 2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -9/+0 |
| 2013-04-29 | sock_close() couldn't have been called with NULL inode since at least 2.1.early | Al Viro | 1 | -9/+0 |
| 2013-04-19 | net: socket: move ktime2ts to ktime header api | Daniel Borkmann | 1 | -16/+4 |
| 2013-04-14 | net: sock: make sock_tx_timestamp void | Daniel Borkmann | 1 | -2/+1 |
| 2013-04-10 | kernel: audit: beautify code, for extern function, better to check its parame... | Chen Gang | 1 | -2/+4 |
| 2013-02-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+2 |
| 2013-02-26 | get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zero | Al Viro | 1 | -1/+0 |
| 2013-02-22 | fs: Preserve error code in get_empty_filp(), part 2 | Anatol Pomozov | 1 | -2/+2 |
| 2013-02-11 | ethtool: fix sparse warning | Stephen Hemminger | 1 | -9/+9 |
| 2013-01-31 | wanrouter: completely decouple obsolete code from kernel. | Paul Gortmaker | 1 | -1/+0 |
| 2012-10-26 | cgroup: net_cls: Rework update socket logic | Daniel Wagner | 1 | -8/+0 |
| 2012-10-26 | cgroup: net_cls: Pass in task to sock_update_classid() | Daniel Wagner | 1 | -4/+4 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -26/+42 |
| 2012-09-27 | net: remove sk_init() helper | Eric Dumazet | 1 | -6/+0 |
| 2012-09-26 | unexport sock_map_fd(), switch to sock_alloc_file() | Al Viro | 1 | -3/+3 |
| 2012-09-26 | take descriptor handling from sock_alloc_file() to callers | Al Viro | 1 | -22/+40 |
| 2012-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2012-09-05 | Fix order of arguments to compat_put_time[spec|val] | Mikulas Patocka | 1 | -2/+2 |
| 2012-09-04 | net: Providing protocol type via system.sockprotoname xattr of /proc/PID/fd e... | Masatake YAMATO | 1 | -5/+78 |
| 2012-08-15 | net: fix info leak in compat dev_ifconf() | Mathias Krause | 1 | -0/+1 |
| 2012-07-22 | net: netprio_cgroup: rework update socket logic | John Fastabend | 1 | -3/+2 |
| 2012-07-20 | tun: fix a crash bug and a memory leak | Mikulas Patocka | 1 | -0/+3 |
| 2012-05-22 | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe... | Linus Torvalds | 1 | -2/+2 |
| 2012-05-15 | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 1 | -2/+1 |
| 2012-05-14 | net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxx | Alex Shi | 1 | -2/+2 |
| 2012-04-21 | net: change big iov allocations | Eric Dumazet | 1 | -21/+16 |
| 2012-04-20 | net sysctl: Initialize the network sysctls sooner to avoid problems. | Eric W. Biederman | 1 | -0/+6 |
| 2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 1 | -9/+9 |
| 2012-04-05 | tcp: tcp_sendpages() should call tcp_push() once | Eric Dumazet | 1 | -3/+3 |
| 2012-03-29 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -10/+8 |
| 2012-03-11 | net: get rid of some pointless casts to sockaddr | Maciej Żenczykowski | 1 | -22/+14 |
| 2012-02-20 | compat: Handle COMPAT_USE_64BIT_TIME in net/socket.c | H. Peter Anvin | 1 | -10/+8 |
| 2012-01-12 | net: reintroduce missing rcu_assign_pointer() calls | Eric Dumazet | 1 | -1/+1 |
| 2012-01-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+21 |
| 2012-01-05 | vfs: fix up ENOIOCTLCMD error handling | Linus Torvalds | 1 | -15/+1 |
| 2012-01-04 | ethtool: Allow drivers to select RX NFC rule locations | Ben Hutchings | 1 | -1/+1 |
| 2011-11-22 | net: add network priority cgroup infrastructure (v4) | Neil Horman | 1 | -0/+2 |
| 2011-11-09 | net: add wireless TX status socket option | Johannes Berg | 1 | -0/+18 |
| 2011-09-22 | Merge branch 'master' of github.com:davem330/net | David S. Miller | 1 | -4/+6 |
| 2011-08-24 | sendmmsg/sendmsg: fix unsafe user pointer access | Mathieu Desnoyers | 1 | -4/+6 |
| 2011-08-07 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -33/+40 |
| 2011-08-05 | net: Fix security_socket_sendmsg() bypass problem. | Tetsuo Handa | 1 | -9/+34 |
| 2011-08-05 | net: Cap number of elements for sendmmsg | Anton Blanchard | 1 | -0/+3 |
| 2011-08-05 | net: sendmmsg should only return an error if no messages were sent | Anton Blanchard | 1 | -24/+3 |
| 2011-08-02 | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER | Stephen Hemminger | 1 | -2/+2 |
| 2011-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
| 2011-07-27 | net: sock_sendmsg_nosec() is static | Eric Dumazet | 1 | -1/+1 |
| 2011-07-26 | vfs: dont chain pipe/anon/socket on superblock s_inodes list | Eric Dumazet | 1 | -1/+1 |
| 2011-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -52/+167 |
| 2011-05-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+4 |
| 2011-05-17 | net: recvmmsg: Strip MSG_WAITFORONE when calling recvmsg | Anton Blanchard | 1 | -2/+4 |
| 2011-05-07 | net,rcu: convert call_rcu(wq_free_rcu) to kfree_rcu() | Lai Jiangshan | 1 | -10/+1 |
| 2011-05-05 | net: Add sendmmsg socket system call | Anton Blanchard | 1 | -43/+156 |
| 2011-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2011-04-11 | v3 ethtool: add ntuple flow specifier data to network flow classifier | Alexander Duyck | 1 | -7/+7 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-18 | ethtool: Compat handling for struct ethtool_rxnfc | Ben Hutchings | 1 | -7/+107 |
| 2011-02-23 | socket: suppress sparse warnings | stephen hemminger | 1 | -3/+5 |
| 2011-02-22 | net: add __rcu annotations to sk_wq and wq | Eric Dumazet | 1 | -9/+14 |
| 2011-01-12 | pass default dentry_operations to mount_pseudo() | Al Viro | 1 | -15/+15 |
| 2011-01-07 | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+20 |
| 2011-01-07 | fs: scale mntget/mntput | Nick Piggin | 1 | -2/+17 |
| 2011-01-07 | fs: improve scalability of pseudo filesystems | Nick Piggin | 1 | -1/+1 |
| 2011-01-07 | fs: dcache reduce branches in lookup path | Nick Piggin | 1 | -1/+1 |
| 2011-01-07 | fs: avoid inode RCU freeing for pseudo fs | Nick Piggin | 1 | -8/+9 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -8/+8 |
| 2010-12-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+15 |
| 2010-12-10 | net: Document the kernel_recvmsg() function | Martin Lucina | 1 | -0/+15 |
| 2010-11-12 | net: net_families __rcu annotations | Eric Dumazet | 1 | -5/+6 |
| 2010-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+4 |
| 2010-10-30 | net: Truncate recvfrom and sendto length to INT_MAX. | Linus Torvalds | 1 | -0/+4 |
| 2010-10-29 | convert get_sb_pseudo() users | Al Viro | 1 | -6/+4 |
| 2010-10-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+2 |
| 2010-10-26 | Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+2 |
| 2010-10-25 | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 1 | -0/+1 |
| 2010-10-25 | new helper: ihold() | Al Viro | 1 | -1/+1 |
| 2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -14/+23 |
| 2010-10-21 | socket: localize functions | stephen hemminger | 1 | -3/+4 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
| 2010-10-01 | net: Export __sock_create | Pavel Emelyanov | 1 | -1/+2 |
| 2010-09-08 | net: remove address space warnings in net/socket.c | Namhyung Kim | 1 | -6/+15 |
| 2010-08-19 | net: simplify flags for tx timestamping | Oliver Hartkopp | 1 | -5/+4 |
| 2010-07-18 | net: support time stamping in phy devices. | Richard Cochran | 1 | -0/+4 |
| 2010-07-18 | net: Remove MAX_SOCK_ADDR constant | Tetsuo Handa | 1 | -9/+0 |
| 2010-06-03 | From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001 | Eric Dumazet | 1 | -85/+79 |
| 2010-05-24 | cls_cgroup: Store classid in struct sock | Herbert Xu | 1 | -0/+9 |
| 2010-05-17 | net: Remove unnecessary semicolons after switch statements | Joe Perches | 1 | -1/+1 |
| 2010-05-01 | net: sock_def_readable() and friends RCU conversion | Eric Dumazet | 1 | -11/+36 |
| 2010-04-30 | net: speedup sock_recv_ts_and_drops() | Eric Dumazet | 1 | -2/+2 |
| 2010-04-21 | fasync: RCU and fine grained locking | Eric Dumazet | 1 | -62/+11 |
| 2010-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
| 2010-04-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+4 |
| 2010-04-06 | socket: remove duplicate declaration of struct timespec | Hagen Paul Pfeifer | 1 | -3/+2 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-27 | net: Add MSG_WAITFORONE flag to recvmmsg | Brandon L Black | 1 | -0/+4 |
| 2009-12-17 | fs: no games with DCACHE_UNHASHED | Nick Piggin | 1 | -19/+0 |
| 2009-12-16 | switch alloc_file() to passing struct path | Al Viro | 1 | -8/+9 |
| 2009-12-16 | switch sock_alloc_file() to alloc_file() | Al Viro | 1 | -11/+11 |
| 2009-12-16 | merge sock_alloc_fd/sock_attach_fd into a new helper | Al Viro | 1 | -57/+23 |
| 2009-12-16 | reorder alloc_fd/attach_fd in socketpair() | Al Viro | 1 | -17/+14 |
| 2009-12-02 | net: compat_mmsghdr must be used in sys_recvmmsg | Jean-Mickael Guerin | 1 | -6/+18 |
| 2009-11-11 | net/atm: move all compat_ioctl handling to atm/ioctl.c | Arnd Bergmann | 1 | -218/+0 |
| 2009-11-11 | net/compat: fix dev_ifsioc emulation corner cases | Arnd Bergmann | 1 | -45/+72 |
| 2009-11-08 | net/compat_ioctl: support SIOCWANDEV | Arnd Bergmann | 1 | -0/+23 |
| 2009-11-08 | net, compat_ioctl: fix SIOCGMII ioctls | Arnd Bergmann | 1 | -0/+3 |
| 2009-11-06 | net, compat_ioctl: handle more ioctls correctly | Arnd Bergmann | 1 | -14/+17 |
| 2009-11-06 | compat: move sockios handling to net/socket.c | Arnd Bergmann | 1 | -228/+240 |
| 2009-11-06 | net: copy socket ioctl code to net/socket.h | Arnd Bergmann | 1 | -0/+716 |
| 2009-11-05 | net: pass kern to net_proto_family create function | Eric Paris | 1 | -1/+1 |
| 2009-10-12 | net: Introduce recvmmsg socket syscall | Arnaldo Carvalho de Melo | 1 | -42/+183 |
| 2009-10-12 | net: Generalize socket rx gap / receive queue overflow cmsg | Neil Horman | 1 | -0/+15 |
| 2009-10-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -2/+2 |
| 2009-10-07 | wext: refactor | Johannes Berg | 1 | -2/+2 |
| 2009-10-06 | net: speedup sk_wake_async() | Eric Dumazet | 1 | -0/+3 |
| 2009-09-30 | net: Make setsockopt() optlen be unsigned. | David S. Miller | 1 | -1/+1 |
| 2009-09-28 | net: Add explicit bound checks in net/socket.c | Arjan van de Ven | 1 | -1/+6 |
| 2009-09-23 | Move magic numbers into magic.h | Nick Black | 1 | -2/+1 |
| 2009-09-22 | const: mark remaining super_operations const | Alexey Dobriyan | 1 | -1/+1 |
| 2009-09-15 | [PATCH] net: kmemcheck annotation in struct socket | Eric Dumazet | 1 | -0/+1 |
| 2009-08-13 | Make sock_sendpage() use kernel_sendpage() | Linus Torvalds | 1 | -1/+1 |
| 2009-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -4/+2 |
| 2009-04-04 | socket: use percpu_add() while updating sockets_in_use | Eric Dumazet | 1 | -4/+2 |
| 2009-03-28 | lsm: Remove the socket_post_accept() hook | Paul Moore | 1 | -2/+0 |