summaryrefslogtreecommitdiffstats
path: root/include/linux/net.h
AgeCommit message (Expand)Author
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-15net: Fix a typo in comment about sock flags.Tonghao Zhang
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert
2017-06-19random: add get_random_{bytes,u32,u64,int,long,once}_wait familyJason A. Donenfeld
2017-04-17l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran
2017-04-06New kernel function to get IP overhead on a socket.R. Parameswaran
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2016-08-28net: Add read_sock proto_opTom Herbert
2016-07-01tun: switch to use skb array for txJason Wang
2016-06-15net: Don't forget pr_fmt on net_dbg_ratelimited for CONFIG_DYNAMIC_DEBUGJason A. Donenfeld
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-01net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG caseTim Bingham
2016-03-28[net] drop 'size' argument of sock_recvmsg()Al Viro
2016-03-09net: Make sock_alloc exportableTom Herbert
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa
2015-08-06net_dbg_ratelimited: turn into no-op when !DEBUGJason A. Donenfeld
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman
2015-04-11get rid of the size argument of sock_sendmsg()Al Viro
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2014-05-14net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-12-10net: unix: allow set_peek_off to failSasha Levin
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-10-25net: make net_get_random_once irq safeHannes Frederic Sowa
2013-10-21net: fix build warnings because of net_get_random_once mergeHannes Frederic Sowa
2013-10-19net: introduce new macro net_get_random_onceHannes Frederic Sowa
2013-09-26net.h/skbuff.h: Remove extern from function prototypesJoe Perches
2013-06-04net: do not manually initialize enumeratorsJean Sacren
2013-04-29net: rename random32 to prandomAkinobu Mita
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro
2012-07-22net: netprio_cgroup: rework update socket logicJohn Fastabend
2012-07-20tun: fix a crash bug and a memory leakMikulas Patocka
2012-05-29net: add MODULE_ALIAS_NET_PF_PROTO_NAMENeil Horman
2012-05-15net: Add net_ratelimited_function and net_<level>_ratelimited macrosJoe Perches
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov
2011-05-27net: Kill ratelimit.h dependency in linux/net.hDavid S. Miller
2011-05-05net: Add sendmmsg socket system callAnton Blanchard
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet
2010-10-01net: Export __sock_createPavel Emelyanov
2010-07-02linux/net.h: fix kernel-doc warningsRandy Dunlap
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-02-03net: CONFIG_COMPAT reduxAlexey Dobriyan
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds