summaryrefslogtreecommitdiffstats
path: root/include/linux/net.h
Commit message (Expand)AuthorAgeFilesLines
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-101-1/+1
* net: Add read_sock proto_opTom Herbert2016-08-291-0/+6
* tun: switch to use skb array for txJason Wang2016-07-011-0/+1
* net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUGJason A. Donenfeld2016-06-161-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-1/+9
|\
| * net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG caseTim Bingham2016-05-021-1/+9
* | [net] drop 'size' argument of sock_recvmsg()Al Viro2016-03-281-2/+1Star
|/
* net: Make sock_alloc exportableTom Herbert2016-03-091-0/+1
* net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-011-1/+6
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-3/+3
* net: move net_get_random_once to libHannes Frederic Sowa2015-10-081-17/+4Star
* net_dbg_ratelimited: turn into no-op when !DEBUGJason A. Donenfeld2015-08-071-0/+8
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-1/+1
* tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman2015-05-111-1/+0Star
* get rid of the size argument of sock_sendmsg()Al Viro2015-04-111-1/+1
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-6/+4Star
* net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa2014-05-141-11/+4Star
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-151-3/+0Star
* net: unix: allow set_peek_off to failSasha Levin2013-12-111-1/+1
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-211-0/+8
* net: make net_get_random_once irq safeHannes Frederic Sowa2013-10-261-1/+0Star
* net: fix build warnings because of net_get_random_once mergeHannes Frederic Sowa2013-10-211-0/+1
* net: introduce new macro net_get_random_onceHannes Frederic Sowa2013-10-201-0/+25
* net.h/skbuff.h: Remove extern from function prototypesJoe Perches2013-09-261-45/+37Star
* net: do not manually initialize enumeratorsJean Sacren2013-06-051-3/+3
* net: rename random32 to prandomAkinobu Mita2013-04-301-2/+2
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-38/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-1/+2
|\
| * unexport sock_map_fd(), switch to sock_alloc_file()Al Viro2012-09-271-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-301-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/+0Star
* 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-031-2/+1Star
* net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-021-5/+9
* net: CONFIG_COMPAT reduxAlexey Dobriyan2010-02-041-0/+4
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-061-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/+0Star
* | | net: pass kern to net_proto_family create functionEric Paris2009-11-061-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-131-0/+1
|/ /
* / net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-4/+4
|/
* [PATCH] net: kmemcheck annotation in struct socketEric Dumazet2009-09-151-0/+5