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
2019-11-08tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric 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-09tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault
2018-09-22tcp: provide earliest departure time in skb->tstampEric Dumazet
2018-03-26net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel
2017-10-28tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet
2017-08-07ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni
2017-07-18ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet
2017-01-09syncookies: use SipHash in place of SHA1Jason A. Donenfeld
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2016-04-28net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-16tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet
2015-10-13net: shrink struct sock and request_sock by 8 bytesEric Dumazet
2015-10-11tcp: fix RFS vs lockless listenersEric Dumazet
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet
2015-09-30tcp: cookie_init_sequence() cleanupsEric Dumazet
2015-09-22tcp: usec resolution SYN/ACK RTTYuchung Cheng
2015-06-08tcp: get_cookie_sock() consolidationEric Dumazet
2015-03-25tcp: fix ipv4 mapped request socksEric Dumazet
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-19inet: request sock should init IPv6/IPv4 addressesEric Dumazet
2015-03-18inet: fix request sock refcountingEric Dumazet
2015-03-18tcp: rename struct tcp_request_sock listenerEric Dumazet
2015-03-18inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet
2015-03-16inet: add proper refcounting to request sockEric Dumazet
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet
2015-03-13inet: introduce ireq_familyEric Dumazet
2015-03-12net: fix CONFIG_NET_NS=n compilationEric Dumazet
2015-03-12net: add real socket cookiesEric Dumazet
2014-11-05net: allow setting ecn via routing tableFlorian Westphal
2014-11-05syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal
2014-11-05syncookies: avoid magic values and document which-bit-is-what-optionFlorian Westphal
2014-10-30syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-17ipv4: clean up cookie_v4_check()Cong Wang