summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-11-12net: prevent load/store tearing on sk->sk_stampEric Dumazet
2019-11-10net: fix sk_page_frag() recursion from memory reclaimTejun Heo
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-04-03packets: Always register packet sk in the same orderMaxime Chevallier
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-12-17net: remove hlist_nulls_add_tail_rcu()Eric Dumazet
2017-09-21net: prevent dst uses after freeEric Dumazet
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn
2017-08-03sock: allocate skbs from optmemWillem de Bruijn
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-12socket: add documentation for missing elementsstephen hemminger
2017-07-08net/sock: add WARN_ON(parent->sk) in sock_graft()Sowmini Varadhan
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2017-06-21sock: avoid dirtying incoming_cpu if not neededPaolo Abeni
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet
2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet
2017-05-16tcp: internal implementation for pacingEric Dumazet
2017-05-16net/sock: factor out dequeue/peek with offset codePaolo Abeni
2017-05-16net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-04-02sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()Eric Dumazet
2017-03-30sock: avoid dirtying sk_stamp, if possiblePaolo Abeni
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-08net: use proper lockdep annotation in __sk_dst_set()Eric Dumazet
2017-03-02net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07net: add dst_pending_confirm flag to skbuffJulian Anastasov
2017-02-07sock: add sk_dst_pending_confirm flagJulian Anastasov
2017-02-07udp: properly cope with csum errorsEric Dumazet
2017-01-27net: adjust skb->truesize in pskb_expand_head()Eric Dumazet
2017-01-20sock: use hlist_entry_safeGeliang Tang
2017-01-09smc: netlink interface for SMC socketsUrsula Braun
2017-01-09net: introduce keepalive function in struct protoUrsula Braun
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-08net: do not read sk_drops if application does not careEric Dumazet