index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
sock.h
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-03
[SOCK] proto: Add hashinfo member to struct proto
Arnaldo Carvalho de Melo
1
-0
/
+3
2008-02-01
[NET]: Introducing socket mark socket option.
Laszlo Attila Toth
1
-0
/
+2
2008-01-29
[TCP]: Do not purge sk_forward_alloc entirely in tcp_delack_timer().
David S. Miller
1
-0
/
+8
2008-01-29
[NET]: prot_inuse cleanups and optimizations
Eric Dumazet
1
-10
/
+30
2008-01-29
[NET] CORE: Introducing new memory accounting interface.
Hideo Aoki
1
-41
/
+57
2008-01-29
[SOCK] Avoid divides in sk_stream_pages() and __sk_stream_mem_reclaim()
Eric Dumazet
1
-1
/
+2
2008-01-29
[SOCK] Avoid integer divides where not necessary in include/net/sock.h
Eric Dumazet
1
-3
/
+3
2008-01-29
[NET]: Remove FASTCALL macro
Harvey Harrison
1
-2
/
+2
2008-01-29
[NET]: Isolate the net/core/ sysctl table
Pavel Emelyanov
1
-4
/
+0
2008-01-29
[NET]: netns compilation speedup
Denis V. Lunev
1
-1
/
+1
2008-01-29
[NET]: Eliminate unused argument from sk_stream_alloc_pskb
Pavel Emelyanov
1
-9
/
+1
2008-01-29
[NET]: Uninline the sk_stream_alloc_pskb
Pavel Emelyanov
1
-27
/
+2
2008-01-29
[NET] proto: Use pcounters for the inuse field
Arnaldo Carvalho de Melo
1
-51
/
+8
2008-01-29
[NET]: Move sock_valbool_flag to socket.c
Pavel Emelyanov
1
-8
/
+0
2008-01-29
[IPV4]: Add raw drops counter.
Wang Chen
1
-3
/
+8
2008-01-09
[SOCK]: Adds a rcu_dereference() in sk_filter
Eric Dumazet
1
-1
/
+1
2007-11-19
[TCP]: Fix TCP header misalignment
Herbert Xu
1
-0
/
+3
2007-11-15
[TCP]: Fix size calculation in sk_stream_alloc_pskb
Herbert Xu
1
-4
/
+6
2007-11-07
[NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA ...
Eric Dumazet
1
-6
/
+57
2007-11-01
[NET]: Forget the zero_it argument of sk_alloc()
Pavel Emelyanov
1
-1
/
+1
2007-11-01
[NET]: Move the sock_copy() from the header
Pavel Emelyanov
1
-14
/
+0
2007-10-18
[NET]: Fix the race between sk_filter_(de|at)tach and sk_clone()
Pavel Emelyanov
1
-11
/
+1
2007-10-18
[NET]: Move the filter releasing into a separate call
Pavel Emelyanov
1
-4
/
+8
2007-10-11
[NET]: sparse warning fixes
Stephen Hemminger
1
-11
/
+11
2007-10-11
[NET]: Make socket creation namespace safe.
Eric W. Biederman
1
-1
/
+3
2007-10-11
[NET]: Add a network namespace parameter to struct sock
Eric W. Biederman
1
-0
/
+3
2007-10-11
[NET]: Change type of owner in sock_lock_t to int, rename
John Heffner
1
-4
/
+3
2007-10-11
[NET]: DIV_ROUND_UP cleanup (part two)
Ilpo Järvinen
1
-1
/
+2
2007-05-31
[SOCK]: Shrink struct sock by 8 bytes on 64-bit.
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-05-08
cleanup compat ioctl handling
Christoph Hellwig
1
-9
/
+0
2007-04-26
[NET]: Move sk_setup_caps() out of line.
Andi Kleen
1
-13
/
+1
2007-04-26
[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support
Eric Dumazet
1
-10
/
+7
2007-04-26
[NET]: Replace CONFIG_NET_DEBUG with sysctl.
Stephen Hemminger
1
-7
/
+5
2007-04-26
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
Eric Dumazet
1
-0
/
+1
2007-04-26
[TCP]: Abstract out all write queue operations.
David S. Miller
1
-21
/
+0
2007-04-26
[NET]: convert network timestamps to ktime_t
Eric Dumazet
1
-9
/
+9
2007-04-26
[NET]: Keep sk_backlog near sk_lock
Eric Dumazet
1
-9
/
+9
2007-03-06
[NET]: Revert incorrect accept queue backlog changes.
David S. Miller
1
-1
/
+1
2007-03-03
[NET]: Fix bugs in "Whether sock accept queue is full" checking
Wei Dong
1
-1
/
+1
2007-02-28
[NET]: Handle disabled preemption in gfp_any()
Patrick McHardy
1
-1
/
+1
2006-12-07
[PATCH] lockdep: annotate nfs/nfsd in-kernel sockets
Peter Zijlstra
1
-0
/
+19
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-1
/
+1
2006-12-04
[PATCH] severing skbuff.h -> mm.h
Al Viro
1
-0
/
+1
2006-12-03
[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb
Arnaldo Carvalho de Melo
1
-1
/
+2
2006-12-03
[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...
Al Viro
1
-1
/
+1
2006-12-03
[BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLUETOOTH
Peter Zijlstra
1
-1
/
+7
2006-11-26
[NET]: Re-fix of doc-comment in sock.h
Paul Bonser
1
-5
/
+10
2006-10-23
[NET]: kernel-doc fix for sock.h
Randy Dunlap
1
-2
/
+1
2006-10-01
[PATCH] Vectorize aio_read/aio_write fileop methods
Badari Pulavarty
1
-1
/
+0
2006-09-23
[NET]: Fix sk->sk_filter field access
Dmitry Mishin
1
-17
/
+17
[next]