aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-21tcp: remove sk_check_csum_caps()Eric Dumazet1-9/+0
2018-02-21tcp: switch to GSO being always onEric Dumazet1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-1/+1
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+2
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-25/+32
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-01-18lockdep: Convert some users to constMatthew Wilcox1-3/+1
2018-01-15net: Define usercopy region in struct proto slab cacheDavid Windsor1-0/+2
2018-01-08net: ipv6: Allow connect to linklocal address from socket bound to vrfDavid Ahern1-0/+20
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2017-12-28sock: Add sock_owned_by_user_nocheckTom Herbert1-0/+5
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_storeYafang Shao1-25/+0
2017-12-19sock: Move the socket inuse to namespace.Tonghao Zhang1-0/+1
2017-12-13net: sk_pacing_shift_update() helperEric Dumazet1-0/+11
2017-12-05net: remove hlist_nulls_add_tail_rcu()Eric Dumazet1-5/+1
2017-11-27net: annotate ->poll() instancesAl Viro1-1/+1
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+1
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-3/+0
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan1-1/+1
2017-11-14tcp: allow drivers to tweak TSQ logicEric Dumazet1-0/+2
2017-11-10net: allow per netns sysctl_rmem and sysctl_wmem for protosEric Dumazet1-0/+22
2017-10-24net/sock: Update sk rcu iterator macro.Tim Hansen1-2/+2
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet1-2/+5
2017-09-21net: prevent dst uses after freeEric Dumazet1-1/+1
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet1-0/+10
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson1-3/+1
2017-08-03sock: add MSG_ZEROCOPYWillem de Bruijn1-0/+2
2017-08-03sock: allocate skbs from optmemWillem de Bruijn1-0/+2
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert1-0/+3
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2017-07-12socket: add documentation for missing elementsstephen hemminger1-0/+3
2017-07-08net/sock: add WARN_ON(parent->sk) in sock_graft()Sowmini Varadhan1-0/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-36/+29
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-8/+9
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-1/+1
2017-06-21sock: avoid dirtying incoming_cpu if not neededPaolo Abeni1-1/+4
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet1-20/+2
2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet1-5/+4
2017-05-16tcp: internal implementation for pacingEric Dumazet1-1/+8
2017-05-16net/sock: factor out dequeue/peek with offset codePaolo Abeni1-2/+2
2017-05-16net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab1-5/+4
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-1/+1
2017-04-02sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()Eric Dumazet1-1/+1
2017-03-30sock: avoid dirtying sk_stamp, if possiblePaolo Abeni1-1/+4
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt1-0/+2
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6