Age | Commit message (Expand) | Author | Files | Lines |
2012-08-09 | tun: fix a crash bug and a memory leak | Mikulas Patocka | 1 | -0/+1 |
2012-02-22 | sock: Introduce the SO_PEEK_OFF sock option | Pavel Emelyanov | 1 | -0/+1 |
2011-05-27 | net: Kill ratelimit.h dependency in linux/net.h | David S. Miller | 1 | -6/+0 |
2011-05-05 | net: Add sendmmsg socket system call | Anton Blanchard | 1 | -0/+1 |
2011-02-22 | net: add __rcu annotations to sk_wq and wq | Eric Dumazet | 1 | -1/+2 |
2010-10-02 | net: Export __sock_create | Pavel Emelyanov | 1 | -0/+2 |
2010-07-03 | linux/net.h: fix kernel-doc warnings | Randy Dunlap | 1 | -2/+1 |
2010-05-02 | net: sock_def_readable() and friends RCU conversion | Eric Dumazet | 1 | -5/+9 |
2010-02-04 | net: CONFIG_COMPAT redux | Alexey Dobriyan | 1 | -0/+4 |
2009-12-06 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -0/+1 |
2009-12-05 | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2009-11-07 | net: kill proto_ops wrapper | Arnd Bergmann | 1 | -83/+0 |
2009-11-06 | net: pass kern to net_proto_family create function | Eric Paris | 1 | -1/+2 |
2009-10-29 | net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build time | Cyrill Gorcunov | 1 | -0/+3 |
2009-10-13 | net: Introduce recvmmsg socket syscall | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2009-10-01 | net: Make setsockopt() optlen be unsigned. | David S. Miller | 1 | -4/+4 |
2009-09-22 | printk: Remove ratelimit.h from kernel.h | Ingo Molnar | 1 | -0/+1 |
2009-09-15 | [PATCH] net: kmemcheck annotation in struct socket | Eric Dumazet | 1 | -0/+5 |
2009-03-16 | net: reorder fields of struct socket | Eric Dumazet | 1 | -2/+6 |
2008-11-20 | reintroduce accept4 | Ulrich Drepper | 1 | -4/+2 |
2008-08-26 | Fix userspace export of <linux/net.h> | David Woodhouse | 1 | -7/+7 |
2008-07-25 | printk ratelimiting rewrite | Dave Young | 1 | -2/+1 |
2008-07-24 | flag parameters: NONBLOCK in socket and socketpair | Ulrich Drepper | 1 | -1/+1 |
2008-07-24 | flag parameters: paccept w/out set_restore_sigmask | Ulrich Drepper | 1 | -0/+3 |
2008-07-24 | flag parameters: paccept | Ulrich Drepper | 1 | -0/+3 |
2008-07-24 | flag parameters: socket and socketpair | Ulrich Drepper | 1 | -1/+8 |
2008-07-08 | net: remove padding from struct socket on 64bit & increase objects/cache | Richard Kennedy | 1 | -2/+2 |
2008-03-23 | [NET]: NPROTO is redundant; it's equal to AF_MAX/PF_MAX. | Rusty Russell | 1 | -1/+2 |
2008-01-29 | [NET]: Remove the empty net_table | Pavel Emelyanov | 1 | -1/+0 |
2008-01-29 | [NET]: Name magic constants in sock_wake_async() | Pavel Emelyanov | 1 | -0/+7 |
2008-01-29 | [TCP]: Splice receive support. | Jens Axboe | 1 | -0/+3 |
2007-11-13 | [NET]: Add the helper kernel_sock_shutdown() | Trond Myklebust | 1 | -0/+8 |
2007-10-22 | [INET]: Let inet_diag and friends autoload | Jean Delvare | 1 | -0/+4 |
2007-10-11 | [NET]: Make socket creation namespace safe. | Eric W. Biederman | 1 | -1/+2 |
2007-04-27 | [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both | David Howells | 1 | -1/+1 |
2007-02-09 | [S390]: Add AF_IUCV socket support | Jennifer Hunt | 1 | -1/+1 |
2007-01-01 | [NET]: Don't export linux/random.h outside __KERNEL__. | David Woodhouse | 1 | -1/+1 |
2006-12-03 | [NET]: Annotate net_srandom(). | Al Viro | 1 | -1/+1 |
2006-10-17 | [PATCH] rename net_random to random32 | Stephen Hemminger | 1 | -3/+4 |
2006-09-23 | [NET]: sock_register interface changes | Stephen Hemminger | 1 | -2/+2 |
2006-09-23 | [NET]: drop unused elements from net_proto_family | Stephen Hemminger | 1 | -5/+0 |
2006-09-23 | [NET]: Round out in-kernel sockets API | Sridhar Samudrala | 1 | -0/+19 |
2006-06-30 | [AF_UNIX]: Datagram getpeersec | Catherine Zhang | 1 | -0/+1 |
2006-04-26 | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 1 | -1/+0 |
2006-04-25 | Don't include <linux/stringify> from user-visible part of linux/net.h | David Woodhouse | 1 | -1/+1 |
2006-03-22 | [NET]: allow 32 bit socket ioctl in 64 bit kernel | Shaun Pereira | 1 | -0/+6 |
2006-03-21 | [NET]: {get|set}sockopt compatibility layer | Dmitry Mishin | 1 | -0/+4 |
2006-01-04 | [NET]: move struct proto_ops to const | Eric Dumazet | 1 | -2/+2 |
2005-11-07 | [PATCH] kernel-doc: fix some kernel-api warnings | Randy Dunlap | 1 | -0/+1 |
2005-08-30 | [NET]: Fix sparse warnings | Arnaldo Carvalho de Melo | 1 | -0/+7 |