aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2019-04-07packets: Always register packet sk in the same orderMaxime Chevallier
2019-01-12sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2018-12-15tcp: do not release socket ownership in tcp_close()Eric Dumazet
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-26net: remove sock_no_pollChristoph Hellwig
2018-05-10net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso
2018-05-01net: Add Software fallback infrastructure for socket dependent offloadsIlya Lesokhin
2018-04-05slab: make usercopy region 32-bitAlexey Dobriyan
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov
2018-03-30bpf: sockmap redirect ingress supportJohn Fastabend
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long
2018-02-21tcp: remove sk_check_csum_caps()Eric Dumazet
2018-02-21tcp: switch to GSO being always onEric Dumazet
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-18lockdep: Convert some users to constMatthew Wilcox
2018-01-15net: Define usercopy region in struct proto slab cacheDavid Windsor
2018-01-08net: ipv6: Allow connect to linklocal address from socket bound to vrfDavid Ahern
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-28sock: Add sock_owned_by_user_nocheckTom Herbert
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao
2017-12-19sock: Move the socket inuse to namespace.Tonghao Zhang
2017-12-13net: sk_pacing_shift_update() helperEric Dumazet
2017-12-05net: remove hlist_nulls_add_tail_rcu()Eric Dumazet
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan
2017-11-14tcp: allow drivers to tweak TSQ logicEric Dumazet
2017-11-10net: allow per netns sysctl_rmem and sysctl_wmem for protosEric Dumazet
2017-10-24net/sock: Update sk rcu iterator macro.Tim Hansen
2017-10-07tcp: implement rb-tree based retransmit queueEric 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