]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Dec 2012 01:00:57 +0000 (17:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Dec 2012 01:00:57 +0000 (17:00 -0800)
commit2e6b347bdcc08cc6f4f0009e6834690c6b9bf8d9
treecca25bcae0cc6172a616335041c1e54a33db451c
parent0f98bc376b2a039a8e4c0a13dd439c9131d3f595
parente81eb6f80ef4b3f37295bca007e510d56998a80c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net

Pull networking fixes from David Miller:
 "Two stragglers:

   1) The new code that adds new flushing semantics to GRO can cause SKB
      pointer list corruption, manage the lists differently to avoid the
      OOPS.  Fix from Eric Dumazet.

   2) When TCP fast open does a retransmit of data in a SYN-ACK or
      similar, we update retransmit state that we shouldn't triggering a
      WARN_ON later.  Fix from Yuchung Cheng."

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net:
  net: gro: fix possible panic in skb_gro_receive()
  tcp: bug fix Fast Open client retransmission