summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
AgeCommit message (Expand)Author
2016-05-16tcp: minor optimizations around tcp_hdr() usageEric Dumazet
2016-05-06ipv4: tcp: ip_send_unicast_reply() is not BH safeEric Dumazet
2016-05-04tcp: two more missing bh disableEric Dumazet
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet
2016-04-28tcp: give prequeue mode some careEric Dumazet
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet
2016-04-27net: rename ICMP_INC_STATS_BH()Eric Dumazet
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa
2016-04-04ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply()Eric Dumazet
2016-04-04tcp: increment sk_drops for listenersEric Dumazet
2016-04-04tcp: increment sk_drops for dropped rx packetsEric Dumazet
2016-04-04tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-17tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-18tcp/dccp: fix another race at listener dismantleEric Dumazet
2016-02-16igmp: net: Move igmp namespace init to correct fileNikolay Borisov
2016-02-16tcp: md5: release request socket instead of listenerEric Dumazet
2016-02-11igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov
2016-02-11igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov
2016-02-11igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov
2016-02-11igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek
2016-02-09tcp: do not drop syn_recv on all icmp reportsEric Dumazet
2016-02-08tcp: Fix syncookies sysctl default.David S. Miller
2016-02-07ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp_orphan_retries sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp_retries2 sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp_retries1 sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp synack retries sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-01-27tcp: Use ahashHerbert Xu
2016-01-21tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet
2016-01-20net: drop tcp_memcontrol.cVladimir Davydov
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner
2016-01-10ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov
2016-01-10ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov
2016-01-10ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov
2015-12-22tcp: honour SO_BINDTODEVICE for TW_RST case tooFlorian Westphal
2015-12-22tcp: send_reset: test for non-NULL sk firstFlorian Westphal
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern