index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
sock.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv6: kill sk_dst_lock
Eric Dumazet
2015-12-03
1
-2
/
+1
*
net: fix sock_wake_async() rcu protection
Eric Dumazet
2015-12-01
1
-7
/
+16
*
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
2015-12-01
1
-0
/
+10
*
tcp: ensure proper barriers in lockless contexts
Eric Dumazet
2015-11-15
1
-0
/
+25
*
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-11-06
1
-1
/
+1
*
net: make skb_set_owner_w() more robust
Eric Dumazet
2015-11-02
1
-15
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-20
1
-0
/
+8
|
\
|
*
net: add pfmemalloc check in sk_add_backlog()
Eric Dumazet
2015-10-17
1
-0
/
+8
*
|
tcp: shrink tcp_timewait_sock by 8 bytes
Eric Dumazet
2015-10-12
1
-0
/
+2
*
|
net: shrink struct sock and request_sock by 8 bytes
Eric Dumazet
2015-10-12
1
-5
/
+9
*
|
net: align sk_refcnt on 128 bytes boundary
Eric Dumazet
2015-10-12
1
-3
/
+14
*
|
net: SO_INCOMING_CPU setsockopt() support
Eric Dumazet
2015-10-12
1
-6
/
+4
*
|
sock: support per-packet fwmark
Edward Jee
2015-10-12
1
-0
/
+7
*
|
net: synack packets can be attached to request sockets
Eric Dumazet
2015-10-11
1
-0
/
+8
*
|
net: constify sk_gfp_atomic() sock argument
Eric Dumazet
2015-09-29
1
-1
/
+1
*
|
tcp: provide skb->hash to synack packets
Eric Dumazet
2015-09-17
1
-4
/
+8
|
/
*
memcg: move memcg_proto_active from sock.h
Michal Hocko
2015-09-08
1
-5
/
+0
*
memcg: export struct mem_cgroup
Michal Hocko
2015-09-08
1
-28
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-07-31
1
-1
/
+1
|
\
|
*
tcp: fix recv with flags MSG_WAITALL | MSG_PEEK
Sabrina Dubroca
2015-07-27
1
-1
/
+1
*
|
net: Recompute sk_txhash on negative routing advice
Tom Herbert
2015-07-29
1
-0
/
+8
*
|
net: Set sk_txhash from a random number
Tom Herbert
2015-07-29
1
-0
/
+8
*
|
net: #ifdefify sk_classid member of struct sock
Mathias Krause
2015-07-21
1
-0
/
+2
|
/
*
net: Kill sock->sk_protinfo
David Miller
2015-06-28
1
-2
/
+0
*
net: Update out-of-date comment
Zhaowei Yuan
2015-06-21
1
-1
/
+0
*
sock_diag: define destruction multicast groups
Craig Gallek
2015-06-15
1
-0
/
+1
*
tcp: add a force_schedule argument to sk_stream_alloc_skb()
Eric Dumazet
2015-05-21
1
-1
/
+2
*
net: fix sk_mem_reclaim_partial()
Eric Dumazet
2015-05-17
1
-3
/
+3
*
net: kill sk_change_net and sk_release_kernel
Eric W. Biederman
2015-05-11
1
-17
/
+0
*
net: Modify sk_alloc to not reference count the netns of kernel sockets.
Eric W. Biederman
2015-05-11
1
-0
/
+2
*
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
2015-05-11
1
-1
/
+1
*
Merge branch 'iocb' into for-davem
Al Viro
2015-04-09
1
-1
/
+0
|
\
|
*
fs: move struct kiocb to fs.h
Christoph Hellwig
2015-03-25
1
-1
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-04-06
1
-0
/
+2
|
\
\
|
*
|
ipv6: protect skb->sk accesses from recursive dereference inside the stack
hannes@stressinduktion.org
2015-04-06
1
-0
/
+2
|
|
/
*
|
net: increase sk_[max_]ack_backlog
Eric Dumazet
2015-03-20
1
-2
/
+2
*
|
net: add sk_fullsock() helper
Eric Dumazet
2015-03-16
1
-0
/
+9
*
|
inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state
Eric Dumazet
2015-03-12
1
-1
/
+1
*
|
net: Introduce possible_net_t
Eric W. Biederman
2015-03-12
1
-3
/
+1
*
|
net: Kill hold_net release_net
Eric W. Biederman
2015-03-12
1
-1
/
+1
*
|
net: add real socket cookies
Eric Dumazet
2015-03-11
1
-0
/
+3
*
|
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
2015-03-02
1
-9
/
+7
*
|
net: move skb->dropcount to skb->cb[]
Eyal Birger
2015-03-02
1
-2
/
+16
*
|
net: add common accessor for setting dropcount on packets
Eyal Birger
2015-03-02
1
-0
/
+6
*
|
net: use common macro for assering skb->cb[] available size in protocol families
Eyal Birger
2015-03-02
1
-0
/
+3
|
/
*
memcg: cleanup static keys decrement
Vladimir Davydov
2015-02-12
1
-5
/
+0
*
net: rfs: add hash collision detection
Eric Dumazet
2015-02-08
1
-23
/
+1
*
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
2015-02-04
1
-10
/
+8
|
\
|
*
ip: convert tcp_sendmsg() to iov_iter primitives
Al Viro
2015-02-04
1
-10
/
+8
*
|
net-timestamp: no-payload only sysctl
Willem de Bruijn
2015-02-02
1
-0
/
+1
|
/
[next]