- 9b95cf4 Merge 4.9.331 into android-4.9-q by Greg Kroah-Hartman · 2 years, 3 months ago
- 68c34ce inet: fully convert sk->sk_rx_dst to RCU rules by Eric Dumazet · 3 years, 1 month ago
- 0b0decf Merge 4.9.286 into android-4.9-q by Greg Kroah-Hartman · 3 years, 3 months ago
- 09818f6 af_unix: fix races in sk_peer_pid and sk_peer_cred accesses by Eric Dumazet · 3 years, 4 months ago
- 54b5f55 Merge 4.9.274 into android-4.9-q by Greg Kroah-Hartman · 3 years, 7 months ago
- 7a442d4 inet: annotate date races around sk->sk_txhash by Eric Dumazet · 3 years, 7 months ago
- 1e7b6ed Merge 4.9.233 into android-4.9-q by Greg Kroah-Hartman · 4 years, 5 months ago
- 538f578 net/compat: Add missing sock updates for SCM_RIGHTS by Kees Cook · 4 years, 7 months ago
- 6e60c65 Merge 4.9.229 into android-4.9-q by Greg Kroah-Hartman · 4 years, 7 months ago
- 6732121 net: Do not clear the sock TX queue in sk_set_socket() by Tariq Toukan · 4 years, 7 months ago
- 9759f95 Merge 4.9.208 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
- 792365b tcp/dccp: fix possible race __inet_lookup_established() by Eric Dumazet · 5 years ago
- 2be2d89 Merge 4.9.206 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
- 9d3fcde net: fix possible overflow in __sk_mem_raise_allocated() by Eric Dumazet · 6 years ago
- 09bf7fb Merge 4.9.201 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
- 4e8e9fd net: prevent load/store tearing on sk->sk_stamp by Eric Dumazet · 5 years ago
- 851ba64 Merge 4.9.200 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
- 37d6ef4 net: fix sk_page_frag() recursion from memory reclaim by Tejun Heo · 5 years ago
- 6947310 Merge 4.9.167 into android-4.9-q by Greg Kroah-Hartman · 6 years ago
- 936a918 packets: Always register packet sk in the same order by Maxime Chevallier · 6 years ago
- ed0b11d Merge 4.9.149 into android-4.9 by Greg Kroah-Hartman · 6 years ago
- 7abb7f7 sock: Make sock->sk_stamp thread-safe by Deepa Dinamani · 6 years ago
- 9542d2a Merge 4.9.70 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 564fe3e net: remove hlist_nulls_add_tail_rcu() by Eric Dumazet · 7 years ago
- 81a1591 UPSTREAM: net: core: Add a UID field to struct sock. by Lorenzo Colitti · 8 years ago
- c3f24cf dccp: do not release listeners too soon by Eric Dumazet · 8 years ago
- 293de7d doc: update docbook annotations for socket and skb by Stephen Hemminger · 8 years ago
- d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 20c64d5 net: avoid sk_forward_alloc overflows by Eric Dumazet · 8 years ago
- ba2489b net: remove clear_sk() method by Eric Dumazet · 8 years ago
- 4cac820 udp: get rid of sk_prot_clear_portaddr_nulls() by Eric Dumazet · 8 years ago
- 54fd9c2 bpf: get rid of cgroup helper related ifdefs by Daniel Borkmann · 8 years ago
- 4f0c40d9 dccp: limit sk_filter trim to payload by Willem de Bruijn · 9 years ago
- fc64869 net: sock: move ->sk_shutdown out of bitfields. by Andrey Ryabinin · 9 years ago
- 46cc6e4 tcp: fix lockdep splat in tcp_snd_una_update() by Eric Dumazet · 9 years ago
- 1d2077a net: add __sock_wfree() helper by Eric Dumazet · 9 years ago
- d41a69f tcp: make tcp_sendmsg() aware of socket backlog by Eric Dumazet · 9 years ago
- 4be7352 net: SOCKWQ_ASYNC_WAITDATA optimizations by Eric Dumazet · 9 years ago
- 9317bb6 net: SOCKWQ_ASYNC_NOSPACE optimizations by Eric Dumazet · 9 years ago
- d296ba6 soreuseport: Resolve merge conflict for v4/v6 ordering fix by Craig Gallek · 9 years ago
- 5e91f6c sock: relax WARN_ON() in sock_owned_by_user() by Eric Dumazet · 9 years ago
- 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- d894ba1 soreuseport: fix ordering for mixed v4/v6 sockets by Craig Gallek · 9 years ago
- f9a7cbb net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_put by Denys Vlasenko · 9 years ago
- fafc4e1 sock: tigthen lockdep checks for sock_owned_by_user by Hannes Frederic Sowa · 9 years ago
- b33b0a1 net: Fix build failure due to lockdep_sock_is_held(). by David S. Miller · 9 years ago
- 03be982 sock: make lockdep_sock_is_held static inline by Hannes Frederic Sowa · 9 years ago
- 1e1d04e net: introduce lockdep_is_held and update various places to use it by Hannes Frederic Sowa · 9 years ago
- 61881cf sock: fix lockdep annotation in release_sock by Hannes Frederic Sowa · 9 years ago
- 627d2d6 udp: enable MSG_PEEK at non-zero offset by samanthakumar · 9 years ago
- e6afc8a udp: remove headers from UDP packets before queueing by samanthakumar · 9 years ago
- b9bb53f sock: convert sk_peek_offset functions to WRITE_ONCE by Willem de Bruijn · 9 years ago
- 532182c tcp: increment sk_drops for dropped rx packets by Eric Dumazet · 9 years ago
- ca065d0 udp: no longer use SLAB_DESTROY_BY_RCU by Eric Dumazet · 9 years ago
- a4298e4 net: add SOCK_RCU_FREE socket flag by Eric Dumazet · 9 years ago
- c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 9 years ago
- 3dd17e6 sock: accept SO_TIMESTAMPING flags in socket cmsg by Soheil Hassas Yeganeh · 9 years ago
- 39771b1 sock: break up sock_cmsg_snd into __sock_cmsg_snd and loop by Willem de Bruijn · 9 years ago
- 086c653 sock: struct proto hash function may error by Craig Gallek · 9 years ago
- 4877be9 net: sock: remove dead cgroup methods from struct proto by Johannes Weiner · 9 years ago
- 80e95fe mm: memcontrol: generalize the socket accounting jump label by Johannes Weiner · 9 years ago
- baac50b net: tcp_memcontrol: simplify linkage between socket and page counter by Johannes Weiner · 9 years ago
- e805605 net: tcp_memcontrol: sanitize tcp memory accounting callbacks by Johannes Weiner · 9 years ago
- 80f2312 net: tcp_memcontrol: simplify the per-memcg limit access by Johannes Weiner · 9 years ago
- af95d7d net: tcp_memcontrol: remove dead per-memcg count of allocated sockets by Johannes Weiner · 9 years ago
- 931f3f4 net: tcp_memcontrol: remove bogus hierarchy pressure propagation by Johannes Weiner · 9 years ago
- 8c2c235 net: tcp_memcontrol: properly detect ancestor socket pressure by Johannes Weiner · 9 years ago
- ef45614 soreuseport: define reuseport groups by Craig Gallek · 9 years ago
- b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 7bbadd2 net: fix warnings in 'make htmldocs' by moving macro definition out of field declaration by Hannes Frederic Sowa · 9 years ago
- 64be0ae net: diag: Add the ability to destroy a socket. by Lorenzo Colitti · 9 years ago
- 9a49850 tcp: Fix conditions to determine checksum offload by Tom Herbert · 9 years ago
- 5037e9e net: fix IP early demux races by Eric Dumazet · 9 years ago
- 79462ad0 net: add validation for the socket syscall protocol argument by Hannes Frederic Sowa · 9 years ago
- d188ba8 xfrm: add rcu protection to sk->sk_policy[] by Eric Dumazet · 9 years ago
- 2a56a1f net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct by Tejun Heo · 9 years ago
- 297dbde netprio_cgroup: limit the maximum css->id to USHRT_MAX by Tejun Heo · 9 years ago
- 01ce63c sctp: update the netstamp_needed counter when copying sockets by Marcelo Ricardo Leitner · 9 years ago
- f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 6bd4f35 ipv6: kill sk_dst_lock by Eric Dumazet · 9 years ago
- 7450aaf tcp: suppress too verbose messages in tcp_send_ack() by Eric Dumazet · 9 years ago
- ceb5d58 net: fix sock_wake_async() rcu protection by Eric Dumazet · 9 years ago
- 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
- 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 9 years ago
- 00fd38d tcp: ensure proper barriers in lockless contexts by Eric Dumazet · 9 years ago
- d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
- 9e17f8a net: make skb_set_owner_w() more robust by Eric Dumazet · 9 years ago
- 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- c7c49b8 net: add pfmemalloc check in sk_add_backlog() by Eric Dumazet · 9 years ago
- d475f09 tcp: shrink tcp_timewait_sock by 8 bytes by Eric Dumazet · 9 years ago
- ed53d0a net: shrink struct sock and request_sock by 8 bytes by Eric Dumazet · 9 years ago
- 8e5eb54 net: align sk_refcnt on 128 bytes boundary by Eric Dumazet · 9 years ago
- 70da268 net: SO_INCOMING_CPU setsockopt() support by Eric Dumazet · 9 years ago
- f28ea36 sock: support per-packet fwmark by Edward Jee · 9 years ago
- e446f9d net: synack packets can be attached to request sockets by Eric Dumazet · 9 years ago
- 87e002b net: constify sk_gfp_atomic() sock argument by Eric Dumazet · 9 years ago
- 58d607d tcp: provide skb->hash to synack packets by Eric Dumazet · 9 years ago
- e752eb6 memcg: move memcg_proto_active from sock.h by Michal Hocko · 9 years ago
- 33398cf memcg: export struct mem_cgroup by Michal Hocko · 9 years ago
- 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago