Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-25tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau
2020-08-25tcp: Use a struct to represent a saved_synMartin KaFai Lau
2020-08-01tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal
2019-10-10net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet
2019-06-20inet: clear num_timeout reqsk_alloc()Eric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-20tcp: free request sock directly upon TFO or syncookies errorGuillaume Nault
2019-03-10net: keep refcount warning in reqsk_free()Guillaume Nault
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-05-23net: make struct request_sock_ops::obj_size unsignedAlexey Dobriyan
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan
2016-04-05inet: reqsk_alloc() needs to take care of dead listenersEric Dumazet
2015-12-23net: add inet_sk_transparent() helperFlorian Westphal
2015-10-16tcp/dccp: fix race at listener dismantle phaseEric Dumazet
2015-10-13net: shrink struct sock and request_sock by 8 bytesEric Dumazet
2015-10-13net: align sk_refcnt on 128 bytes boundaryEric Dumazet
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet
2015-10-05net: use sk_fullsock() in __netdev_pick_tx()Eric Dumazet
2015-10-03tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request socketsEric Dumazet
2015-10-03tcp: remove max_qlen_logEric Dumazet
2015-10-03tcp/dccp: remove struct listen_sockEric Dumazet
2015-10-03tcp/dccp: shrink struct listen_sockEric Dumazet
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet
2015-10-03tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc()Eric Dumazet
2015-10-03tcp: move synflood_warned into struct request_sock_queueEric Dumazet
2015-10-03tcp: move qlen/young out of struct listen_sockEric Dumazet
2015-10-03tcp: add a spinlock to protect struct request_sock_queueEric Dumazet
2015-09-30tcp: prepare fastopen code for upcoming listener changesEric Dumazet
2015-09-30tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet
2015-09-30tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet
2015-09-25inet: constify inet_rtx_syn_ack() sock argumentEric Dumazet
2015-09-25tcp/dccp: constify rtx_synack() and friendsEric Dumazet
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet
2015-03-23net: convert syn_wait_lock to a spinlockEric Dumazet
2015-03-23inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet
2015-03-19inet: request sock should init IPv6/IPv4 addressesEric Dumazet
2015-03-18inet: fix request sock refcountingEric Dumazet
2015-03-18inet: add rsk_listener field to struct request_sockEric Dumazet
2015-03-16inet: add proper refcounting to request sockEric Dumazet
2015-03-13inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet
2015-03-13inet: add rsk_refcnt/ireq_refcnt to request socksEric Dumazet
2013-10-10inet: includes a sock_common in request_sockEric Dumazet
2013-09-23request_sock.h: Remove extern from function prototypesJoe Perches
2013-04-22net: remove a stale comment for dl_nextEric Dumazet
2013-03-17tcp: Remove TCPCTChristoph Paasch
2012-11-03tcp: better retrans tracking for defer-acceptEric Dumazet