summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
...
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-1/+1
|/
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-041-0/+2
|\
| * net: Define usercopy region in struct proto slab cacheDavid Windsor2018-01-151-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-25/+32
|\ \
| * | net: ipv6: Allow connect to linklocal address from socket bound to vrfDavid Ahern2018-01-081-0/+20
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-291-0/+5
| |\ \
| * | | net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao2017-12-201-25/+0Star
| * | | sock: Move the socket inuse to namespace.Tonghao Zhang2017-12-191-0/+1
| * | | net: sk_pacing_shift_update() helperEric Dumazet2017-12-131-0/+11
* | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-1/+1
|\ \ \ \
| * | | | net: annotate ->poll() instancesAl Viro2017-11-271-1/+1
| | |_|/ | |/| |
* | | | lockdep: Convert some users to constMatthew Wilcox2018-01-181-3/+1Star
| |_|/ |/| |
* | | sock: Add sock_owned_by_user_nocheckTom Herbert2017-12-281-0/+5
| |/ |/|
* | net: remove hlist_nulls_add_tail_rcu()Eric Dumazet2017-12-061-5/+1Star
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-4/+1Star
|\
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-3/+0Star
| * slab, slub, slob: add slab_flags_tAlexey Dobriyan2017-11-161-1/+1
* | tcp: allow drivers to tweak TSQ logicEric Dumazet2017-11-141-0/+2
* | net: allow per netns sysctl_rmem and sysctl_wmem for protosEric Dumazet2017-11-101-0/+22
* | net/sock: Update sk rcu iterator macro.Tim Hansen2017-10-241-2/+2
* | tcp: implement rb-tree based retransmit queueEric Dumazet2017-10-071-2/+5
|/
* net: prevent dst uses after freeEric Dumazet2017-09-221-1/+1
* neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet2017-08-301-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-221-3/+1Star
|\
| * datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-191-3/+1Star
* | sock: add MSG_ZEROCOPYWillem de Bruijn2017-08-041-0/+2
* | sock: allocate skbs from optmemWillem de Bruijn2017-08-041-0/+2
* | proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-021-0/+3
|/
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+1
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-1/+1
* | socket: add documentation for missing elementsstephen hemminger2017-07-121-0/+3
* | net/sock: add WARN_ON(parent->sk) in sock_graft()Sowmini Varadhan2017-07-081-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-36/+29Star
|\ \
| * | net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-8/+9
| * | net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-4/+4
| * | sock: avoid dirtying incoming_cpu if not neededPaolo Abeni2017-06-211-1/+4
| * | tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-081-20/+2Star
| * | tcp: internal implementation for pacingEric Dumazet2017-05-161-1/+8
| * | net/sock: factor out dequeue/peek with offset codePaolo Abeni2017-05-161-2/+2
| |/
* | Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet2017-05-181-5/+4Star
|\ \ | |/ |/|
| * net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab2017-05-161-5/+4Star
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|\ \ | |/ |/|
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
| |\
| | * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-1/+1
* | | sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()Eric Dumazet2017-04-031-1/+1
* | | sock: avoid dirtying sk_stamp, if possiblePaolo Abeni2017-03-311-1/+4
* | | sock: introduce SO_MEMINFO getsockoptJosh Hunt2017-03-221-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-151-3/+6
|\| |
| * | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-101-3/+6
| |/
* / net: use proper lockdep annotation in __sk_dst_set()Eric Dumazet2017-03-091-5/+2Star
|/