summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-0/+2
|\
| * bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev2021-01-201-0/+2
* | net/sock: Add kernel config SOCK_RX_QUEUE_MAPPINGTariq Toukan2021-02-111-6/+6
* | tcp: use a smaller percpu_counter batch size for sk_allocWei Wang2021-02-031-2/+6
|/
* tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2021-01-191-5/+12
* Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-4/+24
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-0/+6
| |\
| | * net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-011-0/+2
| | * net: Introduce preferred busy-pollingBjörn Töpel2020-12-011-0/+4
| * | mptcp: open code mptcp variant for lock_sockPaolo Abeni2020-11-301-0/+1
| * | net: stream: fix TCP references when INET is not enabledRandy Dunlap2020-11-201-0/+5
| * | net: add annotation for sock_{lock,unlock}_fastPaolo Abeni2020-11-201-3/+7
| * | tcp: avoid indirect call to tcp_stream_memory_free()Eric Dumazet2020-11-141-2/+6
| |/
* / net: Un-hide lockdep_sock_is_held() for !LOCKDEPJakub Kicinski2020-11-021-2/+0
|/
* mptcp: add sk_stop_timer_sync helperGeliang Tang2020-09-241-0/+2
* tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet2020-09-141-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-011-2/+2
|\
| * bpf: Renames in preparation for bpf_local_storageKP Singh2020-08-251-2/+2
* | net: clean up codestyleMiaohe Lin2020-08-311-1/+1
|/
* Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2020-08-061-0/+1
|\
| * net: sock: add sock_set_markAlexander Aring2020-08-061-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-17/+13
|\ \
| * | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
| * | net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-241-1/+2
| * | net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+0
| * | net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-8/+0
| * | net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-1/+2
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-041-0/+9
| |\ \ \
| | * | | sock: Move sock_valbool_flag to headerDmitry Yakunin2020-06-241-0/+9
| | | |/ | | |/|
* | | | Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | net/compat: Add missing sock updates for SCM_RIGHTSKees Cook2020-07-131-0/+4
| | |/ | |/|
* | | bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau2020-07-091-1/+2
| |/ |/|
* | net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-231-1/+0
|/
* net: Make locking in sock_bindtoindex optionalFerenc Fejes2020-06-011-1/+1
* net: add a new bind_add methodChristoph Hellwig2020-05-291-1/+5
* net: add sock_set_reuseportChristoph Hellwig2020-05-281-0/+1
* net: add sock_set_rcvbufChristoph Hellwig2020-05-281-0/+1
* net: add sock_set_keepaliveChristoph Hellwig2020-05-281-0/+1
* net: add sock_enable_timestampsChristoph Hellwig2020-05-281-0/+1
* net: add sock_bindtoindexChristoph Hellwig2020-05-281-0/+1
* net: add sock_set_sndtimeoChristoph Hellwig2020-05-281-0/+1
* net: add sock_set_priorityChristoph Hellwig2020-05-281-0/+1
* net: add sock_no_lingerChristoph Hellwig2020-05-281-0/+1
* net: add sock_set_reuseaddrChristoph Hellwig2020-05-281-0/+2
* net: sock.h: fix skb_steal_sock() kernel-docLothar Rubusch2020-04-071-3/+3
* bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer2020-03-301-8/+17
* net: Track socket refcounts in skb_steal_sock()Joe Stringer2020-03-301-1/+9
* bpf: Add socket assign supportJoe Stringer2020-03-301-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-211-2/+35
|\