summaryrefslogtreecommitdiffstats
path: root/include/linux/net.h
Commit message (Expand)AuthorAgeFilesLines
* net: rename random32 to prandomAkinobu Mita2013-04-291-2/+2
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-38/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-1/+2
|\
| * unexport sock_map_fd(), switch to sock_alloc_file()Al Viro2012-09-261-1/+2
|/
* net: netprio_cgroup: rework update socket logicJohn Fastabend2012-07-221-0/+1
* tun: fix a crash bug and a memory leakMikulas Patocka2012-07-201-0/+1
* net: add MODULE_ALIAS_NET_PF_PROTO_NAMENeil Horman2012-05-291-0/+3
* net: Add net_ratelimited_function and net_<level>_ratelimited macrosJoe Perches2012-05-151-0/+23
* sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov2012-02-211-0/+1
* net: Kill ratelimit.h dependency in linux/net.hDavid S. Miller2011-05-271-6/+0
* net: Add sendmmsg socket system callAnton Blanchard2011-05-051-0/+1
* net: add __rcu annotations to sk_wq and wqEric Dumazet2011-02-221-1/+2
* net: Export __sock_createPavel Emelyanov2010-10-011-0/+2
* linux/net.h: fix kernel-doc warningsRandy Dunlap2010-07-021-2/+1
* net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-011-5/+9
* net: CONFIG_COMPAT reduxAlexey Dobriyan2010-02-031-0/+4
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-051-0/+1
|\
| * Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-051-0/+1
| |\
| | * printk: Remove ratelimit.h from kernel.hIngo Molnar2009-09-221-0/+1
* | | net: kill proto_ops wrapperArnd Bergmann2009-11-071-83/+0
* | | net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
* | | net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build timeCyrill Gorcunov2009-10-291-0/+3
* | | net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2009-10-121-0/+1
|/ /
* / net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-4/+4
|/
* [PATCH] net: kmemcheck annotation in struct socketEric Dumazet2009-09-151-0/+5
* net: reorder fields of struct socketEric Dumazet2009-03-151-2/+6
* reintroduce accept4Ulrich Drepper2008-11-191-4/+2
* Fix userspace export of <linux/net.h>David Woodhouse2008-08-261-7/+7
* printk ratelimiting rewriteDave Young2008-07-251-2/+1
* flag parameters: NONBLOCK in socket and socketpairUlrich Drepper2008-07-241-1/+1
* flag parameters: paccept w/out set_restore_sigmaskUlrich Drepper2008-07-241-0/+3
* flag parameters: pacceptUlrich Drepper2008-07-241-0/+3
* flag parameters: socket and socketpairUlrich Drepper2008-07-241-1/+8
* net: remove padding from struct socket on 64bit & increase objects/cacheRichard Kennedy2008-07-081-2/+2
* [NET]: NPROTO is redundant; it's equal to AF_MAX/PF_MAX.Rusty Russell2008-03-221-1/+2
* [NET]: Remove the empty net_tablePavel Emelyanov2008-01-281-1/+0
* [NET]: Name magic constants in sock_wake_async()Pavel Emelyanov2008-01-281-0/+7
* [TCP]: Splice receive support.Jens Axboe2008-01-281-0/+3
* [NET]: Add the helper kernel_sock_shutdown()Trond Myklebust2007-11-121-0/+8
* [INET]: Let inet_diag and friends autoloadJean Delvare2007-10-221-0/+4
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-1/+2
* [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells2007-04-261-1/+1
* [S390]: Add AF_IUCV socket supportJennifer Hunt2007-02-081-1/+1
* [NET]: Don't export linux/random.h outside __KERNEL__.David Woodhouse2006-12-311-1/+1
* [NET]: Annotate net_srandom().Al Viro2006-12-021-1/+1
* [PATCH] rename net_random to random32Stephen Hemminger2006-10-171-3/+4
* [NET]: sock_register interface changesStephen Hemminger2006-09-221-2/+2
* [NET]: drop unused elements from net_proto_familyStephen Hemminger2006-09-221-5/+0
* [NET]: Round out in-kernel sockets APISridhar Samudrala2006-09-221-0/+19
* [AF_UNIX]: Datagram getpeersecCatherine Zhang2006-06-291-0/+1