netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] neigh cleanups and fixes
@ 2015-05-15  6:55 Ying Xue
  2015-05-15  6:55 ` [PATCH net-next 1/6] net: fix a double free issue for neighbour entry Ying Xue
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Ying Xue @ 2015-05-15  6:55 UTC (permalink / raw)
  To: netdev; +Cc: eric.dumazet, alexei, joern, ja, davem

The series aims to clean up several mistakes especially to correct
the usage of neigh timer. But before doing them, we have to resolve
a crash issue discussed in the thread[1].

[1] http://www.spinics.net/lists/netdev/msg323883.html

Ying Xue (6):
  net: fix a double free issue for neighbour entry
  neigh: fix a possible leak issue of neigh entry
  neigh: don't delete neighbour time in neigh_destroy
  neigh: align the usage of neigh timer with one of sock timer
  neigh: neigh dead and timer variables should be protected under its
    lock
  neigh: use standard interface to modify timer

 net/core/neighbour.c |   39 +++++++++++++++++++++++----------------
 net/ipv4/ip_output.c |    2 +-
 2 files changed, 24 insertions(+), 17 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2015-05-18 12:54 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-15  6:55 [PATCH net-next 0/6] neigh cleanups and fixes Ying Xue
2015-05-15  6:55 ` [PATCH net-next 1/6] net: fix a double free issue for neighbour entry Ying Xue
2015-05-15  6:55 ` [PATCH net-next 2/6] neigh: fix a possible leak issue of neigh entry Ying Xue
2015-05-15 12:12   ` Eric Dumazet
2015-05-15 15:39     ` David Miller
2015-05-18  3:24       ` Ying Xue
2015-05-18  4:58         ` Eric Dumazet
2015-05-18  5:55           ` Ying Xue
2015-05-18 12:54             ` Eric Dumazet
2015-05-15  6:55 ` [PATCH net-next 3/6] neigh: don't delete neighbour time in neigh_destroy Ying Xue
2015-05-15  6:55 ` [PATCH net-next 4/6] neigh: align the usage of neigh timer with one of sock timer Ying Xue
2015-05-15  6:55 ` [PATCH net-next 5/6] neigh: neigh dead and timer variables should be protected under its lock Ying Xue
2015-05-15  6:55 ` [PATCH net-next 6/6] neigh: use standard interface to modify timer Ying Xue
2015-05-15 12:14 ` [PATCH net-next 0/6] neigh cleanups and fixes Eric Dumazet
2015-05-15 15:40   ` David Miller
2015-05-18  3:30   ` Ying Xue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).