Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bf3a33cec8d8b380647c9bbf17439e0c1695ba43
/
include
/
linux
/
net.h
8d56436
net: rename random32 to prandom
by Akinobu Mita
· 12 years ago
607ca46
UAPI: (Scripted) Disintegrate include/linux
by David Howells
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
56b31d1
unexport sock_map_fd(), switch to sock_alloc_file()
by Al Viro
· 12 years ago
406a3c6
net: netprio_cgroup: rework update socket logic
by John Fastabend
· 12 years ago
b09e786
tun: fix a crash bug and a memory leak
by Mikulas Patocka
· 12 years ago
2033e9b
net: add MODULE_ALIAS_NET_PF_PROTO_NAME
by Neil Horman
· 12 years ago
3a3bfb6
net: Add net_ratelimited_function and net_<level>_ratelimited macros
by Joe Perches
· 12 years ago
ef64a54
sock: Introduce the SO_PEEK_OFF sock option
by Pavel Emelyanov
· 13 years ago
c5c177b
net: Kill ratelimit.h dependency in linux/net.h
by David S. Miller
· 13 years ago
228e548
net: Add sendmmsg socket system call
by Anton Blanchard
· 14 years ago
eaefd11
net: add __rcu annotations to sk_wq and wq
by Eric Dumazet
· 14 years ago
721db93
net: Export __sock_create
by Pavel Emelyanov
· 14 years ago
e2aec37
linux/net.h: fix kernel-doc warnings
by Randy Dunlap
· 14 years ago
4381548
net: sock_def_readable() and friends RCU conversion
by Eric Dumazet
· 15 years ago
1621e09
net: CONFIG_COMPAT redux
by Alexey Dobriyan
· 15 years ago
28b4d5c
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
d0b093a
Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
b215c57
net: kill proto_ops wrapper
by Arnd Bergmann
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 15 years ago
38bfd8f
net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build time
by Cyrill Gorcunov
· 15 years ago
a2e2725
net: Introduce recvmmsg socket syscall
by Arnaldo Carvalho de Melo
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
3fff4c4
printk: Remove ratelimit.h from kernel.h
by Ingo Molnar
· 15 years ago
29a020d
[PATCH] net: kmemcheck annotation in struct socket
by Eric Dumazet
· 15 years ago
8bdd663
net: reorder fields of struct socket
by Eric Dumazet
· 16 years ago
de11def
reintroduce accept4
by Ulrich Drepper
· 16 years ago
5770a3f
Fix userspace export of <linux/net.h>
by David Woodhouse
· 16 years ago
717115e
printk ratelimiting rewrite
by Dave Young
· 16 years ago
77d2720
flag parameters: NONBLOCK in socket and socketpair
by Ulrich Drepper
· 16 years ago
c019bbc
flag parameters: paccept w/out set_restore_sigmask
by Ulrich Drepper
· 16 years ago
aaca0bd
flag parameters: paccept
by Ulrich Drepper
· 16 years ago
a677a03
flag parameters: socket and socketpair
by Ulrich Drepper
· 16 years ago
2c69361
net: remove padding from struct socket on 64bit & increase objects/cache
by Richard Kennedy
· 16 years ago
0098b72
[NET]: NPROTO is redundant; it's equal to AF_MAX/PF_MAX.
by Rusty Russell
· 17 years ago
0891368
[NET]: Remove the empty net_table
by Pavel Emelyanov
· 17 years ago
8d8ad9d
[NET]: Name magic constants in sock_wake_async()
by Pavel Emelyanov
· 17 years ago
9c55e01
[TCP]: Splice receive support.
by Jens Axboe
· 17 years ago
91cf45f
[NET]: Add the helper kernel_sock_shutdown()
by Trond Myklebust
· 17 years ago
305e1e9
[INET]: Let inet_diag and friends autoload
by Jean Delvare
· 17 years ago
1b8d7ae
[NET]: Make socket creation namespace safe.
by Eric W. Biederman
· 17 years ago
17926a7
[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both
by David Howells
· 18 years ago
eac3731
[S390]: Add AF_IUCV socket support
by Jennifer Hunt
· 18 years ago
cb4db4c
[NET]: Don't export linux/random.h outside __KERNEL__.
by David Woodhouse
· 18 years ago
a64b78a
[NET]: Annotate net_srandom().
by Al Viro
· 18 years ago
aaa248f
[PATCH] rename net_random to random32
by Stephen Hemminger
· 18 years ago
f0fd27d
[NET]: sock_register interface changes
by Stephen Hemminger
· 18 years ago
757dbb4
[NET]: drop unused elements from net_proto_family
by Stephen Hemminger
· 18 years ago
ac5a488
[NET]: Round out in-kernel sockets API
by Sridhar Samudrala
· 18 years ago
877ce7c
[AF_UNIX]: Datagram getpeersec
by Catherine Zhang
· 18 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
eacf17b
Don't include <linux/stringify> from user-visible part of linux/net.h
by David Woodhouse
· 19 years ago
89bbfc9
[NET]: allow 32 bit socket ioctl in 64 bit kernel
by Shaun Pereira
· 19 years ago
3fdadf7
[NET]: {get|set}sockopt compatibility layer
by Dmitry Mishin
· 19 years ago
90ddc4f
[NET]: move struct proto_ops to const
by Eric Dumazet
· 19 years ago
8f2709b
[PATCH] kernel-doc: fix some kernel-api warnings
by Randy Dunlap
· 19 years ago
2038073
[NET]: Fix sparse warnings
by Arnaldo Carvalho de Melo
· 19 years ago
7c65787
[DCCP]: Initial implementation
by Arnaldo Carvalho de Melo
· 19 years ago
4fdb3bb
[NETLINK]: Add properly module refcounting for kernel netlink sockets.
by Harald Welte
· 19 years ago
deaf262
[NET]: Kill stray reference to sock->passcred.
by David S. Miller
· 19 years ago
02c30a8
[PATCH] update Ross Biro bouncing email address
by Jesper Juhl
· 20 years ago
4dc3b16
[PATCH] DocBook: changes and extensions to the kernel documentation
by Pavel Pisa
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago